Mercurial > templog
comparison rust/Cargo.lock @ 639:89818a14648b rust tip
- switch to using anyhow for errors, surf for http
runs but surf has problems
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 28 Nov 2019 23:57:00 +0800 |
parents | 1e147b3c2c55 |
children |
comparison
equal
deleted
inserted
replaced
638:a9f353f488d0 | 639:89818a14648b |
---|---|
24 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 24 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
25 ] | 25 ] |
26 | 26 |
27 [[package]] | 27 [[package]] |
28 name = "anyhow" | 28 name = "anyhow" |
29 version = "1.0.19" | 29 version = "1.0.25" |
30 source = "registry+https://github.com/rust-lang/crates.io-index" | 30 source = "registry+https://github.com/rust-lang/crates.io-index" |
31 | |
32 [[package]] | |
33 name = "async-macros" | |
34 version = "1.0.0" | |
35 source = "registry+https://github.com/rust-lang/crates.io-index" | |
36 dependencies = [ | |
37 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
38 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
39 ] | |
40 | |
41 [[package]] | |
42 name = "async-std" | |
43 version = "0.99.12" | |
44 source = "registry+https://github.com/rust-lang/crates.io-index" | |
45 dependencies = [ | |
46 "async-macros 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
47 "async-task 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
48 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
49 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
50 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
51 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
52 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
53 "futures-timer 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
54 "kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
55 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
56 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
57 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
58 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
59 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
60 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
61 "pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
62 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
63 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
64 ] | |
65 | |
66 [[package]] | |
67 name = "async-task" | |
68 version = "1.0.0" | |
69 source = "registry+https://github.com/rust-lang/crates.io-index" | |
70 dependencies = [ | |
71 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
72 ] | |
31 | 73 |
32 [[package]] | 74 [[package]] |
33 name = "atomicwrites" | 75 name = "atomicwrites" |
34 version = "0.2.5" | 76 version = "0.2.5" |
35 source = "registry+https://github.com/rust-lang/crates.io-index" | 77 source = "registry+https://github.com/rust-lang/crates.io-index" |
65 name = "bitflags" | 107 name = "bitflags" |
66 version = "1.2.1" | 108 version = "1.2.1" |
67 source = "registry+https://github.com/rust-lang/crates.io-index" | 109 source = "registry+https://github.com/rust-lang/crates.io-index" |
68 | 110 |
69 [[package]] | 111 [[package]] |
112 name = "bumpalo" | |
113 version = "2.6.0" | |
114 source = "registry+https://github.com/rust-lang/crates.io-index" | |
115 | |
116 [[package]] | |
70 name = "byteorder" | 117 name = "byteorder" |
71 version = "1.3.2" | 118 version = "1.3.2" |
72 source = "registry+https://github.com/rust-lang/crates.io-index" | 119 source = "registry+https://github.com/rust-lang/crates.io-index" |
73 | 120 |
74 [[package]] | 121 [[package]] |
98 version = "0.1.10" | 145 version = "0.1.10" |
99 source = "registry+https://github.com/rust-lang/crates.io-index" | 146 source = "registry+https://github.com/rust-lang/crates.io-index" |
100 | 147 |
101 [[package]] | 148 [[package]] |
102 name = "chrono" | 149 name = "chrono" |
103 version = "0.4.9" | 150 version = "0.4.10" |
104 source = "registry+https://github.com/rust-lang/crates.io-index" | 151 source = "registry+https://github.com/rust-lang/crates.io-index" |
105 dependencies = [ | 152 dependencies = [ |
106 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
107 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | 153 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
108 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 154 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
109 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 155 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
110 ] | 156 ] |
111 | 157 |
112 [[package]] | 158 [[package]] |
113 name = "clap" | 159 name = "clap" |
122 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 168 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
123 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 169 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
124 ] | 170 ] |
125 | 171 |
126 [[package]] | 172 [[package]] |
127 name = "cloudabi" | |
128 version = "0.0.3" | |
129 source = "registry+https://github.com/rust-lang/crates.io-index" | |
130 dependencies = [ | |
131 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
132 ] | |
133 | |
134 [[package]] | |
135 name = "config" | 173 name = "config" |
136 version = "0.9.3" | 174 version = "0.9.3" |
137 source = "registry+https://github.com/rust-lang/crates.io-index" | 175 source = "registry+https://github.com/rust-lang/crates.io-index" |
138 dependencies = [ | 176 dependencies = [ |
139 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 177 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
140 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 178 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
141 "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | 179 "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
142 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 180 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
143 "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 181 "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
144 "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 182 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
145 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 183 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
146 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 184 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
147 ] | 185 ] |
148 | 186 |
149 [[package]] | 187 [[package]] |
175 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 213 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
176 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 214 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
177 ] | 215 ] |
178 | 216 |
179 [[package]] | 217 [[package]] |
180 name = "crossbeam-queue" | |
181 version = "0.1.2" | |
182 source = "registry+https://github.com/rust-lang/crates.io-index" | |
183 dependencies = [ | |
184 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
185 ] | |
186 | |
187 [[package]] | |
188 name = "crossbeam-utils" | 218 name = "crossbeam-utils" |
189 version = "0.6.6" | 219 version = "0.6.6" |
190 source = "registry+https://github.com/rust-lang/crates.io-index" | 220 source = "registry+https://github.com/rust-lang/crates.io-index" |
191 dependencies = [ | 221 dependencies = [ |
192 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 222 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
200 dependencies = [ | 230 dependencies = [ |
201 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 231 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
202 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 232 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
203 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 233 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
204 ] | 234 ] |
235 | |
236 [[package]] | |
237 name = "curl" | |
238 version = "0.4.25" | |
239 source = "registry+https://github.com/rust-lang/crates.io-index" | |
240 dependencies = [ | |
241 "curl-sys 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
242 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
243 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
244 "openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)", | |
245 "schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
246 "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
247 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
248 ] | |
249 | |
250 [[package]] | |
251 name = "curl-sys" | |
252 version = "0.4.24" | |
253 source = "registry+https://github.com/rust-lang/crates.io-index" | |
254 dependencies = [ | |
255 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | |
256 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
257 "libnghttp2-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
258 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
259 "openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)", | |
260 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
261 "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
262 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
263 ] | |
264 | |
265 [[package]] | |
266 name = "dtoa" | |
267 version = "0.4.4" | |
268 source = "registry+https://github.com/rust-lang/crates.io-index" | |
205 | 269 |
206 [[package]] | 270 [[package]] |
207 name = "env_logger" | 271 name = "env_logger" |
208 version = "0.6.2" | 272 version = "0.6.2" |
209 source = "registry+https://github.com/rust-lang/crates.io-index" | 273 source = "registry+https://github.com/rust-lang/crates.io-index" |
238 name = "fuchsia-zircon-sys" | 302 name = "fuchsia-zircon-sys" |
239 version = "0.3.3" | 303 version = "0.3.3" |
240 source = "registry+https://github.com/rust-lang/crates.io-index" | 304 source = "registry+https://github.com/rust-lang/crates.io-index" |
241 | 305 |
242 [[package]] | 306 [[package]] |
307 name = "futures" | |
308 version = "0.1.29" | |
309 source = "registry+https://github.com/rust-lang/crates.io-index" | |
310 | |
311 [[package]] | |
312 name = "futures" | |
313 version = "0.3.1" | |
314 source = "registry+https://github.com/rust-lang/crates.io-index" | |
315 dependencies = [ | |
316 "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
317 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
318 "futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
319 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
320 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
321 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
322 "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
323 ] | |
324 | |
325 [[package]] | |
326 name = "futures-channel" | |
327 version = "0.3.1" | |
328 source = "registry+https://github.com/rust-lang/crates.io-index" | |
329 dependencies = [ | |
330 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
331 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
332 ] | |
333 | |
334 [[package]] | |
243 name = "futures-channel-preview" | 335 name = "futures-channel-preview" |
244 version = "0.3.0-alpha.18" | 336 version = "0.3.0-alpha.19" |
245 source = "registry+https://github.com/rust-lang/crates.io-index" | 337 source = "registry+https://github.com/rust-lang/crates.io-index" |
246 dependencies = [ | 338 dependencies = [ |
247 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 339 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
248 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 340 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
249 ] | 341 ] |
342 | |
343 [[package]] | |
344 name = "futures-core" | |
345 version = "0.3.1" | |
346 source = "registry+https://github.com/rust-lang/crates.io-index" | |
250 | 347 |
251 [[package]] | 348 [[package]] |
252 name = "futures-core-preview" | 349 name = "futures-core-preview" |
253 version = "0.3.0-alpha.18" | 350 version = "0.3.0-alpha.19" |
254 source = "registry+https://github.com/rust-lang/crates.io-index" | 351 source = "registry+https://github.com/rust-lang/crates.io-index" |
352 | |
353 [[package]] | |
354 name = "futures-executor" | |
355 version = "0.3.1" | |
356 source = "registry+https://github.com/rust-lang/crates.io-index" | |
357 dependencies = [ | |
358 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
359 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
360 "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
361 ] | |
255 | 362 |
256 [[package]] | 363 [[package]] |
257 name = "futures-executor-preview" | 364 name = "futures-executor-preview" |
258 version = "0.3.0-alpha.18" | 365 version = "0.3.0-alpha.19" |
259 source = "registry+https://github.com/rust-lang/crates.io-index" | 366 source = "registry+https://github.com/rust-lang/crates.io-index" |
260 dependencies = [ | 367 dependencies = [ |
261 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 368 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
262 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 369 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
263 "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 370 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
264 ] | 371 ] |
372 | |
373 [[package]] | |
374 name = "futures-io" | |
375 version = "0.3.1" | |
376 source = "registry+https://github.com/rust-lang/crates.io-index" | |
265 | 377 |
266 [[package]] | 378 [[package]] |
267 name = "futures-io-preview" | 379 name = "futures-io-preview" |
268 version = "0.3.0-alpha.18" | 380 version = "0.3.0-alpha.19" |
269 source = "registry+https://github.com/rust-lang/crates.io-index" | 381 source = "registry+https://github.com/rust-lang/crates.io-index" |
382 | |
383 [[package]] | |
384 name = "futures-macro" | |
385 version = "0.3.1" | |
386 source = "registry+https://github.com/rust-lang/crates.io-index" | |
387 dependencies = [ | |
388 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
389 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
390 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
391 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
392 ] | |
270 | 393 |
271 [[package]] | 394 [[package]] |
272 name = "futures-preview" | 395 name = "futures-preview" |
273 version = "0.3.0-alpha.18" | 396 version = "0.3.0-alpha.19" |
274 source = "registry+https://github.com/rust-lang/crates.io-index" | 397 source = "registry+https://github.com/rust-lang/crates.io-index" |
275 dependencies = [ | 398 dependencies = [ |
276 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 399 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
277 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 400 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
278 "futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 401 "futures-executor-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
279 "futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 402 "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
280 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 403 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
281 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 404 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
282 ] | 405 ] |
406 | |
407 [[package]] | |
408 name = "futures-sink" | |
409 version = "0.3.1" | |
410 source = "registry+https://github.com/rust-lang/crates.io-index" | |
283 | 411 |
284 [[package]] | 412 [[package]] |
285 name = "futures-sink-preview" | 413 name = "futures-sink-preview" |
286 version = "0.3.0-alpha.18" | 414 version = "0.3.0-alpha.19" |
287 source = "registry+https://github.com/rust-lang/crates.io-index" | 415 source = "registry+https://github.com/rust-lang/crates.io-index" |
288 dependencies = [ | 416 |
289 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 417 [[package]] |
418 name = "futures-task" | |
419 version = "0.3.1" | |
420 source = "registry+https://github.com/rust-lang/crates.io-index" | |
421 | |
422 [[package]] | |
423 name = "futures-timer" | |
424 version = "1.0.3" | |
425 source = "registry+https://github.com/rust-lang/crates.io-index" | |
426 dependencies = [ | |
427 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
428 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
429 ] | |
430 | |
431 [[package]] | |
432 name = "futures-util" | |
433 version = "0.3.1" | |
434 source = "registry+https://github.com/rust-lang/crates.io-index" | |
435 dependencies = [ | |
436 "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
437 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
438 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
439 "futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
440 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
441 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
442 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
443 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
444 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
445 "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
446 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
290 ] | 447 ] |
291 | 448 |
292 [[package]] | 449 [[package]] |
293 name = "futures-util-preview" | 450 name = "futures-util-preview" |
294 version = "0.3.0-alpha.18" | 451 version = "0.3.0-alpha.19" |
295 source = "registry+https://github.com/rust-lang/crates.io-index" | 452 source = "registry+https://github.com/rust-lang/crates.io-index" |
296 dependencies = [ | 453 dependencies = [ |
297 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 454 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
298 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 455 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
299 "futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 456 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
300 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 457 "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
458 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
301 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 459 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
302 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 460 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
303 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 461 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
462 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
304 ] | 463 ] |
305 | 464 |
306 [[package]] | 465 [[package]] |
307 name = "getrandom" | 466 name = "getrandom" |
308 version = "0.1.13" | 467 version = "0.1.13" |
312 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 471 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
313 "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 472 "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
314 ] | 473 ] |
315 | 474 |
316 [[package]] | 475 [[package]] |
317 name = "h2" | |
318 version = "0.2.0-alpha.1" | |
319 source = "registry+https://github.com/rust-lang/crates.io-index" | |
320 dependencies = [ | |
321 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
322 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
323 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
324 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
325 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
326 "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
327 "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
328 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
329 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
330 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
331 "tokio-codec 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
332 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
333 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
334 ] | |
335 | |
336 [[package]] | |
337 name = "heck" | 476 name = "heck" |
338 version = "0.3.1" | 477 version = "0.3.1" |
339 source = "registry+https://github.com/rust-lang/crates.io-index" | 478 source = "registry+https://github.com/rust-lang/crates.io-index" |
340 dependencies = [ | 479 dependencies = [ |
341 "unicode-segmentation 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 480 "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
342 ] | 481 ] |
343 | 482 |
344 [[package]] | 483 [[package]] |
345 name = "hermit-abi" | 484 name = "hermit-abi" |
346 version = "0.1.3" | 485 version = "0.1.3" |
349 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 488 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
350 ] | 489 ] |
351 | 490 |
352 [[package]] | 491 [[package]] |
353 name = "http" | 492 name = "http" |
354 version = "0.1.19" | 493 version = "0.1.20" |
355 source = "registry+https://github.com/rust-lang/crates.io-index" | 494 source = "registry+https://github.com/rust-lang/crates.io-index" |
356 dependencies = [ | 495 dependencies = [ |
357 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 496 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
358 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 497 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
359 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 498 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
360 ] | 499 ] |
361 | 500 |
362 [[package]] | 501 [[package]] |
363 name = "http-body" | |
364 version = "0.2.0-alpha.1" | |
365 source = "registry+https://github.com/rust-lang/crates.io-index" | |
366 dependencies = [ | |
367 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
368 "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
369 ] | |
370 | |
371 [[package]] | |
372 name = "httparse" | |
373 version = "1.3.4" | |
374 source = "registry+https://github.com/rust-lang/crates.io-index" | |
375 | |
376 [[package]] | |
377 name = "humantime" | 502 name = "humantime" |
378 version = "1.3.0" | 503 version = "1.3.0" |
379 source = "registry+https://github.com/rust-lang/crates.io-index" | 504 source = "registry+https://github.com/rust-lang/crates.io-index" |
380 dependencies = [ | 505 dependencies = [ |
381 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 506 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
382 ] | 507 ] |
383 | 508 |
384 [[package]] | 509 [[package]] |
385 name = "hyper" | 510 name = "idna" |
386 version = "0.13.0-alpha.1" | 511 version = "0.2.0" |
387 source = "registry+https://github.com/rust-lang/crates.io-index" | 512 source = "registry+https://github.com/rust-lang/crates.io-index" |
388 dependencies = [ | 513 dependencies = [ |
389 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 514 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
390 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 515 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
391 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 516 "unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
392 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
393 "h2 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
394 "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
395 "http-body 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
396 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
397 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
398 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
399 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
400 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | |
401 "pin-project 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
402 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
403 "tokio 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
404 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
405 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
406 "tokio-net 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
407 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
408 "tokio-timer 0.3.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
409 "tower-make 0.1.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
410 "tower-service 0.3.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
411 "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
412 ] | |
413 | |
414 [[package]] | |
415 name = "indexmap" | |
416 version = "1.3.0" | |
417 source = "registry+https://github.com/rust-lang/crates.io-index" | |
418 dependencies = [ | |
419 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
420 ] | 517 ] |
421 | 518 |
422 [[package]] | 519 [[package]] |
423 name = "iovec" | 520 name = "iovec" |
424 version = "0.1.4" | 521 version = "0.1.4" |
426 dependencies = [ | 523 dependencies = [ |
427 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 524 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
428 ] | 525 ] |
429 | 526 |
430 [[package]] | 527 [[package]] |
528 name = "isahc" | |
529 version = "0.7.6" | |
530 source = "registry+https://github.com/rust-lang/crates.io-index" | |
531 dependencies = [ | |
532 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
533 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
534 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
535 "curl 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
536 "curl-sys 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
537 "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
538 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
539 "http 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", | |
540 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
541 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
542 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
543 "sluice 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
544 ] | |
545 | |
546 [[package]] | |
431 name = "itoa" | 547 name = "itoa" |
432 version = "0.4.4" | 548 version = "0.4.4" |
433 source = "registry+https://github.com/rust-lang/crates.io-index" | 549 source = "registry+https://github.com/rust-lang/crates.io-index" |
434 | 550 |
435 [[package]] | 551 [[package]] |
552 name = "js-sys" | |
553 version = "0.3.32" | |
554 source = "registry+https://github.com/rust-lang/crates.io-index" | |
555 dependencies = [ | |
556 "wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | |
557 ] | |
558 | |
559 [[package]] | |
436 name = "kernel32-sys" | 560 name = "kernel32-sys" |
437 version = "0.2.2" | 561 version = "0.2.2" |
438 source = "registry+https://github.com/rust-lang/crates.io-index" | 562 source = "registry+https://github.com/rust-lang/crates.io-index" |
439 dependencies = [ | 563 dependencies = [ |
440 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 564 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
441 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 565 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
442 ] | 566 ] |
443 | 567 |
444 [[package]] | 568 [[package]] |
569 name = "kv-log-macro" | |
570 version = "1.0.4" | |
571 source = "registry+https://github.com/rust-lang/crates.io-index" | |
572 dependencies = [ | |
573 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
574 ] | |
575 | |
576 [[package]] | |
445 name = "lazy_static" | 577 name = "lazy_static" |
446 version = "0.2.11" | 578 version = "0.2.11" |
447 source = "registry+https://github.com/rust-lang/crates.io-index" | 579 source = "registry+https://github.com/rust-lang/crates.io-index" |
448 | 580 |
449 [[package]] | 581 [[package]] |
450 name = "lazy_static" | 582 name = "lazy_static" |
451 version = "1.4.0" | 583 version = "1.4.0" |
452 source = "registry+https://github.com/rust-lang/crates.io-index" | 584 source = "registry+https://github.com/rust-lang/crates.io-index" |
453 dependencies = [ | |
454 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
455 ] | |
456 | 585 |
457 [[package]] | 586 [[package]] |
458 name = "libc" | 587 name = "libc" |
459 version = "0.2.65" | 588 version = "0.2.65" |
460 source = "registry+https://github.com/rust-lang/crates.io-index" | 589 source = "registry+https://github.com/rust-lang/crates.io-index" |
461 | 590 |
462 [[package]] | 591 [[package]] |
592 name = "libnghttp2-sys" | |
593 version = "0.1.2" | |
594 source = "registry+https://github.com/rust-lang/crates.io-index" | |
595 dependencies = [ | |
596 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | |
597 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
598 ] | |
599 | |
600 [[package]] | |
601 name = "libz-sys" | |
602 version = "1.0.25" | |
603 source = "registry+https://github.com/rust-lang/crates.io-index" | |
604 dependencies = [ | |
605 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | |
606 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
607 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
608 "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
609 ] | |
610 | |
611 [[package]] | |
463 name = "linked-hash-map" | 612 name = "linked-hash-map" |
464 version = "0.3.0" | 613 version = "0.3.0" |
465 source = "registry+https://github.com/rust-lang/crates.io-index" | 614 source = "registry+https://github.com/rust-lang/crates.io-index" |
466 dependencies = [ | 615 dependencies = [ |
467 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", | 616 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", |
472 name = "linked-hash-map" | 621 name = "linked-hash-map" |
473 version = "0.5.2" | 622 version = "0.5.2" |
474 source = "registry+https://github.com/rust-lang/crates.io-index" | 623 source = "registry+https://github.com/rust-lang/crates.io-index" |
475 | 624 |
476 [[package]] | 625 [[package]] |
477 name = "lock_api" | |
478 version = "0.3.1" | |
479 source = "registry+https://github.com/rust-lang/crates.io-index" | |
480 dependencies = [ | |
481 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
482 ] | |
483 | |
484 [[package]] | |
485 name = "log" | 626 name = "log" |
486 version = "0.4.8" | 627 version = "0.4.8" |
487 source = "registry+https://github.com/rust-lang/crates.io-index" | 628 source = "registry+https://github.com/rust-lang/crates.io-index" |
488 dependencies = [ | 629 dependencies = [ |
489 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 630 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
490 ] | 631 ] |
491 | 632 |
492 [[package]] | 633 [[package]] |
493 name = "maybe-uninit" | 634 name = "matches" |
494 version = "2.0.0" | 635 version = "0.1.8" |
495 source = "registry+https://github.com/rust-lang/crates.io-index" | 636 source = "registry+https://github.com/rust-lang/crates.io-index" |
496 | 637 |
497 [[package]] | 638 [[package]] |
498 name = "memchr" | 639 name = "memchr" |
499 version = "2.2.1" | 640 version = "2.2.1" |
506 dependencies = [ | 647 dependencies = [ |
507 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 648 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
508 ] | 649 ] |
509 | 650 |
510 [[package]] | 651 [[package]] |
652 name = "mime" | |
653 version = "0.3.14" | |
654 source = "registry+https://github.com/rust-lang/crates.io-index" | |
655 | |
656 [[package]] | |
657 name = "mime_guess" | |
658 version = "2.0.1" | |
659 source = "registry+https://github.com/rust-lang/crates.io-index" | |
660 dependencies = [ | |
661 "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
662 "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
663 ] | |
664 | |
665 [[package]] | |
511 name = "mio" | 666 name = "mio" |
512 version = "0.6.19" | 667 version = "0.6.21" |
513 source = "registry+https://github.com/rust-lang/crates.io-index" | 668 source = "registry+https://github.com/rust-lang/crates.io-index" |
514 dependencies = [ | 669 dependencies = [ |
670 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
515 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 671 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
516 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 672 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
517 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 673 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
518 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 674 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
519 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 675 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
529 version = "0.6.7" | 685 version = "0.6.7" |
530 source = "registry+https://github.com/rust-lang/crates.io-index" | 686 source = "registry+https://github.com/rust-lang/crates.io-index" |
531 dependencies = [ | 687 dependencies = [ |
532 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 688 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
533 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 689 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
534 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 690 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
535 ] | 691 ] |
536 | 692 |
537 [[package]] | 693 [[package]] |
538 name = "miow" | 694 name = "miow" |
539 version = "0.2.1" | 695 version = "0.2.1" |
580 name = "num-integer" | 736 name = "num-integer" |
581 version = "0.1.41" | 737 version = "0.1.41" |
582 source = "registry+https://github.com/rust-lang/crates.io-index" | 738 source = "registry+https://github.com/rust-lang/crates.io-index" |
583 dependencies = [ | 739 dependencies = [ |
584 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 740 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
585 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 741 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
586 ] | 742 ] |
587 | 743 |
588 [[package]] | 744 [[package]] |
589 name = "num-traits" | 745 name = "num-traits" |
590 version = "0.1.43" | 746 version = "0.1.43" |
591 source = "registry+https://github.com/rust-lang/crates.io-index" | 747 source = "registry+https://github.com/rust-lang/crates.io-index" |
592 dependencies = [ | 748 dependencies = [ |
593 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 749 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
594 ] | 750 ] |
595 | 751 |
596 [[package]] | 752 [[package]] |
597 name = "num-traits" | 753 name = "num-traits" |
598 version = "0.2.8" | 754 version = "0.2.10" |
599 source = "registry+https://github.com/rust-lang/crates.io-index" | 755 source = "registry+https://github.com/rust-lang/crates.io-index" |
600 dependencies = [ | 756 dependencies = [ |
601 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 757 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
602 ] | 758 ] |
603 | 759 |
604 [[package]] | 760 [[package]] |
605 name = "num_cpus" | 761 name = "num_cpus" |
606 version = "1.11.0" | 762 version = "1.11.1" |
607 source = "registry+https://github.com/rust-lang/crates.io-index" | 763 source = "registry+https://github.com/rust-lang/crates.io-index" |
608 dependencies = [ | 764 dependencies = [ |
609 "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 765 "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
610 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 766 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
611 ] | 767 ] |
612 | 768 |
613 [[package]] | 769 [[package]] |
614 name = "parking_lot" | 770 name = "once_cell" |
615 version = "0.9.0" | 771 version = "1.2.0" |
616 source = "registry+https://github.com/rust-lang/crates.io-index" | 772 source = "registry+https://github.com/rust-lang/crates.io-index" |
617 dependencies = [ | 773 |
618 "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 774 [[package]] |
619 "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 775 name = "openssl-probe" |
620 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 776 version = "0.1.2" |
621 ] | 777 source = "registry+https://github.com/rust-lang/crates.io-index" |
622 | 778 |
623 [[package]] | 779 [[package]] |
624 name = "parking_lot_core" | 780 name = "openssl-sys" |
625 version = "0.6.2" | 781 version = "0.9.53" |
626 source = "registry+https://github.com/rust-lang/crates.io-index" | 782 source = "registry+https://github.com/rust-lang/crates.io-index" |
627 dependencies = [ | 783 dependencies = [ |
628 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 784 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
629 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 785 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
630 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 786 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
631 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 787 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", |
632 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 788 "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
633 "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 789 ] |
634 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 790 |
635 ] | 791 [[package]] |
636 | 792 name = "percent-encoding" |
637 [[package]] | 793 version = "2.1.0" |
638 name = "pin-project" | 794 source = "registry+https://github.com/rust-lang/crates.io-index" |
639 version = "0.4.0-alpha.7" | 795 |
640 source = "registry+https://github.com/rust-lang/crates.io-index" | 796 [[package]] |
641 dependencies = [ | 797 name = "pin-project-lite" |
642 "pin-project-internal 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)", | 798 version = "0.1.1" |
643 ] | 799 source = "registry+https://github.com/rust-lang/crates.io-index" |
644 | |
645 [[package]] | |
646 name = "pin-project-internal" | |
647 version = "0.4.0-alpha.7" | |
648 source = "registry+https://github.com/rust-lang/crates.io-index" | |
649 dependencies = [ | |
650 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
651 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
652 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
653 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
654 ] | |
655 | 800 |
656 [[package]] | 801 [[package]] |
657 name = "pin-utils" | 802 name = "pin-utils" |
658 version = "0.1.0-alpha.4" | 803 version = "0.1.0-alpha.4" |
804 source = "registry+https://github.com/rust-lang/crates.io-index" | |
805 | |
806 [[package]] | |
807 name = "pkg-config" | |
808 version = "0.3.17" | |
659 source = "registry+https://github.com/rust-lang/crates.io-index" | 809 source = "registry+https://github.com/rust-lang/crates.io-index" |
660 | 810 |
661 [[package]] | 811 [[package]] |
662 name = "ppv-lite86" | 812 name = "ppv-lite86" |
663 version = "0.2.6" | 813 version = "0.2.6" |
670 dependencies = [ | 820 dependencies = [ |
671 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 821 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
672 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 822 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
673 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 823 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
674 ] | 824 ] |
825 | |
826 [[package]] | |
827 name = "proc-macro-hack" | |
828 version = "0.5.11" | |
829 source = "registry+https://github.com/rust-lang/crates.io-index" | |
830 dependencies = [ | |
831 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
832 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
833 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
834 ] | |
835 | |
836 [[package]] | |
837 name = "proc-macro-nested" | |
838 version = "0.1.3" | |
839 source = "registry+https://github.com/rust-lang/crates.io-index" | |
675 | 840 |
676 [[package]] | 841 [[package]] |
677 name = "proc-macro2" | 842 name = "proc-macro2" |
678 version = "0.4.30" | 843 version = "0.4.30" |
679 source = "registry+https://github.com/rust-lang/crates.io-index" | 844 source = "registry+https://github.com/rust-lang/crates.io-index" |
833 name = "riker" | 998 name = "riker" |
834 version = "0.3.2" | 999 version = "0.3.2" |
835 source = "registry+https://github.com/rust-lang/crates.io-index" | 1000 source = "registry+https://github.com/rust-lang/crates.io-index" |
836 dependencies = [ | 1001 dependencies = [ |
837 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1002 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
838 "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1003 "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
839 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1004 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
840 "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1005 "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
841 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1006 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
842 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1007 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
843 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1008 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
844 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1009 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
845 "riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1010 "riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
873 name = "ryu" | 1038 name = "ryu" |
874 version = "1.0.2" | 1039 version = "1.0.2" |
875 source = "registry+https://github.com/rust-lang/crates.io-index" | 1040 source = "registry+https://github.com/rust-lang/crates.io-index" |
876 | 1041 |
877 [[package]] | 1042 [[package]] |
1043 name = "schannel" | |
1044 version = "0.1.16" | |
1045 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1046 dependencies = [ | |
1047 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1048 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1049 ] | |
1050 | |
1051 [[package]] | |
878 name = "scopeguard" | 1052 name = "scopeguard" |
879 version = "1.0.0" | 1053 version = "1.0.0" |
880 source = "registry+https://github.com/rust-lang/crates.io-index" | 1054 source = "registry+https://github.com/rust-lang/crates.io-index" |
881 | 1055 |
882 [[package]] | 1056 [[package]] |
897 version = "0.8.23" | 1071 version = "0.8.23" |
898 source = "registry+https://github.com/rust-lang/crates.io-index" | 1072 source = "registry+https://github.com/rust-lang/crates.io-index" |
899 | 1073 |
900 [[package]] | 1074 [[package]] |
901 name = "serde" | 1075 name = "serde" |
902 version = "1.0.102" | 1076 version = "1.0.103" |
903 source = "registry+https://github.com/rust-lang/crates.io-index" | 1077 source = "registry+https://github.com/rust-lang/crates.io-index" |
904 dependencies = [ | 1078 dependencies = [ |
905 "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1079 "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
906 ] | 1080 ] |
907 | 1081 |
908 [[package]] | 1082 [[package]] |
909 name = "serde-hjson" | 1083 name = "serde-hjson" |
910 version = "0.8.2" | 1084 version = "0.8.2" |
917 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1091 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", |
918 ] | 1092 ] |
919 | 1093 |
920 [[package]] | 1094 [[package]] |
921 name = "serde_derive" | 1095 name = "serde_derive" |
922 version = "1.0.102" | 1096 version = "1.0.103" |
923 source = "registry+https://github.com/rust-lang/crates.io-index" | 1097 source = "registry+https://github.com/rust-lang/crates.io-index" |
924 dependencies = [ | 1098 dependencies = [ |
925 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1099 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
926 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1100 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
927 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1101 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
928 ] | 1102 ] |
929 | 1103 |
930 [[package]] | 1104 [[package]] |
931 name = "serde_json" | 1105 name = "serde_json" |
932 version = "1.0.41" | 1106 version = "1.0.42" |
933 source = "registry+https://github.com/rust-lang/crates.io-index" | 1107 source = "registry+https://github.com/rust-lang/crates.io-index" |
934 dependencies = [ | 1108 dependencies = [ |
935 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1109 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
936 "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1110 "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
937 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1111 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
938 ] | 1112 ] |
939 | 1113 |
940 [[package]] | 1114 [[package]] |
941 name = "serde_test" | 1115 name = "serde_test" |
942 version = "0.8.23" | 1116 version = "0.8.23" |
944 dependencies = [ | 1118 dependencies = [ |
945 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1119 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", |
946 ] | 1120 ] |
947 | 1121 |
948 [[package]] | 1122 [[package]] |
1123 name = "serde_urlencoded" | |
1124 version = "0.6.1" | |
1125 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1126 dependencies = [ | |
1127 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1128 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1129 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", | |
1130 "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1131 ] | |
1132 | |
1133 [[package]] | |
949 name = "slab" | 1134 name = "slab" |
950 version = "0.4.2" | 1135 version = "0.4.2" |
951 source = "registry+https://github.com/rust-lang/crates.io-index" | 1136 source = "registry+https://github.com/rust-lang/crates.io-index" |
952 | 1137 |
953 [[package]] | 1138 [[package]] |
1139 name = "sluice" | |
1140 version = "0.4.2" | |
1141 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1142 dependencies = [ | |
1143 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
1144 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
1145 "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
1146 ] | |
1147 | |
1148 [[package]] | |
954 name = "smallvec" | 1149 name = "smallvec" |
955 version = "0.6.13" | 1150 version = "1.0.0" |
956 source = "registry+https://github.com/rust-lang/crates.io-index" | 1151 source = "registry+https://github.com/rust-lang/crates.io-index" |
957 dependencies = [ | 1152 |
958 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1153 [[package]] |
959 ] | 1154 name = "socket2" |
960 | 1155 version = "0.3.11" |
961 [[package]] | 1156 source = "registry+https://github.com/rust-lang/crates.io-index" |
962 name = "spin" | 1157 dependencies = [ |
963 version = "0.5.2" | 1158 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
964 source = "registry+https://github.com/rust-lang/crates.io-index" | 1159 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
965 | 1160 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
966 [[package]] | 1161 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
967 name = "string" | 1162 ] |
968 version = "0.2.1" | 1163 |
969 source = "registry+https://github.com/rust-lang/crates.io-index" | 1164 [[package]] |
970 dependencies = [ | 1165 name = "sourcefile" |
971 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1166 version = "0.1.4" |
972 ] | 1167 source = "registry+https://github.com/rust-lang/crates.io-index" |
973 | 1168 |
974 [[package]] | 1169 [[package]] |
975 name = "strsim" | 1170 name = "strsim" |
976 version = "0.8.0" | 1171 version = "0.8.0" |
977 source = "registry+https://github.com/rust-lang/crates.io-index" | 1172 source = "registry+https://github.com/rust-lang/crates.io-index" |
978 | 1173 |
979 [[package]] | 1174 [[package]] |
980 name = "structopt" | 1175 name = "structopt" |
981 version = "0.3.4" | 1176 version = "0.3.5" |
982 source = "registry+https://github.com/rust-lang/crates.io-index" | 1177 source = "registry+https://github.com/rust-lang/crates.io-index" |
983 dependencies = [ | 1178 dependencies = [ |
984 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1179 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
985 "structopt-derive 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1180 "structopt-derive 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
986 ] | 1181 ] |
987 | 1182 |
988 [[package]] | 1183 [[package]] |
989 name = "structopt-derive" | 1184 name = "structopt-derive" |
990 version = "0.3.4" | 1185 version = "0.3.5" |
991 source = "registry+https://github.com/rust-lang/crates.io-index" | 1186 source = "registry+https://github.com/rust-lang/crates.io-index" |
992 dependencies = [ | 1187 dependencies = [ |
993 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1188 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
994 "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1189 "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
995 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1190 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
996 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1191 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
997 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1192 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
998 ] | 1193 ] |
999 | 1194 |
1000 [[package]] | 1195 [[package]] |
1196 name = "surf" | |
1197 version = "1.0.3" | |
1198 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1199 dependencies = [ | |
1200 "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
1201 "http 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", | |
1202 "isahc 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1203 "js-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
1204 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1205 "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
1206 "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1207 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", | |
1208 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
1209 "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1210 "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1211 "wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | |
1212 "wasm-bindgen-futures 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", | |
1213 "web-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
1214 ] | |
1215 | |
1216 [[package]] | |
1001 name = "syn" | 1217 name = "syn" |
1002 version = "0.15.44" | 1218 version = "0.15.44" |
1003 source = "registry+https://github.com/rust-lang/crates.io-index" | 1219 source = "registry+https://github.com/rust-lang/crates.io-index" |
1004 dependencies = [ | 1220 dependencies = [ |
1005 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1221 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1067 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1283 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1068 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1284 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1069 ] | 1285 ] |
1070 | 1286 |
1071 [[package]] | 1287 [[package]] |
1072 name = "tokio" | 1288 name = "tokio-io" |
1073 version = "0.2.0-alpha.4" | 1289 version = "0.1.12" |
1074 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1075 dependencies = [ | |
1076 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1077 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1078 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1079 "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1080 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1081 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1082 "tokio-macros 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1083 "tokio-net 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1084 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1085 "tokio-timer 0.3.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1086 "tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1087 ] | |
1088 | |
1089 [[package]] | |
1090 name = "tokio-codec" | |
1091 version = "0.2.0-alpha.4" | |
1092 source = "registry+https://github.com/rust-lang/crates.io-index" | 1290 source = "registry+https://github.com/rust-lang/crates.io-index" |
1093 dependencies = [ | 1291 dependencies = [ |
1094 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1292 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1095 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1293 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1096 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1097 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1294 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1098 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1295 ] |
1099 ] | 1296 |
1100 | 1297 [[package]] |
1101 [[package]] | 1298 name = "toml" |
1102 name = "tokio-executor" | 1299 version = "0.4.10" |
1103 version = "0.2.0-alpha.4" | 1300 source = "registry+https://github.com/rust-lang/crates.io-index" |
1104 source = "registry+https://github.com/rust-lang/crates.io-index" | 1301 dependencies = [ |
1105 dependencies = [ | 1302 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1106 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1303 ] |
1107 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1304 |
1108 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1305 [[package]] |
1109 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1306 name = "ucd-util" |
1110 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1307 version = "0.1.5" |
1111 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1308 source = "registry+https://github.com/rust-lang/crates.io-index" |
1309 | |
1310 [[package]] | |
1311 name = "unicase" | |
1312 version = "2.6.0" | |
1313 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1314 dependencies = [ | |
1315 "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1316 ] | |
1317 | |
1318 [[package]] | |
1319 name = "unicode-bidi" | |
1320 version = "0.3.4" | |
1321 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1322 dependencies = [ | |
1323 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1324 ] | |
1325 | |
1326 [[package]] | |
1327 name = "unicode-normalization" | |
1328 version = "0.1.11" | |
1329 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1330 dependencies = [ | |
1331 "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1332 ] | |
1333 | |
1334 [[package]] | |
1335 name = "unicode-segmentation" | |
1336 version = "1.6.0" | |
1337 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1338 | |
1339 [[package]] | |
1340 name = "unicode-width" | |
1341 version = "0.1.6" | |
1342 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1343 | |
1344 [[package]] | |
1345 name = "unicode-xid" | |
1346 version = "0.1.0" | |
1347 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1348 | |
1349 [[package]] | |
1350 name = "unicode-xid" | |
1351 version = "0.2.0" | |
1352 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1353 | |
1354 [[package]] | |
1355 name = "url" | |
1356 version = "2.1.0" | |
1357 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1358 dependencies = [ | |
1359 "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1360 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1361 "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1362 ] | |
1363 | |
1364 [[package]] | |
1365 name = "utf8-ranges" | |
1366 version = "1.0.4" | |
1367 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1368 | |
1369 [[package]] | |
1370 name = "uuid" | |
1371 version = "0.6.5" | |
1372 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1373 dependencies = [ | |
1374 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
1375 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1376 ] | |
1377 | |
1378 [[package]] | |
1379 name = "vcpkg" | |
1380 version = "0.2.7" | |
1381 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1382 | |
1383 [[package]] | |
1384 name = "vec_map" | |
1385 version = "0.8.1" | |
1386 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1387 | |
1388 [[package]] | |
1389 name = "version_check" | |
1390 version = "0.1.5" | |
1391 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1392 | |
1393 [[package]] | |
1394 name = "version_check" | |
1395 version = "0.9.1" | |
1396 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1397 | |
1398 [[package]] | |
1399 name = "void" | |
1400 version = "1.0.2" | |
1401 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1402 | |
1403 [[package]] | |
1404 name = "wasi" | |
1405 version = "0.7.0" | |
1406 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1407 | |
1408 [[package]] | |
1409 name = "wasm-bindgen" | |
1410 version = "0.2.55" | |
1411 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1412 dependencies = [ | |
1413 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
1414 "wasm-bindgen-macro 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | |
1415 ] | |
1416 | |
1417 [[package]] | |
1418 name = "wasm-bindgen-backend" | |
1419 version = "0.2.55" | |
1420 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1421 dependencies = [ | |
1422 "bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1112 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1423 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1113 "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1114 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1115 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1116 "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
1117 ] | |
1118 | |
1119 [[package]] | |
1120 name = "tokio-io" | |
1121 version = "0.2.0-alpha.4" | |
1122 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1123 dependencies = [ | |
1124 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1125 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1126 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1424 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1127 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1425 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1128 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1129 ] | |
1130 | |
1131 [[package]] | |
1132 name = "tokio-macros" | |
1133 version = "0.2.0-alpha.4" | |
1134 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1135 dependencies = [ | |
1136 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1426 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1137 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1427 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1138 ] | 1428 "wasm-bindgen-shared 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1139 | 1429 ] |
1140 [[package]] | 1430 |
1141 name = "tokio-net" | 1431 [[package]] |
1142 version = "0.2.0-alpha.4" | 1432 name = "wasm-bindgen-futures" |
1143 source = "registry+https://github.com/rust-lang/crates.io-index" | 1433 version = "0.3.27" |
1144 dependencies = [ | 1434 source = "registry+https://github.com/rust-lang/crates.io-index" |
1145 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1435 dependencies = [ |
1146 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1436 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1147 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1437 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1148 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1438 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1149 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1439 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1150 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1440 "js-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", |
1151 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1441 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1152 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1442 "wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1153 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 1443 "web-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", |
1154 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1444 ] |
1155 "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1445 |
1156 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1446 [[package]] |
1157 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1447 name = "wasm-bindgen-macro" |
1158 "tokio-codec 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1448 version = "0.2.55" |
1159 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1449 source = "registry+https://github.com/rust-lang/crates.io-index" |
1160 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1450 dependencies = [ |
1161 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1451 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1162 "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1452 "wasm-bindgen-macro-support 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1163 ] | 1453 ] |
1164 | 1454 |
1165 [[package]] | 1455 [[package]] |
1166 name = "tokio-sync" | 1456 name = "wasm-bindgen-macro-support" |
1167 version = "0.2.0-alpha.4" | 1457 version = "0.2.55" |
1168 source = "registry+https://github.com/rust-lang/crates.io-index" | 1458 source = "registry+https://github.com/rust-lang/crates.io-index" |
1169 dependencies = [ | 1459 dependencies = [ |
1170 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1460 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1171 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1172 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1173 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1174 ] | |
1175 | |
1176 [[package]] | |
1177 name = "tokio-timer" | |
1178 version = "0.3.0-alpha.4" | |
1179 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1180 dependencies = [ | |
1181 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1182 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1183 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1184 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1185 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1186 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1187 ] | |
1188 | |
1189 [[package]] | |
1190 name = "toml" | |
1191 version = "0.4.10" | |
1192 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1193 dependencies = [ | |
1194 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | |
1195 ] | |
1196 | |
1197 [[package]] | |
1198 name = "tower-make" | |
1199 version = "0.1.0-alpha.2" | |
1200 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1201 dependencies = [ | |
1202 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1203 "tower-service 0.3.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1204 ] | |
1205 | |
1206 [[package]] | |
1207 name = "tower-service" | |
1208 version = "0.3.0-alpha.1" | |
1209 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1210 | |
1211 [[package]] | |
1212 name = "tracing" | |
1213 version = "0.1.10" | |
1214 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1215 dependencies = [ | |
1216 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
1217 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1218 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1219 "tracing-attributes 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1220 "tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1221 ] | |
1222 | |
1223 [[package]] | |
1224 name = "tracing-attributes" | |
1225 version = "0.1.5" | |
1226 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1227 dependencies = [ | |
1228 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1461 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1229 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1462 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1230 ] | 1463 "wasm-bindgen-backend 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1231 | 1464 "wasm-bindgen-shared 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1232 [[package]] | 1465 ] |
1233 name = "tracing-core" | 1466 |
1234 version = "0.1.7" | 1467 [[package]] |
1235 source = "registry+https://github.com/rust-lang/crates.io-index" | 1468 name = "wasm-bindgen-shared" |
1236 dependencies = [ | 1469 version = "0.2.55" |
1237 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1470 source = "registry+https://github.com/rust-lang/crates.io-index" |
1238 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1471 |
1239 ] | 1472 [[package]] |
1240 | 1473 name = "wasm-bindgen-webidl" |
1241 [[package]] | 1474 version = "0.2.55" |
1242 name = "try-lock" | 1475 source = "registry+https://github.com/rust-lang/crates.io-index" |
1243 version = "0.2.2" | 1476 dependencies = [ |
1244 source = "registry+https://github.com/rust-lang/crates.io-index" | 1477 "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
1245 | 1478 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1246 [[package]] | |
1247 name = "ucd-util" | |
1248 version = "0.1.5" | |
1249 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1250 | |
1251 [[package]] | |
1252 name = "unicode-segmentation" | |
1253 version = "1.5.0" | |
1254 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1255 | |
1256 [[package]] | |
1257 name = "unicode-width" | |
1258 version = "0.1.6" | |
1259 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1260 | |
1261 [[package]] | |
1262 name = "unicode-xid" | |
1263 version = "0.1.0" | |
1264 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1265 | |
1266 [[package]] | |
1267 name = "unicode-xid" | |
1268 version = "0.2.0" | |
1269 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1270 | |
1271 [[package]] | |
1272 name = "utf8-ranges" | |
1273 version = "1.0.4" | |
1274 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1275 | |
1276 [[package]] | |
1277 name = "uuid" | |
1278 version = "0.6.5" | |
1279 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1280 dependencies = [ | |
1281 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
1282 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1283 ] | |
1284 | |
1285 [[package]] | |
1286 name = "vec_map" | |
1287 version = "0.8.1" | |
1288 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1289 | |
1290 [[package]] | |
1291 name = "version_check" | |
1292 version = "0.1.5" | |
1293 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1294 | |
1295 [[package]] | |
1296 name = "void" | |
1297 version = "1.0.2" | |
1298 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1299 | |
1300 [[package]] | |
1301 name = "want" | |
1302 version = "0.3.0" | |
1303 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1304 dependencies = [ | |
1305 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1479 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1306 "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1480 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1307 ] | 1481 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1308 | 1482 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1309 [[package]] | 1483 "wasm-bindgen-backend 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1310 name = "wasi" | 1484 "weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1311 version = "0.7.0" | 1485 ] |
1312 source = "registry+https://github.com/rust-lang/crates.io-index" | 1486 |
1487 [[package]] | |
1488 name = "web-sys" | |
1489 version = "0.3.32" | |
1490 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1491 dependencies = [ | |
1492 "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
1493 "js-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
1494 "sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1495 "wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | |
1496 "wasm-bindgen-webidl 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | |
1497 ] | |
1498 | |
1499 [[package]] | |
1500 name = "weedle" | |
1501 version = "0.10.0" | |
1502 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1503 dependencies = [ | |
1504 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1505 ] | |
1313 | 1506 |
1314 [[package]] | 1507 [[package]] |
1315 name = "winapi" | 1508 name = "winapi" |
1316 version = "0.2.8" | 1509 version = "0.2.8" |
1317 source = "registry+https://github.com/rust-lang/crates.io-index" | 1510 source = "registry+https://github.com/rust-lang/crates.io-index" |
1359 | 1552 |
1360 [[package]] | 1553 [[package]] |
1361 name = "wort-templog" | 1554 name = "wort-templog" |
1362 version = "0.1.0" | 1555 version = "0.1.0" |
1363 dependencies = [ | 1556 dependencies = [ |
1364 "anyhow 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", | 1557 "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
1558 "async-std 0.99.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1365 "atomicwrites 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1559 "atomicwrites 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1366 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1560 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1367 "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1561 "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1562 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1369 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1563 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1370 "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1564 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1371 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1372 "hyper 0.13.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1373 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1565 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1374 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1566 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1375 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1567 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1376 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1568 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1377 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1569 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1378 "riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1570 "riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1379 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1571 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1380 "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 1572 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1381 "structopt 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1573 "structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1574 "surf 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1382 "sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1575 "sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1383 ] | 1576 ] |
1384 | 1577 |
1385 [[package]] | 1578 [[package]] |
1386 name = "ws2_32-sys" | 1579 name = "ws2_32-sys" |
1401 | 1594 |
1402 [metadata] | 1595 [metadata] |
1403 "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" | 1596 "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" |
1404 "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | 1597 "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
1405 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 1598 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
1406 "checksum anyhow 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "57114fc2a6cc374bce195d3482057c846e706d252ff3604363449695684d7a0d" | 1599 "checksum anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9267dff192e68f3399525901e709a48c1d3982c9c072fa32f2127a0cb0babf14" |
1600 "checksum async-macros 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e421d59b24c1feea2496e409b3e0a8de23e5fc130a2ddc0b012e551f3b272bba" | |
1601 "checksum async-std 0.99.12 (registry+https://github.com/rust-lang/crates.io-index)" = "44501a9f7961bb539b67be0c428b3694e26557046a52759ca7eaf790030a64cc" | |
1602 "checksum async-task 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de6bd58f7b9cc49032559422595c81cbfcf04db2f2133592f70af19e258a1ced" | |
1407 "checksum atomicwrites 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6a2baf2feb820299c53c7ad1cc4f5914a220a1cb76d7ce321d2522a94b54651f" | 1603 "checksum atomicwrites 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6a2baf2feb820299c53c7ad1cc4f5914a220a1cb76d7ce321d2522a94b54651f" |
1408 "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" | 1604 "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
1409 "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | 1605 "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
1410 "checksum base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "979d348dc50dfcd050a87df408ec61f01a0a27ee9b4ebdc6085baba8275b2c7f" | 1606 "checksum base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "979d348dc50dfcd050a87df408ec61f01a0a27ee9b4ebdc6085baba8275b2c7f" |
1411 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | 1607 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
1608 "checksum bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708" | |
1412 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 1609 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1413 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" | 1610 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
1414 "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | 1611 "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
1415 "checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" | 1612 "checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" |
1416 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | 1613 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1417 "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" | 1614 "checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01" |
1418 "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" | 1615 "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
1419 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | |
1420 "checksum config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6" | 1616 "checksum config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6" |
1421 "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" | 1617 "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" |
1422 "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" | 1618 "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" |
1423 "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" | 1619 "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" |
1424 "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" | |
1425 "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" | 1620 "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
1426 "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" | 1621 "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" |
1622 "checksum curl 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)" = "06aa71e9208a54def20792d877bc663d6aae0732b9852e612c4a933177c31283" | |
1623 "checksum curl-sys 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "f659f3ffac9582d6177bb86d1d2aa649f4eb9d0d4de9d03ccc08b402832ea340" | |
1624 "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" | |
1427 "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" | 1625 "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" |
1428 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | 1626 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
1429 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | 1627 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
1430 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 1628 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1431 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 1629 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1432 "checksum futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "f477fd0292c4a4ae77044454e7f2b413207942ad405f759bb0b4698b7ace5b12" | 1630 "checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" |
1433 "checksum futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2f26f774b81b3847dcda0c81bd4b6313acfb4f69e5a0390c7cb12c058953e9" | 1631 "checksum futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6f16056ecbb57525ff698bb955162d0cd03bee84e6241c27ff75c08d8ca5987" |
1434 "checksum futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "80705612926df8a1bc05f0057e77460e29318801f988bf7d803a734cf54e7528" | 1632 "checksum futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86" |
1435 "checksum futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "ee7de0c1c9ed23f9457b0437fec7663ce64d9cc3c906597e714e529377b5ddd1" | 1633 "checksum futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a" |
1436 "checksum futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "efa8f90c4fb2328e381f8adfd4255b4a2b696f77d1c63a3dee6700b564c4e4b5" | 1634 "checksum futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866" |
1437 "checksum futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e9b65a2481863d1b78e094a07e9c0eed458cc7dc6e72b22b7138b8a67d924859" | 1635 "checksum futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a" |
1438 "checksum futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "7df53daff1e98cc024bf2720f3ceb0414d96fbb0a94f3cad3a5c3bf3be1d261c" | 1636 "checksum futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e274736563f686a837a0568b478bdabfeaec2dca794b5649b04e2fe1627c231" |
1637 "checksum futures-executor-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "75236e88bd9fe88e5e8bfcd175b665d0528fe03ca4c5207fabc028c8f9d93e98" | |
1638 "checksum futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e676577d229e70952ab25f3945795ba5b16d63ca794ca9d2c860e5595d20b5ff" | |
1639 "checksum futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "f4914ae450db1921a56c91bde97a27846287d062087d4a652efc09bb3a01ebda" | |
1640 "checksum futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52e7c56c15537adb4f76d0b7a76ad131cb4d2f4f32d3b0bcabcbe1c7c5e87764" | |
1641 "checksum futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "3b1dce2a0267ada5c6ff75a8ba864b4e679a9e2aa44262af7a3b5516d530d76e" | |
1642 "checksum futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16" | |
1643 "checksum futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "86f148ef6b69f75bb610d4f9a2336d4fc88c4b5b67129d1a340dd0fd362efeec" | |
1644 "checksum futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9" | |
1645 "checksum futures-timer 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7946248e9429ff093345d3e8fdf4eb0f9b2d79091611c9c14f744971a6f8be45" | |
1646 "checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76" | |
1647 "checksum futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d" | |
1439 "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" | 1648 "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" |
1440 "checksum h2 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6000ed6220e54986be8e0a647fddaee205559e5cbea0ac36205b005414b92fdb" | |
1441 "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1649 "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1442 "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" | 1650 "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" |
1443 "checksum http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d7e06e336150b178206af098a055e3621e8336027e2b4d126bda0bc64824baaf" | 1651 "checksum http 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "2790658cddc82e82b08e25176c431d7015a0adeb1718498715cbd20138a0bf68" |
1444 "checksum http-body 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1bc8dfa1f6155eadd665d39458a6c1a2c37bbd372a053383a4245775a0d9d98a" | |
1445 "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" | |
1446 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | 1652 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
1447 "checksum hyper 0.13.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b29d2384e8be7c31ae4a829d1aea12d3edd55d35b50bc462d57cf9e5cf0c40ad" | 1653 "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
1448 "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" | |
1449 "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | 1654 "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
1655 "checksum isahc 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "17b77027f12e53ae59a379f7074259d32eb10867e6183388020e922832d9c3fb" | |
1450 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | 1656 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
1657 "checksum js-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "1c840fdb2167497b0bd0db43d6dfe61e91637fa72f9d061f8bd17ddc44ba6414" | |
1451 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 1658 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
1659 "checksum kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb" | |
1452 "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" | 1660 "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
1453 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | 1661 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1454 "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" | 1662 "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" |
1663 "checksum libnghttp2-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02254d44f4435dd79e695f2c2b83cd06a47919adea30216ceaf0c57ca0a72463" | |
1664 "checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" | |
1455 "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" | 1665 "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" |
1456 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 1666 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1457 "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" | |
1458 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 1667 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
1459 "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" | 1668 "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1460 "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | 1669 "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
1461 "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" | 1670 "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
1462 "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" | 1671 "checksum mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1d63acd1b78403cc0c325605908475dd9b9a3acbf65ed8bcab97e27014afcf" |
1672 "checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599" | |
1673 "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" | |
1463 "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" | 1674 "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
1464 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 1675 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1465 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1676 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1466 "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" | 1677 "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" |
1467 "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" | 1678 "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
1468 "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" | 1679 "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
1469 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" | 1680 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" |
1470 "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" | 1681 "checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" |
1471 "checksum num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "155394f924cdddf08149da25bfb932d226b4a593ca7468b08191ff6335941af5" | 1682 "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" |
1472 "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" | 1683 "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" |
1473 "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" | 1684 "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
1474 "checksum pin-project 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)" = "23958463f707b6c0ee047deb774954c1593d685c86670438f68bd0813b78b136" | 1685 "checksum openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)" = "465d16ae7fc0e313318f7de5cecf57b2fbe7511fd213978b457e1c96ff46736f" |
1475 "checksum pin-project-internal 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c6a2609686498260f9260bbc627fc6131b23e150273ac4367a3c888a0daffb46" | 1686 "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
1687 "checksum pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f0af6cbca0e6e3ce8692ee19fb8d734b641899e07b68eb73e9bbbd32f1703991" | |
1476 "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" | 1688 "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" |
1689 "checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" | |
1477 "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" | 1690 "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
1478 "checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" | 1691 "checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" |
1692 "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" | |
1693 "checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e" | |
1479 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" | 1694 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
1480 "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" | 1695 "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" |
1481 "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1696 "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1482 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" | 1697 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
1483 "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 1698 "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
1498 "checksum riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "28db5ac9d5e68e3fc4d71a7a1da905f6051d1dd1d44e0c0db6867f5b6af8c68b" | 1713 "checksum riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "28db5ac9d5e68e3fc4d71a7a1da905f6051d1dd1d44e0c0db6867f5b6af8c68b" |
1499 "checksum riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f06e98f4eb1a65f85e01c38a42f2b6823968f8257e35ff5bb4ae1dc996f4fd09" | 1714 "checksum riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f06e98f4eb1a65f85e01c38a42f2b6823968f8257e35ff5bb4ae1dc996f4fd09" |
1500 "checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2" | 1715 "checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2" |
1501 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1716 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1502 "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" | 1717 "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
1718 "checksum schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021" | |
1503 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 1719 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
1504 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1720 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1505 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1721 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1506 "checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" | 1722 "checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" |
1507 "checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0" | 1723 "checksum serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702" |
1508 "checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" | 1724 "checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" |
1509 "checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" | 1725 "checksum serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0" |
1510 "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" | 1726 "checksum serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "1a3351dcbc1f067e2c92ab7c3c1f288ad1a4cffc470b5aaddb4c2e0a3ae80043" |
1511 "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" | 1727 "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" |
1728 "checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" | |
1512 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1729 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1513 "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" | 1730 "checksum sluice 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7d06dfb3e8743bc19e6de8a302277471d08077d68946b307280496dc5a3531" |
1514 "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" | 1731 "checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86" |
1515 "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" | 1732 "checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85" |
1733 "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" | |
1516 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 1734 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
1517 "checksum structopt 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c167b61c7d4c126927f5346a4327ce20abf8a186b8041bbeb1ce49e5db49587b" | 1735 "checksum structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "30b3a3e93f5ad553c38b3301c8a0a0cec829a36783f6a0c467fc4bf553a5f5bf" |
1518 "checksum structopt-derive 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "519621841414165d2ad0d4c92be8f41844203f2b67e245f9345a5a12d40c69d7" | 1736 "checksum structopt-derive 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea692d40005b3ceba90a9fe7a78fa8d4b82b0ce627eebbffc329aab850f3410e" |
1737 "checksum surf 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "741a8008f8a833ef16f47df94a30754478fb2c2bf822b9c2e6f7f09203b97ace" | |
1519 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" | 1738 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
1520 "checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92" | 1739 "checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92" |
1521 "checksum sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24961a55846623d8e4f6cec38718945116fed8d6970336a7110710a07aa9b5d1" | 1740 "checksum sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24961a55846623d8e4f6cec38718945116fed8d6970336a7110710a07aa9b5d1" |
1522 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" | 1741 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
1523 "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" | 1742 "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" |
1524 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | 1743 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
1525 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 1744 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
1526 "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | 1745 "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
1527 "checksum tokio 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "be69f7efc3a6e335fbd598f486036f9ef9145b854456d2b2503ac91f0bc95258" | 1746 "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
1528 "checksum tokio-codec 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ccd972ca855244b2e71ccba44a56b5cdcebe21c4b977ef5a2f23e898a31b97" | |
1529 "checksum tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "345c88d08e60054624ac16be7feef0596a9151b63e20de75ee771effe67c3639" | |
1530 "checksum tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9031c46146fb6bfb5be43d3e33b23d119ba175ec85c44850fbf9beff83aa125d" | |
1531 "checksum tokio-macros 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9074903dba9ac096b1f4eb49611d306ad44fecd4227ec95c40de914c3ff505" | |
1532 "checksum tokio-net 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2a11912ff0a3f594c4cfe6b0a94b8d0fc395cd38db2c1feebcec1bdbec027597" | |
1533 "checksum tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3c63865749332d5ce8e21ebeb5992a2b65636b2fa4d6e5f9322bbbbb3a811225" | |
1534 "checksum tokio-timer 0.3.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "799925fa2682e7b23510f081c3cc99f30be640d5be617f837dc730e20f916f0e" | |
1535 "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" | 1747 "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
1536 "checksum tower-make 0.1.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fa885d02419e2ae670016951e6456137f7e9f3cf4b2d210dfe8c7974ff9010c3" | |
1537 "checksum tower-service 0.3.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bb202f83c619c74a3f9b5d6d508e9b703be59e86ab49a89adc7eafb1e822b83" | |
1538 "checksum tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ff4e4f59e752cb3beb5b61c6d5e11191c7946231ba84faec2902c9efdd8691c5" | |
1539 "checksum tracing-attributes 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a4263b12c3d3c403274493eb805966093b53214124796552d674ca1dd5d27c2b" | |
1540 "checksum tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bc913647c520c959b6d21e35ed8fa6984971deca9f0a2fcb8c51207e0c56af1d" | |
1541 "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" | |
1542 "checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874" | 1748 "checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874" |
1543 "checksum unicode-segmentation 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49f5526225fd8b77342d5986ab5f6055552e9c0776193b5b63fd53b46debfad7" | 1749 "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
1750 "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | |
1751 "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" | |
1752 "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" | |
1544 "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" | 1753 "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" |
1545 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | 1754 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
1546 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 1755 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
1756 "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" | |
1547 "checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" | 1757 "checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" |
1548 "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" | 1758 "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" |
1759 "checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95" | |
1549 "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | 1760 "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
1550 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | 1761 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
1762 "checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" | |
1551 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | 1763 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
1552 "checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" | |
1553 "checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" | 1764 "checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" |
1765 "checksum wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "29ae32af33bacd663a9a28241abecf01f2be64e6a185c6139b04f18b6385c5f2" | |
1766 "checksum wasm-bindgen-backend 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "1845584bd3593442dc0de6e6d9f84454a59a057722f36f005e44665d6ab19d85" | |
1767 "checksum wasm-bindgen-futures 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "83420b37346c311b9ed822af41ec2e82839bfe99867ec6c54e2da43b7538771c" | |
1768 "checksum wasm-bindgen-macro 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "87fcc747e6b73c93d22c947a6334644d22cfec5abd8b66238484dc2b0aeb9fe4" | |
1769 "checksum wasm-bindgen-macro-support 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc4b3f2c4078c8c4a5f363b92fcf62604c5913cbd16c6ff5aaf0f74ec03f570" | |
1770 "checksum wasm-bindgen-shared 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "ca0b78d6d3be8589b95d1d49cdc0794728ca734adf36d7c9f07e6459508bb53d" | |
1771 "checksum wasm-bindgen-webidl 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "3126356474ceb717c8fb5549ae387c9fbf4872818454f4d87708bee997214bb5" | |
1772 "checksum web-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "98405c0a2e722ed3db341b4c5b70eb9fe0021621f7350bab76df93b09b649bbf" | |
1773 "checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164" | |
1554 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 1774 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
1555 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" | 1775 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
1556 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 1776 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
1557 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | 1777 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
1558 "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" | 1778 "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |