Cargo.lock 100.6 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.
3 4 5 6 7
[[package]]
name = "adler32"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Bert Belder 已提交
8 9
[[package]]
name = "aho-corasick"
B
Bert Belder 已提交
10
version = "0.7.6"
B
Bert Belder 已提交
11 12
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
13
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
14 15
]

16 17 18 19 20
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
21
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
22 23
]

B
Bert Belder 已提交
24 25
[[package]]
name = "ansi_term"
B
Bert Belder 已提交
26
version = "0.12.1"
B
Bert Belder 已提交
27 28
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
29
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
30 31
]

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

[[package]]
B
Bert Belder 已提交
38 39
name = "arrayref"
version = "0.3.5"
40 41 42 43
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "arrayvec"
B
Bert Belder 已提交
44
version = "0.4.11"
45 46 47 48 49 50 51
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "atty"
B
Bert Belder 已提交
52
version = "0.2.13"
53 54
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
55
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
56
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
57 58
]

R
Ryan Dahl 已提交
59 60
[[package]]
name = "autocfg"
B
Bert Belder 已提交
61
version = "0.1.6"
R
Ryan Dahl 已提交
62 63
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "backtrace-sys"
B
Bert Belder 已提交
77
version = "0.1.31"
78 79
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
80
 "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
81
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
82 83 84 85
]

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

[[package]]
name = "bitflags"
B
Bert Belder 已提交
94
version = "1.1.0"
95 96 97
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
B
Bert Belder 已提交
98
name = "blake2b_simd"
B
Bert Belder 已提交
99
version = "0.5.8"
100 101
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
102
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
103
 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
104
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
105 106
]

107 108 109 110 111
[[package]]
name = "bumpalo"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

112 113
[[package]]
name = "byteorder"
B
Bert Belder 已提交
114
version = "1.3.2"
115 116 117 118
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
B
Bert Belder 已提交
119
version = "0.4.12"
120 121
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
122
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jonathon Orsi 已提交
123
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
124 125 126
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
127 128 129 130 131
[[package]]
name = "c2-chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
132
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
133 134 135
 "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

136 137
[[package]]
name = "cc"
B
Bert Belder 已提交
138
version = "1.0.45"
139 140 141 142
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

[[package]]
name = "constant_time_eq"
B
Bert Belder 已提交
170
version = "0.1.4"
171 172
source = "registry+https://github.com/rust-lang/crates.io-index"

173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190
[[package]]
name = "cookie"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cookie_store"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jonathon Orsi 已提交
191
 "publicsuffix 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
192
 "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
193 194 195 196 197 198 199 200 201 202 203 204 205 206
 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crc32fast"
version = "1.2.0"
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)",
]

207 208
[[package]]
name = "crossbeam-deque"
B
Bert Belder 已提交
209
version = "0.7.1"
210 211
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
212 213
 "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
214 215 216 217
]

[[package]]
name = "crossbeam-epoch"
B
Bert Belder 已提交
218
version = "0.7.2"
219 220
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
221
 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
222
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
223
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
224
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
225 226
 "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
227 228
]

B
Bert Belder 已提交
229 230 231 232 233
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
234
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
235 236
]

237 238
[[package]]
name = "crossbeam-utils"
B
Bert Belder 已提交
239
version = "0.6.6"
240 241
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
242
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
243
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
244 245 246 247
]

[[package]]
name = "ct-logs"
248
version = "0.6.0"
249 250
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
251
 "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
252 253 254 255
]

[[package]]
name = "deno"
R
v0.20.0  
Ryan Dahl 已提交
256
version = "0.20.0"
257
dependencies = [
B
Bert Belder 已提交
258 259
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
260
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
261 262 263
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
264
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
265 266 267 268
]

[[package]]
name = "deno_cli"
R
v0.20.0  
Ryan Dahl 已提交
269
version = "0.20.0"
270
dependencies = [
B
Bert Belder 已提交
271
 "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
272
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
273
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
R
v0.20.0  
Ryan Dahl 已提交
274 275
 "deno 0.20.0",
 "deno_typescript 0.20.0",
B
Bert Belder 已提交
276
 "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
277
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
278
 "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
279
 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jonathon Orsi 已提交
280
 "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
281
 "hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
282 283
 "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
284
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
285 286
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
287
 "os_pipe 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jonathon Orsi 已提交
288
 "rand 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
289
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
290
 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
291
 "reqwest 0.9.20 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
292
 "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
293
 "rustyline 5.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
294 295
 "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
296
 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
297
 "source-map-mappings 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
298
 "sys-info 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
299 300 301 302
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
303 304
 "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
305
 "tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
306
 "tokio-rustls 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
307
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
308
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
309
 "utime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jonathon Orsi 已提交
310 311
 "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
312
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
313 314
]

R
Ryan Dahl 已提交
315 316
[[package]]
name = "deno_typescript"
R
v0.20.0  
Ryan Dahl 已提交
317
version = "0.20.0"
R
Ryan Dahl 已提交
318
dependencies = [
R
v0.20.0  
Ryan Dahl 已提交
319
 "deno 0.20.0",
B
Bert Belder 已提交
320
 "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ryan Dahl 已提交
321 322 323
 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
]

324 325
[[package]]
name = "dirs"
B
Bert Belder 已提交
326
version = "2.0.2"
B
Bert Belder 已提交
327 328 329
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 已提交
330
 "dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
331 332 333 334
]

[[package]]
name = "dirs-sys"
B
Bert Belder 已提交
335
version = "0.3.4"
B
Bert Belder 已提交
336 337 338
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 已提交
339 340
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
341
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
342 343
]

344 345 346 347 348
[[package]]
name = "dtoa"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Bert Belder 已提交
349 350
[[package]]
name = "either"
J
Jonathon Orsi 已提交
351
version = "1.5.3"
B
Bert Belder 已提交
352 353
source = "registry+https://github.com/rust-lang/crates.io-index"

354 355
[[package]]
name = "encoding_rs"
B
Bert Belder 已提交
356
version = "0.8.19"
357 358 359 360 361 362 363 364 365 366
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)",
]

[[package]]
name = "error-chain"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
367
 "backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
368 369 370
 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

371 372
[[package]]
name = "failure"
B
Bert Belder 已提交
373
version = "0.1.5"
374 375
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
376
 "backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
377
 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
378 379 380 381
]

[[package]]
name = "failure_derive"
B
Bert Belder 已提交
382
version = "0.1.5"
383 384
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
385
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
386
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
387
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
388
 "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
389 390
]

391 392 393 394 395 396 397 398 399 400
[[package]]
name = "flate2"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

411 412 413 414 415
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
416
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
417 418 419 420 421 422 423 424 425 426
 "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 已提交
427
version = "0.1.29"
428 429 430 431 432 433 434
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 已提交
435
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
436
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
437 438
]

439 440 441 442 443
[[package]]
name = "fwdansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
444 445 446 447 448 449
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "getrandom"
B
Bert Belder 已提交
450
version = "0.1.12"
B
Bert Belder 已提交
451 452 453
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 已提交
454
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
455
 "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
456 457
]

458 459
[[package]]
name = "h2"
B
Bert Belder 已提交
460
version = "0.1.26"
461 462
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
463
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
464
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
465
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
466
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
467
 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
468
 "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
469
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
470
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
471
 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
472
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
473 474
]

475 476 477 478 479 480 481 482
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

483 484
[[package]]
name = "http"
B
Bert Belder 已提交
485
version = "0.1.18"
486 487
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
488
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
489
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
490
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
491 492
]

B
Bert Belder 已提交
493 494 495 496 497 498
[[package]]
name = "http-body"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
499
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
500
 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
501 502 503
 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

504 505
[[package]]
name = "httparse"
B
Bert Belder 已提交
506
version = "1.3.4"
507 508 509 510
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "hyper"
J
Jonathon Orsi 已提交
511
version = "0.12.35"
512 513
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
514
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
515
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
516
 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
517 518
 "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
519
 "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
520
 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
521
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
522
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
523
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
524
 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
525
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
526
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
527
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
528
 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
529
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
530 531
 "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 已提交
532
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
533
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
534
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
535
 "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
536 537 538 539
]

[[package]]
name = "hyper-rustls"
540
version = "0.17.1"
541 542
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
543
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
544
 "ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
545
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jonathon Orsi 已提交
546
 "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
547
 "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
548
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
549 550 551
 "tokio-rustls 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
552 553
]

554 555 556 557
[[package]]
name = "hyper_hello"
version = "0.0.1"
dependencies = [
J
Jonathon Orsi 已提交
558
 "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
559
 "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)",
560 561
]

562 563
[[package]]
name = "idna"
564
version = "0.1.5"
565 566 567 568
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 已提交
569
 "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
570 571
]

J
Jonathon Orsi 已提交
572 573 574 575 576 577 578 579 580 581
[[package]]
name = "idna"
version = "0.2.0"
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)",
 "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

582 583
[[package]]
name = "indexmap"
B
Bert Belder 已提交
584
version = "1.2.0"
585 586 587 588 589 590 591
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
592
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
593 594 595 596 597
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

601 602 603 604 605 606 607 608
[[package]]
name = "js-sys"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
]

609 610 611 612 613 614 615 616 617 618 619
[[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 已提交
620
version = "1.4.0"
621 622 623 624
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "libc"
B
Bert Belder 已提交
625
version = "0.2.62"
626 627 628 629 630 631 632 633 634 635 636 637 638
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "log"
B
Bert Belder 已提交
639
version = "0.4.8"
640 641
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
642
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
643 644 645 646 647 648 649 650 651
]

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

[[package]]
name = "memchr"
B
Bert Belder 已提交
652
version = "2.2.1"
653 654 655 656
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "memoffset"
B
Bert Belder 已提交
657
version = "0.5.1"
658
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
659 660 661
dependencies = [
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
662

663 664
[[package]]
name = "mime"
B
Bert Belder 已提交
665
version = "0.3.14"
666 667 668 669 670 671 672
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "mime_guess"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
673 674
 "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
675 676 677 678 679 680 681 682 683 684
]

[[package]]
name = "miniz_oxide"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

685 686
[[package]]
name = "mio"
B
Bert Belder 已提交
687
version = "0.6.19"
688 689 690 691 692 693
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 已提交
694
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
695
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
696 697
 "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 已提交
698
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
699 700 701 702 703 704 705 706
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "mio-named-pipes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
707
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
708
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
709
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
710
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
711 712 713 714 715 716 717 718
]

[[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 已提交
719
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
720
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738
]

[[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 已提交
739
 "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
740
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
741 742 743 744 745 746 747
]

[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
748
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
749
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
750
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
751 752
]

B
Bert Belder 已提交
753 754
[[package]]
name = "nix"
B
Bert Belder 已提交
755
version = "0.14.1"
B
Bert Belder 已提交
756 757
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
758
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
759
 "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
760
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
761
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
762 763 764
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

765 766 767 768 769 770
[[package]]
name = "nix"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
771
 "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
772 773 774 775 776
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

782 783 784 785 786 787 788 789 790
[[package]]
name = "nom"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

791 792
[[package]]
name = "num_cpus"
B
Bert Belder 已提交
793
version = "1.10.1"
794 795
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
796
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
797 798
]

799 800 801 802 803 804
[[package]]
name = "os_pipe"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
805
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
806 807
]

808 809 810 811 812 813 814 815 816 817
[[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 已提交
818
version = "0.7.1"
819 820 821
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 已提交
822
 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
823 824 825 826
]

[[package]]
name = "parking_lot_core"
B
Bert Belder 已提交
827
version = "0.4.0"
828 829
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
830
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
831
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
832
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
833
 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
834
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
835 836 837 838
]

[[package]]
name = "percent-encoding"
839
version = "1.0.1"
B
Bert Belder 已提交
840 841
source = "registry+https://github.com/rust-lang/crates.io-index"

J
Jonathon Orsi 已提交
842 843 844 845 846
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Bert Belder 已提交
847 848 849
[[package]]
name = "ppv-lite86"
version = "0.2.5"
850 851 852 853
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "proc-macro2"
B
Bert Belder 已提交
854
version = "0.4.30"
855 856 857 858 859
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
860 861
[[package]]
name = "proc-macro2"
B
Bert Belder 已提交
862
version = "1.0.3"
B
Bert Belder 已提交
863 864 865 866 867
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

868 869
[[package]]
name = "publicsuffix"
J
Jonathon Orsi 已提交
870
version = "1.5.3"
871 872 873
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jonathon Orsi 已提交
874
 "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
875 876
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jonathon Orsi 已提交
877
 "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
878 879
]

880 881
[[package]]
name = "quote"
B
Bert Belder 已提交
882
version = "0.6.13"
883 884
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
885
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
886 887
]

B
Bert Belder 已提交
888 889 890 891 892
[[package]]
name = "quote"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
893
 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
894 895
]

896 897
[[package]]
name = "rand"
B
Bert Belder 已提交
898
version = "0.4.6"
899 900
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
901
 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
902
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
903
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
904
 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
905
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
906 907 908 909
]

[[package]]
name = "rand"
B
Bert Belder 已提交
910
version = "0.6.5"
911 912
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
913 914
 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
915
 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
916
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
917 918
 "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 已提交
919
 "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
920
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
921
 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
922
 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
923
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
924 925
]

B
Bert Belder 已提交
926 927
[[package]]
name = "rand"
J
Jonathon Orsi 已提交
928
version = "0.7.1"
B
Bert Belder 已提交
929 930
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
931
 "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
932
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
933
 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
934
 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
935 936 937
 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

938 939
[[package]]
name = "rand_chacha"
B
Bert Belder 已提交
940
version = "0.1.1"
941 942
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
943
 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
944
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
945 946
]

B
Bert Belder 已提交
947 948 949 950 951 952
[[package]]
name = "rand_chacha"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
953
 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
954 955
]

956 957
[[package]]
name = "rand_core"
B
Bert Belder 已提交
958 959 960
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
961
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
962 963 964 965
]

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

B
Bert Belder 已提交
969 970
[[package]]
name = "rand_core"
B
Bert Belder 已提交
971
version = "0.5.1"
B
Bert Belder 已提交
972 973
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
974
 "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
975 976
]

977 978 979 980 981
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
982
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
983 984
]

B
Bert Belder 已提交
985 986 987 988 989
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
990
 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
991 992
]

993 994 995 996 997
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
998
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
999 1000
]

B
Bert Belder 已提交
1001 1002
[[package]]
name = "rand_jitter"
B
Bert Belder 已提交
1003
version = "0.1.4"
B
Bert Belder 已提交
1004 1005
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1006 1007
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1008
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1009 1010
]

R
Ryan Dahl 已提交
1011 1012
[[package]]
name = "rand_os"
B
Bert Belder 已提交
1013
version = "0.1.3"
R
Ryan Dahl 已提交
1014 1015 1016
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 已提交
1017
 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1018 1019
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1020
 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1021
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ryan Dahl 已提交
1022 1023
]

1024 1025
[[package]]
name = "rand_pcg"
B
Bert Belder 已提交
1026
version = "0.1.2"
1027 1028
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1029 1030
 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1031 1032 1033 1034
]

[[package]]
name = "rand_xorshift"
B
Bert Belder 已提交
1035 1036 1037
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1038
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1039 1040 1041 1042 1043
]

[[package]]
name = "rdrand"
version = "0.4.0"
1044 1045
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1046
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
1047 1048 1049 1050
]

[[package]]
name = "redox_syscall"
B
Bert Belder 已提交
1051
version = "0.1.56"
1052 1053 1054 1055
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "redox_users"
B
Bert Belder 已提交
1056
version = "0.3.1"
1057 1058
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1059
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1060
 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1061
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1062
 "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
1063 1064
]

B
Bert Belder 已提交
1065 1066
[[package]]
name = "regex"
B
Bert Belder 已提交
1067
version = "1.3.1"
B
Bert Belder 已提交
1068 1069
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1070
 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1071
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1072
 "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1073 1074 1075 1076 1077
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "regex-syntax"
B
Bert Belder 已提交
1078
version = "0.6.12"
B
Bert Belder 已提交
1079 1080
source = "registry+https://github.com/rust-lang/crates.io-index"

1081 1082
[[package]]
name = "remove_dir_all"
B
Bert Belder 已提交
1083
version = "0.5.2"
1084 1085
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1086
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1087 1088
]

1089 1090 1091 1092 1093 1094 1095 1096 1097
[[package]]
name = "reqwest"
version = "0.9.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1098
 "encoding_rs 0.8.19 (registry+https://github.com/rust-lang/crates.io-index)",
1099
 "flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1100
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1101
 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jonathon Orsi 已提交
1102
 "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
1103 1104
 "hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1105
 "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1106 1107
 "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1108
 "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123
 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-rustls 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

1124 1125
[[package]]
name = "ring"
B
Bert Belder 已提交
1126
version = "0.16.9"
1127 1128
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1129 1130
 "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1131
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
1132 1133 1134
 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "web-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1135
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1136 1137
]

B
Bert Belder 已提交
1138 1139 1140 1141 1142 1143
[[package]]
name = "rust-argon2"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1144
 "blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1145 1146 1147
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

1148 1149
[[package]]
name = "rustc-demangle"
B
Bert Belder 已提交
1150
version = "0.1.16"
1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162
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"
1163
version = "0.16.0"
1164 1165
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1166
 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1167
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1168
 "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)",
1169 1170
 "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
1171 1172 1173 1174
]

[[package]]
name = "rustyline"
B
Bert Belder 已提交
1175
version = "5.0.2"
1176 1177
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1178
 "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1179
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1180 1181 1182
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1183
 "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1184
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1185
 "utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1186
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1187 1188 1189 1190
]

[[package]]
name = "ryu"
B
Bert Belder 已提交
1191
version = "1.0.0"
1192 1193 1194 1195 1196 1197 1198
source = "registry+https://github.com/rust-lang/crates.io-index"

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

B
Bert Belder 已提交
1199 1200 1201 1202 1203
[[package]]
name = "scopeguard"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1204 1205
[[package]]
name = "sct"
1206
version = "0.6.0"
1207 1208
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1209
 "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)",
1210
 "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227
]

[[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 已提交
1228
version = "1.0.100"
1229
source = "registry+https://github.com/rust-lang/crates.io-index"
1230
dependencies = [
B
Bert Belder 已提交
1231
 "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
1232
]
1233

1234 1235
[[package]]
name = "serde_derive"
B
Bert Belder 已提交
1236
version = "1.0.100"
1237 1238
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1239
 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1240
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1241
 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1242 1243
]

1244 1245
[[package]]
name = "serde_json"
B
Bert Belder 已提交
1246
version = "1.0.40"
1247 1248
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1249
 "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1250
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1251
 "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1252
 "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
1253 1254
]

1255 1256 1257 1258 1259 1260 1261
[[package]]
name = "serde_urlencoded"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1262
 "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)",
1263 1264 1265
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

1266 1267
[[package]]
name = "signal-hook"
B
Bert Belder 已提交
1268
version = "0.1.10"
B
Bert Belder 已提交
1269 1270
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1271 1272
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
 "signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1273 1274 1275 1276
]

[[package]]
name = "signal-hook-registry"
B
Bert Belder 已提交
1277
version = "1.1.1"
1278 1279
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1280 1281
 "arc-swap 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
1282 1283 1284 1285
]

[[package]]
name = "slab"
B
Bert Belder 已提交
1286
version = "0.4.2"
1287 1288 1289 1290
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "smallvec"
B
Bert Belder 已提交
1291
version = "0.6.10"
1292 1293 1294 1295
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "socket2"
B
Bert Belder 已提交
1296
version = "0.3.11"
1297 1298
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1299
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1300
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1301
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1302
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1303 1304 1305 1306 1307 1308 1309
]

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

1314 1315 1316 1317 1318
[[package]]
name = "sourcefile"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Bert Belder 已提交
1319 1320
[[package]]
name = "spin"
1321
version = "0.5.2"
B
Bert Belder 已提交
1322 1323
source = "registry+https://github.com/rust-lang/crates.io-index"

1324 1325 1326 1327 1328 1329 1330
[[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 已提交
1331
version = "0.2.1"
1332
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
1333 1334 1335
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
1336

B
Bert Belder 已提交
1337 1338
[[package]]
name = "strsim"
B
Bert Belder 已提交
1339
version = "0.8.0"
B
Bert Belder 已提交
1340 1341
source = "registry+https://github.com/rust-lang/crates.io-index"

1342 1343
[[package]]
name = "syn"
B
Bert Belder 已提交
1344
version = "0.15.44"
1345 1346
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1347
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1348
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
1349 1350 1351
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1352 1353
[[package]]
name = "syn"
B
Bert Belder 已提交
1354
version = "1.0.5"
B
Bert Belder 已提交
1355 1356
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1357
 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1358 1359 1360 1361
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1362 1363
[[package]]
name = "synstructure"
B
Bert Belder 已提交
1364
version = "0.10.2"
1365 1366
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1367
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1368
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1369
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
1370 1371 1372
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1373 1374 1375 1376 1377 1378 1379 1380 1381
[[package]]
name = "sys-info"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
]

1382 1383
[[package]]
name = "tempfile"
B
Bert Belder 已提交
1384
version = "3.1.0"
1385 1386
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1387
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1388
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jonathon Orsi 已提交
1389
 "rand 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1390
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1391
 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1392
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1393 1394
]

1395 1396
[[package]]
name = "termcolor"
B
Bert Belder 已提交
1397
version = "1.0.5"
1398 1399
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1400
 "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1401 1402
]

B
Bert Belder 已提交
1403 1404
[[package]]
name = "textwrap"
B
Bert Belder 已提交
1405
version = "0.11.0"
B
Bert Belder 已提交
1406 1407
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1408
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1409 1410
]

B
Bert Belder 已提交
1411 1412 1413 1414 1415
[[package]]
name = "thread_local"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1416
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1417 1418
]

1419 1420
[[package]]
name = "time"
B
Bert Belder 已提交
1421
version = "0.1.42"
1422 1423
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1424
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1425
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1426
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1427 1428 1429 1430
]

[[package]]
name = "tokio"
B
Bert Belder 已提交
1431
version = "0.1.22"
1432 1433
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1434
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1435
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1436
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1437
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
1438
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1439
 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1440
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1441 1442 1443
 "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 已提交
1444
 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1445
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1446
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1447
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1448
 "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1449
 "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
1450 1451
]

B
Bert Belder 已提交
1452 1453 1454 1455 1456 1457
[[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)",
J
Jonathon Orsi 已提交
1458
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1459
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1460 1461
]

1462 1463 1464 1465 1466
[[package]]
name = "tokio-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1467
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1468
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1469
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1470 1471 1472 1473
]

[[package]]
name = "tokio-current-thread"
B
Bert Belder 已提交
1474
version = "0.1.6"
1475 1476
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1477
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1478
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1479 1480 1481 1482
]

[[package]]
name = "tokio-executor"
B
Bert Belder 已提交
1483
version = "0.1.8"
1484 1485
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1486
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1487
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1488 1489 1490 1491
]

[[package]]
name = "tokio-fs"
B
Bert Belder 已提交
1492
version = "0.1.6"
1493 1494
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1495
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1496
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1497
 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1498 1499 1500 1501
]

[[package]]
name = "tokio-io"
B
Bert Belder 已提交
1502
version = "0.1.12"
1503 1504
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1505
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1506
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1507
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1508 1509 1510 1511
]

[[package]]
name = "tokio-process"
B
Bert Belder 已提交
1512
version = "0.2.4"
1513 1514
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1515
 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1516 1517
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1518
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1519
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1520
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1521
 "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1522 1523
 "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)",
1524
 "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1525
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1526 1527 1528 1529
]

[[package]]
name = "tokio-reactor"
B
Bert Belder 已提交
1530
version = "0.1.9"
1531 1532
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1533
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1534 1535
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1536
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1537
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1538
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1539 1540
 "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 已提交
1541
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1542
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1543
 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1544 1545 1546 1547
]

[[package]]
name = "tokio-rustls"
1548
version = "0.10.0"
1549 1550
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1551
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1552
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1553 1554
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1555
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1556
 "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
1557 1558 1559 1560 1561 1562 1563
]

[[package]]
name = "tokio-signal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1564
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1565
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1566
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1567
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1568 1569
 "signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1570 1571
 "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 已提交
1572
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1573 1574
]

B
Bert Belder 已提交
1575 1576
[[package]]
name = "tokio-sync"
B
Bert Belder 已提交
1577
version = "0.1.6"
B
Bert Belder 已提交
1578 1579
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1580
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1581
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1582 1583
]

1584 1585
[[package]]
name = "tokio-tcp"
B
Bert Belder 已提交
1586
version = "0.1.3"
1587 1588
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1589
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1590
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1591
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1592
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1593 1594
 "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)",
1595 1596 1597 1598
]

[[package]]
name = "tokio-threadpool"
B
Bert Belder 已提交
1599
version = "0.1.15"
1600 1601
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1602 1603
 "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 已提交
1604
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1605
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1606
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1607
 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1608
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1609
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1610
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1611 1612 1613 1614
]

[[package]]
name = "tokio-timer"
B
Bert Belder 已提交
1615
version = "0.2.11"
1616 1617
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1618
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1619
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1620
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1621
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1622 1623 1624 1625
]

[[package]]
name = "tokio-udp"
B
Bert Belder 已提交
1626
version = "0.1.5"
1627 1628
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1629
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1630
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1631
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1632
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1633
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1634 1635
 "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)",
1636 1637 1638 1639
]

[[package]]
name = "tokio-uds"
B
Bert Belder 已提交
1640
version = "0.2.5"
1641 1642
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1643
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1644
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1645
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1646
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1647
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1648
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1649 1650
 "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 已提交
1651 1652
 "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)",
1653 1654 1655 1656 1657 1658 1659
]

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

1660 1661 1662 1663 1664 1665 1666 1667 1668 1669
[[package]]
name = "try_from"
version = "0.3.2"
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)",
]

[[package]]
name = "unicase"
B
Bert Belder 已提交
1670
version = "2.5.1"
1671 1672 1673 1674 1675
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

1676 1677 1678 1679 1680 1681 1682 1683 1684 1685
[[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 已提交
1686
version = "0.1.8"
1687
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bert Belder 已提交
1688
dependencies = [
B
Bert Belder 已提交
1689
 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1690
]
1691 1692 1693

[[package]]
name = "unicode-segmentation"
B
Bert Belder 已提交
1694
version = "1.3.0"
1695 1696 1697 1698
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-width"
B
Bert Belder 已提交
1699
version = "0.1.6"
1700 1701 1702 1703 1704 1705 1706
source = "registry+https://github.com/rust-lang/crates.io-index"

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

B
Bert Belder 已提交
1707 1708 1709 1710 1711
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1712 1713
[[package]]
name = "untrusted"
1714
version = "0.7.0"
1715 1716 1717 1718
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "url"
1719
version = "1.7.2"
1720 1721
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1722
 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1723
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1724
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1725 1726
]

J
Jonathon Orsi 已提交
1727 1728 1729 1730 1731 1732 1733 1734 1735 1736
[[package]]
name = "url"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

1742 1743 1744 1745 1746 1747
[[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 已提交
1748
 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
1749 1750 1751
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

1752 1753 1754 1755 1756 1757 1758 1759
[[package]]
name = "uuid"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1760 1761 1762 1763 1764
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

1765 1766 1767 1768 1769
[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781
[[package]]
name = "vlq"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "want"
B
Bert Belder 已提交
1782
version = "0.2.0"
1783 1784
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1785
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1786
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1787 1788 1789
 "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Bert Belder 已提交
1790 1791
[[package]]
name = "wasi"
B
Bert Belder 已提交
1792
version = "0.7.0"
B
Bert Belder 已提交
1793 1794
source = "registry+https://github.com/rust-lang/crates.io-index"

1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809
[[package]]
name = "wasm-bindgen"
version = "0.2.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "wasm-bindgen-backend"
version = "0.2.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1810
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1811
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1812
 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1813
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1814
 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831
 "wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1832
 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1833
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1834
 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851
 "wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "wasm-bindgen-webidl"
version = "0.2.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1852
 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1853
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bert Belder 已提交
1854
 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870
 "wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
 "weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

1871 1872
[[package]]
name = "webpki"
1873
version = "0.21.0"
1874 1875
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1876
 "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)",
1877
 "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1878 1879 1880 1881
]

[[package]]
name = "webpki-roots"
1882 1883 1884 1885 1886 1887 1888 1889 1890
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "weedle"
version = "0.10.0"
1891 1892
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1893
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1894 1895 1896 1897 1898 1899 1900 1901 1902
]

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

[[package]]
name = "winapi"
B
Bert Belder 已提交
1903
version = "0.3.8"
1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919
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"

1920 1921 1922 1923 1924
[[package]]
name = "winapi-util"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1925
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1926 1927
]

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

1933 1934
[[package]]
name = "wincolor"
B
Bert Belder 已提交
1935
version = "1.0.2"
1936 1937
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1938
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1939 1940 1941
 "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

1942 1943 1944 1945 1946
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bert Belder 已提交
1947
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1948 1949
]

1950 1951 1952 1953 1954 1955 1956 1957 1958 1959
[[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]
1960
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
B
Bert Belder 已提交
1961
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
1962
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
B
Bert Belder 已提交
1963
"checksum ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
B
Bert Belder 已提交
1964 1965
"checksum arc-swap 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "854ede29f7a0ce90519fb2439d030320c6201119b87dab0ee96044603e1130b9"
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
B
Bert Belder 已提交
1966 1967
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
B
Bert Belder 已提交
1968
"checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875"
B
Bert Belder 已提交
1969
"checksum backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)" = "5180c5a20655b14a819b652fd2378fa5f1697b6c9ddad3e695c2f9cedf6df4e2"
B
Bert Belder 已提交
1970
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
B
Bert Belder 已提交
1971
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
B
Bert Belder 已提交
1972
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
B
Bert Belder 已提交
1973
"checksum blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182"
1974
"checksum bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708"
B
Bert Belder 已提交
1975
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
B
Bert Belder 已提交
1976
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
B
Bert Belder 已提交
1977
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
B
Bert Belder 已提交
1978
"checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
B
Bert Belder 已提交
1979
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
B
Bert Belder 已提交
1980
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
1981
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
B
Bert Belder 已提交
1982
"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
1983 1984 1985
"checksum cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
"checksum cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
B
Bert Belder 已提交
1986
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
B
Bert Belder 已提交
1987
"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
B
Bert Belder 已提交
1988
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
B
Bert Belder 已提交
1989
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
1990
"checksum ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
B
Bert Belder 已提交
1991 1992
"checksum dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
"checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
1993
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
J
Jonathon Orsi 已提交
1994
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
B
Bert Belder 已提交
1995
"checksum encoding_rs 0.8.19 (registry+https://github.com/rust-lang/crates.io-index)" = "79906e1ad1f7f8bc48864fcc6ffd58336fb5992e627bf61928099cb25fdf4314"
1996
"checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9"
B
Bert Belder 已提交
1997 1998
"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"
1999
"checksum flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "2adaffba6388640136149e18ed080b77a78611c1e1d6de75aedcdf78df5d4682"
2000
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
B
Bert Belder 已提交
2001
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2002 2003
"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 已提交
2004
"checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
2005
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
2006
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
B
Bert Belder 已提交
2007
"checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571"
B
Bert Belder 已提交
2008
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
2009
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
B
Bert Belder 已提交
2010
"checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4"
B
Bert Belder 已提交
2011
"checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
B
Bert Belder 已提交
2012
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
J
Jonathon Orsi 已提交
2013
"checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
2014
"checksum hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "719d85c7df4a7f309a77d145340a063ea929dcb2e025bae46a80345cffec2952"
2015
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
J
Jonathon Orsi 已提交
2016
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
B
Bert Belder 已提交
2017
"checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3"
2018
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
B
Bert Belder 已提交
2019
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
2020
"checksum js-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "1efc4f2a556c58e79c5500912e221dd826bec64ff4aabd8ce71ccef6da02d7d4"
2021
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
B
Bert Belder 已提交
2022
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
B
Bert Belder 已提交
2023
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
2024
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
B
Bert Belder 已提交
2025
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2026
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
B
Bert Belder 已提交
2027 2028
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
"checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
B
Bert Belder 已提交
2029
"checksum mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1d63acd1b78403cc0c325605908475dd9b9a3acbf65ed8bcab97e27014afcf"
2030 2031
"checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
"checksum miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10"
B
Bert Belder 已提交
2032
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
2033 2034 2035 2036 2037
"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 已提交
2038
"checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
2039
"checksum nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
2040
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
2041
"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
B
Bert Belder 已提交
2042
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
2043
"checksum os_pipe 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "81e8dfa4c69d7bde595e9a940fcf1d7f60966d3fce8a8c4cad67c60e35ea2a11"
2044
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
B
Bert Belder 已提交
2045 2046
"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"
2047
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
J
Jonathon Orsi 已提交
2048
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
B
Bert Belder 已提交
2049
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
B
Bert Belder 已提交
2050
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
B
Bert Belder 已提交
2051
"checksum proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8"
J
Jonathon Orsi 已提交
2052
"checksum publicsuffix 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9bf259a81de2b2eb9850ec990ec78e6a25319715584fd7652b9b26f96fcb1510"
B
Bert Belder 已提交
2053
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
B
Bert Belder 已提交
2054
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
B
Bert Belder 已提交
2055
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
B
Bert Belder 已提交
2056
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
J
Jonathon Orsi 已提交
2057
"checksum rand 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "59cea0d944b32347a1863e95942fd6ebdb486afb4f038119494f2860380c1d51"
B
Bert Belder 已提交
2058
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
B
Bert Belder 已提交
2059
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
B
Bert Belder 已提交
2060
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
B
Bert Belder 已提交
2061
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
B
Bert Belder 已提交
2062
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2063
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
B
Bert Belder 已提交
2064
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2065
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
B
Bert Belder 已提交
2066
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
B
Bert Belder 已提交
2067
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
B
Bert Belder 已提交
2068
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
B
Bert Belder 已提交
2069 2070
"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 已提交
2071
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
B
Bert Belder 已提交
2072
"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
B
Bert Belder 已提交
2073 2074
"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
B
Bert Belder 已提交
2075
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
2076
"checksum reqwest 0.9.20 (registry+https://github.com/rust-lang/crates.io-index)" = "0f6d896143a583047512e59ac54a215cb203c29cc941917343edea3be8df9c78"
B
Bert Belder 已提交
2077
"checksum ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6747f8da1f2b1fabbee1aaa4eb8a11abf9adef0bf58a41cee45db5d59cecdfac"
B
Bert Belder 已提交
2078 2079
"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
2080
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2081
"checksum rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e"
B
Bert Belder 已提交
2082
"checksum rustyline 5.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f8ee0838a6594169a1c5f4bb9af0fe692cc99691941710a8cc6576395ede804e"
B
Bert Belder 已提交
2083
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
2084
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
B
Bert Belder 已提交
2085
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
2086
"checksum sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
2087 2088
"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 已提交
2089 2090
"checksum serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)" = "f4473e8506b213730ff2061073b48fa51dcc66349219e2e7c5608f0296a1d95a"
"checksum serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)" = "11e410fde43e157d789fc290d26bc940778ad0fdd47836426fbac36573710dbb"
B
Bert Belder 已提交
2091
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
2092
"checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
B
Bert Belder 已提交
2093
"checksum signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4f61c4d59f3aaa9f61bba6450a9b80ba48362fd7d651689e7a10c453b1f6dc68"
B
Bert Belder 已提交
2094
"checksum signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1797d48f38f91643908bb14e35e79928f9f4b3cefb2420a564dde0991b4358dc"
B
Bert Belder 已提交
2095
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
B
Bert Belder 已提交
2096
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
B
Bert Belder 已提交
2097
"checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
2098
"checksum source-map-mappings 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89babfa6891f638e3e30c5dd248368937015b627a9704aaa8c9d3b9177bf8bfa"
2099 2100
"checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"
"checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2101
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
B
Bert Belder 已提交
2102
"checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
B
Bert Belder 已提交
2103
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
B
Bert Belder 已提交
2104
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
B
Bert Belder 已提交
2105
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
B
Bert Belder 已提交
2106
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
2107
"checksum sys-info 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0079fe39cec2c8215e21b0bc4ccec9031004c160b88358f531b601e96b77f0df"
B
Bert Belder 已提交
2108 2109
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
B
Bert Belder 已提交
2110
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
B
Bert Belder 已提交
2111
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
B
Bert Belder 已提交
2112
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
B
Bert Belder 已提交
2113
"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
B
Bert Belder 已提交
2114
"checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
2115
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
B
Bert Belder 已提交
2116
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
B
Bert Belder 已提交
2117
"checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac"
B
Bert Belder 已提交
2118 2119
"checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
B
Bert Belder 已提交
2120
"checksum tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
B
Bert Belder 已提交
2121
"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce"
2122
"checksum tokio-rustls 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f0ded5b0b8dbb284cf9464ed0f2912e3e8806553d92f95f5e6944c2b8e989d"
2123
"checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
B
Bert Belder 已提交
2124
"checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7"
B
Bert Belder 已提交
2125
"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
B
Bert Belder 已提交
2126
"checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19"
B
Bert Belder 已提交
2127
"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
B
Bert Belder 已提交
2128
"checksum tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
B
Bert Belder 已提交
2129
"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
2130
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
2131
"checksum try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
B
Bert Belder 已提交
2132
"checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150"
2133
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
B
Bert Belder 已提交
2134
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
B
Bert Belder 已提交
2135
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
B
Bert Belder 已提交
2136
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
2137
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
B
Bert Belder 已提交
2138
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2139
"checksum untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece"
2140
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
J
Jonathon Orsi 已提交
2141
"checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
2142
"checksum utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
2143
"checksum utime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "055058552ca15c566082fc61da433ae678f78986a6f16957e33162d1b218792a"
2144
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
B
Bert Belder 已提交
2145
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
2146
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2147 2148
"checksum vlq 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff"
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
B
Bert Belder 已提交
2149
"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
B
Bert Belder 已提交
2150
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
2151 2152 2153 2154 2155 2156 2157 2158 2159 2160
"checksum wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "dcddca308b16cd93c2b67b126c688e5467e4ef2e28200dc7dfe4ae284f2faefc"
"checksum wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "f805d9328b5fc7e5c6399960fd1889271b9b58ae17bdb2417472156cc9fafdd0"
"checksum wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "3ff88201a482abfc63921621f6cb18eb1efd74f136b05e5841e7f8ca434539e9"
"checksum wasm-bindgen-macro-support 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "6a433d89ecdb9f77d46fcf00c8cf9f3467b7de9954d8710c175f61e2e245bb0e"
"checksum wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "d41fc1bc3570cdf8d108c15e014045fd45a95bb5eb36605f96a90461fc34027d"
"checksum wasm-bindgen-webidl 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "be53d289bf2fa7645a089cfd5c7a34bf4fe94221f58cf86ee42a7b4bc854ff14"
"checksum web-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "6435c477200ad486089a7a72c2bd6c9bdf9740bd7fff868806076218076d8c51"
"checksum webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7e664e770ac0110e2384769bcc59ed19e329d81f555916a6e072714957b81b4"
"checksum webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a262ae37dd9d60f60dd473d1158f9fbebf110ba7b6a5051c8160460f6043718b"
"checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164"
2161
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
B
Bert Belder 已提交
2162
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2163 2164
"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"
2165
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
2166
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
B
Bert Belder 已提交
2167
"checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
2168
"checksum winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
2169
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"