Mercurial > templog
comparison rust/Cargo.lock @ 622:5b456905eaac rust
use libc. update.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 16 Apr 2017 22:50:05 +0800 |
parents | 8fda564cc46f |
children | 2710649ab71e |
comparison
equal
deleted
inserted
replaced
621:8136a6b99866 | 622:5b456905eaac |
---|---|
1 [root] | 1 [root] |
2 name = "wort-templog" | 2 name = "wort-templog" |
3 version = "0.1.0" | 3 version = "0.1.0" |
4 dependencies = [ | 4 dependencies = [ |
5 "base64 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 5 "base64 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
6 "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 6 "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
7 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 7 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
8 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 8 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
9 "futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 9 "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
10 "futures-cpupool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 10 "futures-cpupool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
11 "lazy_static 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 11 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
12 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
12 "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 13 "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
13 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | 14 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
14 "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 15 "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
15 "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", | 16 "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", |
16 "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", | 17 "serde 0.9.13 (registry+https://github.com/rust-lang/crates.io-index)", |
17 "serde_derive 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", | 18 "serde_derive 0.9.13 (registry+https://github.com/rust-lang/crates.io-index)", |
18 "serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", | 19 "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", |
19 "sysfs_gpio 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 20 "sysfs_gpio 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
20 "time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", | 21 "time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", |
21 "tokio-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 22 "tokio-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
22 "tokio-curl 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 23 "tokio-curl 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
23 "toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 24 "toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
24 ] | 25 ] |
25 | 26 |
26 [[package]] | 27 [[package]] |
27 name = "aho-corasick" | 28 name = "aho-corasick" |
28 version = "0.5.3" | 29 version = "0.5.3" |
39 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 40 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
40 ] | 41 ] |
41 | 42 |
42 [[package]] | 43 [[package]] |
43 name = "base64" | 44 name = "base64" |
44 version = "0.4.0" | 45 version = "0.4.1" |
45 source = "registry+https://github.com/rust-lang/crates.io-index" | 46 source = "registry+https://github.com/rust-lang/crates.io-index" |
46 dependencies = [ | 47 dependencies = [ |
47 "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 48 "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
48 ] | 49 ] |
49 | 50 |
57 version = "1.0.0" | 58 version = "1.0.0" |
58 source = "registry+https://github.com/rust-lang/crates.io-index" | 59 source = "registry+https://github.com/rust-lang/crates.io-index" |
59 | 60 |
60 [[package]] | 61 [[package]] |
61 name = "bytes" | 62 name = "bytes" |
62 version = "0.4.1" | 63 version = "0.4.2" |
63 source = "registry+https://github.com/rust-lang/crates.io-index" | 64 source = "registry+https://github.com/rust-lang/crates.io-index" |
64 dependencies = [ | 65 dependencies = [ |
65 "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 66 "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
66 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 67 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
67 ] | 68 ] |
70 name = "cfg-if" | 71 name = "cfg-if" |
71 version = "0.1.0" | 72 version = "0.1.0" |
72 source = "registry+https://github.com/rust-lang/crates.io-index" | 73 source = "registry+https://github.com/rust-lang/crates.io-index" |
73 | 74 |
74 [[package]] | 75 [[package]] |
75 name = "crossbeam" | |
76 version = "0.2.10" | |
77 source = "registry+https://github.com/rust-lang/crates.io-index" | |
78 | |
79 [[package]] | |
80 name = "curl" | 76 name = "curl" |
81 version = "0.4.6" | 77 version = "0.4.6" |
82 source = "registry+https://github.com/rust-lang/crates.io-index" | 78 source = "registry+https://github.com/rust-lang/crates.io-index" |
83 dependencies = [ | 79 dependencies = [ |
84 "curl-sys 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", | 80 "curl-sys 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", |
85 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", | 81 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", |
86 "openssl-probe 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 82 "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
87 "openssl-sys 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", | 83 "openssl-sys 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", |
88 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 84 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89 ] | 85 ] |
90 | 86 |
91 [[package]] | 87 [[package]] |
92 name = "curl-sys" | 88 name = "curl-sys" |
94 source = "registry+https://github.com/rust-lang/crates.io-index" | 90 source = "registry+https://github.com/rust-lang/crates.io-index" |
95 dependencies = [ | 91 dependencies = [ |
96 "gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)", | 92 "gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)", |
97 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", | 93 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", |
98 "libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 94 "libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
99 "openssl-sys 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", | 95 "openssl-sys 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", |
100 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 96 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
101 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 97 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
102 ] | 98 ] |
103 | 99 |
104 [[package]] | 100 [[package]] |
105 name = "docopt" | 101 name = "docopt" |
106 version = "0.7.0" | 102 version = "0.7.0" |
107 source = "registry+https://github.com/rust-lang/crates.io-index" | 103 source = "registry+https://github.com/rust-lang/crates.io-index" |
108 dependencies = [ | 104 dependencies = [ |
109 "lazy_static 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 105 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
110 "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 106 "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
111 "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", | 107 "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", |
112 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | 108 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
113 ] | 109 ] |
114 | 110 |
126 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", | 122 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", |
127 ] | 123 ] |
128 | 124 |
129 [[package]] | 125 [[package]] |
130 name = "futures" | 126 name = "futures" |
131 version = "0.1.11" | 127 version = "0.1.13" |
132 source = "registry+https://github.com/rust-lang/crates.io-index" | 128 source = "registry+https://github.com/rust-lang/crates.io-index" |
133 | 129 |
134 [[package]] | 130 [[package]] |
135 name = "futures-cpupool" | 131 name = "futures-cpupool" |
136 version = "0.1.4" | 132 version = "0.1.5" |
137 source = "registry+https://github.com/rust-lang/crates.io-index" | 133 source = "registry+https://github.com/rust-lang/crates.io-index" |
138 dependencies = [ | 134 dependencies = [ |
139 "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | 135 "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
140 "futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
141 "num_cpus 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 136 "num_cpus 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
142 ] | 137 ] |
143 | 138 |
144 [[package]] | 139 [[package]] |
145 name = "gcc" | 140 name = "gcc" |
178 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 173 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
179 ] | 174 ] |
180 | 175 |
181 [[package]] | 176 [[package]] |
182 name = "lazy_static" | 177 name = "lazy_static" |
183 version = "0.2.4" | 178 version = "0.2.8" |
184 source = "registry+https://github.com/rust-lang/crates.io-index" | 179 source = "registry+https://github.com/rust-lang/crates.io-index" |
185 | 180 |
186 [[package]] | 181 [[package]] |
187 name = "lazycell" | 182 name = "lazycell" |
188 version = "0.4.0" | 183 version = "0.4.0" |
224 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", | 219 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", |
225 ] | 220 ] |
226 | 221 |
227 [[package]] | 222 [[package]] |
228 name = "mio" | 223 name = "mio" |
229 version = "0.6.5" | 224 version = "0.6.6" |
230 source = "registry+https://github.com/rust-lang/crates.io-index" | 225 source = "registry+https://github.com/rust-lang/crates.io-index" |
231 dependencies = [ | 226 dependencies = [ |
232 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 227 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
233 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 228 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
234 "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 229 "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
289 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", | 284 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", |
290 ] | 285 ] |
291 | 286 |
292 [[package]] | 287 [[package]] |
293 name = "openssl-probe" | 288 name = "openssl-probe" |
294 version = "0.1.0" | 289 version = "0.1.1" |
295 source = "registry+https://github.com/rust-lang/crates.io-index" | 290 source = "registry+https://github.com/rust-lang/crates.io-index" |
296 | 291 |
297 [[package]] | 292 [[package]] |
298 name = "openssl-sys" | 293 name = "openssl-sys" |
299 version = "0.9.9" | 294 version = "0.9.11" |
300 source = "registry+https://github.com/rust-lang/crates.io-index" | 295 source = "registry+https://github.com/rust-lang/crates.io-index" |
301 dependencies = [ | 296 dependencies = [ |
302 "gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)", | 297 "gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)", |
303 "gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 298 "gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
304 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", | 299 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", |
386 version = "0.1.20" | 381 version = "0.1.20" |
387 source = "registry+https://github.com/rust-lang/crates.io-index" | 382 source = "registry+https://github.com/rust-lang/crates.io-index" |
388 | 383 |
389 [[package]] | 384 [[package]] |
390 name = "serde" | 385 name = "serde" |
391 version = "0.9.11" | 386 version = "0.9.13" |
392 source = "registry+https://github.com/rust-lang/crates.io-index" | 387 source = "registry+https://github.com/rust-lang/crates.io-index" |
393 | 388 |
394 [[package]] | 389 [[package]] |
395 name = "serde_codegen_internals" | 390 name = "serde_codegen_internals" |
396 version = "0.14.1" | 391 version = "0.14.2" |
397 source = "registry+https://github.com/rust-lang/crates.io-index" | 392 source = "registry+https://github.com/rust-lang/crates.io-index" |
398 dependencies = [ | 393 dependencies = [ |
399 "syn 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", | 394 "syn 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)", |
400 ] | 395 ] |
401 | 396 |
402 [[package]] | 397 [[package]] |
403 name = "serde_derive" | 398 name = "serde_derive" |
404 version = "0.9.11" | 399 version = "0.9.13" |
405 source = "registry+https://github.com/rust-lang/crates.io-index" | 400 source = "registry+https://github.com/rust-lang/crates.io-index" |
406 dependencies = [ | 401 dependencies = [ |
407 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | 402 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
408 "serde_codegen_internals 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | 403 "serde_codegen_internals 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", |
409 "syn 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", | 404 "syn 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)", |
410 ] | 405 ] |
411 | 406 |
412 [[package]] | 407 [[package]] |
413 name = "serde_json" | 408 name = "serde_json" |
414 version = "0.9.9" | 409 version = "0.9.10" |
415 source = "registry+https://github.com/rust-lang/crates.io-index" | 410 source = "registry+https://github.com/rust-lang/crates.io-index" |
416 dependencies = [ | 411 dependencies = [ |
417 "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 412 "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
418 "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 413 "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
419 "num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | 414 "num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
420 "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", | 415 "serde 0.9.13 (registry+https://github.com/rust-lang/crates.io-index)", |
421 ] | 416 ] |
422 | 417 |
423 [[package]] | 418 [[package]] |
424 name = "slab" | 419 name = "slab" |
425 version = "0.3.0" | 420 version = "0.3.0" |
430 version = "0.6.0" | 425 version = "0.6.0" |
431 source = "registry+https://github.com/rust-lang/crates.io-index" | 426 source = "registry+https://github.com/rust-lang/crates.io-index" |
432 | 427 |
433 [[package]] | 428 [[package]] |
434 name = "syn" | 429 name = "syn" |
435 version = "0.11.9" | 430 version = "0.11.10" |
436 source = "registry+https://github.com/rust-lang/crates.io-index" | 431 source = "registry+https://github.com/rust-lang/crates.io-index" |
437 dependencies = [ | 432 dependencies = [ |
438 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | 433 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
439 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", | 434 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", |
440 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 435 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
506 [[package]] | 501 [[package]] |
507 name = "tokio-core" | 502 name = "tokio-core" |
508 version = "0.1.6" | 503 version = "0.1.6" |
509 source = "registry+https://github.com/rust-lang/crates.io-index" | 504 source = "registry+https://github.com/rust-lang/crates.io-index" |
510 dependencies = [ | 505 dependencies = [ |
511 "bytes 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 506 "bytes 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
512 "futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 507 "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
513 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 508 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
514 "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 509 "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
515 "mio 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 510 "mio 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
516 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 511 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
517 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 512 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
518 "tokio-io 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 513 "tokio-io 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
519 ] | 514 ] |
520 | 515 |
521 [[package]] | 516 [[package]] |
522 name = "tokio-curl" | 517 name = "tokio-curl" |
523 version = "0.1.9" | 518 version = "0.1.9" |
524 source = "registry+https://github.com/rust-lang/crates.io-index" | 519 source = "registry+https://github.com/rust-lang/crates.io-index" |
525 dependencies = [ | 520 dependencies = [ |
526 "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 521 "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
527 "futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 522 "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
528 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", | 523 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", |
529 "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 524 "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
530 "mio 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 525 "mio 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
531 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 526 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
532 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 527 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
533 "tokio-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 528 "tokio-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
534 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 529 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
535 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 530 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
536 ] | 531 ] |
537 | 532 |
538 [[package]] | 533 [[package]] |
539 name = "tokio-io" | 534 name = "tokio-io" |
540 version = "0.1.0" | 535 version = "0.1.1" |
541 source = "registry+https://github.com/rust-lang/crates.io-index" | 536 source = "registry+https://github.com/rust-lang/crates.io-index" |
542 dependencies = [ | 537 dependencies = [ |
543 "bytes 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 538 "bytes 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
544 "futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 539 "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
545 "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 540 "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
546 ] | 541 ] |
547 | 542 |
548 [[package]] | 543 [[package]] |
549 name = "toml" | 544 name = "toml" |
550 version = "0.3.1" | 545 version = "0.3.2" |
551 source = "registry+https://github.com/rust-lang/crates.io-index" | 546 source = "registry+https://github.com/rust-lang/crates.io-index" |
552 dependencies = [ | 547 dependencies = [ |
553 "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", | 548 "serde 0.9.13 (registry+https://github.com/rust-lang/crates.io-index)", |
554 ] | 549 ] |
555 | 550 |
556 [[package]] | 551 [[package]] |
557 name = "unicode-xid" | 552 name = "unicode-xid" |
558 version = "0.0.4" | 553 version = "0.0.4" |
610 ] | 605 ] |
611 | 606 |
612 [metadata] | 607 [metadata] |
613 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" | 608 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" |
614 "checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699" | 609 "checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699" |
615 "checksum base64 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "065a0ce220ab84d0b6d5ae3e7bb77232209519c366f51f946fe28c19e84989d0" | 610 "checksum base64 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9892882c3bd89ed02dec391c128984c772b663a29700c32b5de0b33861cdf2bd" |
616 "checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3" | 611 "checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3" |
617 "checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8" | 612 "checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8" |
618 "checksum bytes 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46112a0060ae15e3a3f9a445428a53e082b91215b744fa27a1948842f4a64b96" | 613 "checksum bytes 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3941933da81d8717b427c2ddc2d73567cd15adb6c57514a2726d9ee598a5439a" |
619 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c" | 614 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c" |
620 "checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97" | |
621 "checksum curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c90e1240ef340dd4027ade439e5c7c2064dd9dc652682117bd50d1486a3add7b" | 615 "checksum curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c90e1240ef340dd4027ade439e5c7c2064dd9dc652682117bd50d1486a3add7b" |
622 "checksum curl-sys 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d909dc402ae80b6f7b0118c039203436061b9d9a3ca5d2c2546d93e0a61aaa" | 616 "checksum curl-sys 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d909dc402ae80b6f7b0118c039203436061b9d9a3ca5d2c2546d93e0a61aaa" |
623 "checksum docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8" | 617 "checksum docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8" |
624 "checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90" | 618 "checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90" |
625 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" | 619 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" |
626 "checksum futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8e51e7f9c150ba7fd4cee9df8bf6ea3dea5b63b68955ddad19ccd35b71dcfb4d" | 620 "checksum futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "55f0008e13fc853f79ea8fc86e931486860d4c4c156cdffb59fa5f7fa833660a" |
627 "checksum futures-cpupool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "257b356f43df6266091b58eadffbe881f053a8646c4a8ba9edce98d63814caab" | 621 "checksum futures-cpupool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a283c84501e92cade5ea673a2a7ca44f71f209ccdd302a3e0896f50083d2c5ff" |
628 "checksum gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "40899336fb50db0c78710f53e87afc54d8c7266fb76262fecc78ca1a7f09deae" | 622 "checksum gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "40899336fb50db0c78710f53e87afc54d8c7266fb76262fecc78ca1a7f09deae" |
629 "checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518" | 623 "checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518" |
630 "checksum iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29d062ee61fccdf25be172e70f34c9f6efc597e1fb8f6526e8437b2046ab26be" | 624 "checksum iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29d062ee61fccdf25be172e70f34c9f6efc597e1fb8f6526e8437b2046ab26be" |
631 "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c" | 625 "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c" |
632 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 626 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
633 "checksum lazy_static 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7291b1dd97d331f752620b02dfdbc231df7fc01bf282a00769e1cdb963c460dc" | 627 "checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf" |
634 "checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" | 628 "checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" |
635 "checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135" | 629 "checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135" |
636 "checksum libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e5ee912a45d686d393d5ac87fac15ba0ba18daae14e8e7543c63ebf7fb7e970c" | 630 "checksum libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e5ee912a45d686d393d5ac87fac15ba0ba18daae14e8e7543c63ebf7fb7e970c" |
637 "checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad" | 631 "checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad" |
638 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" | 632 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" |
639 "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4" | 633 "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4" |
640 "checksum mio 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aa30e3753079b08ce3d75cf3b44783e36fe0e1f64065f65c1d894d1688fb2580" | 634 "checksum mio 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f27d38f824a0d267d55b29b171e9e99269a53812e385fa75c1fe700ae254a6a4" |
641 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 635 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
642 "checksum net2 0.2.27 (registry+https://github.com/rust-lang/crates.io-index)" = "18b9642ad6222faf5ce46f6966f59b71b9775ad5758c9e09fcf0a6c8061972b4" | 636 "checksum net2 0.2.27 (registry+https://github.com/rust-lang/crates.io-index)" = "18b9642ad6222faf5ce46f6966f59b71b9775ad5758c9e09fcf0a6c8061972b4" |
643 "checksum nix 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a7bb1da2be7da3cbffda73fc681d509ffd9e665af478d2bee1907cee0bc64b2" | 637 "checksum nix 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a7bb1da2be7da3cbffda73fc681d509ffd9e665af478d2bee1907cee0bc64b2" |
644 "checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99" | 638 "checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99" |
645 "checksum num_cpus 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a18c392466409c50b87369414a2680c93e739aedeb498eb2bff7d7eb569744e2" | 639 "checksum num_cpus 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a18c392466409c50b87369414a2680c93e739aedeb498eb2bff7d7eb569744e2" |
646 "checksum openssl-probe 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "756d49c8424483a3df3b5d735112b4da22109ced9a8294f1f5cdf80fb3810919" | 640 "checksum openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d98df0270d404ccd3c050a41d579c52d1db15375168bb3471e04ec0f5f378daf" |
647 "checksum openssl-sys 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)" = "376c5c6084e5ea95eea9c3280801e46d0dcf51251d4f01b747e044fb64d1fb31" | 641 "checksum openssl-sys 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e5e0fd64cb2fa018ed2e7b2c8d9649114fe5da957c9a67432957f01e5dcc82e9" |
648 "checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" | 642 "checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" |
649 "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" | 643 "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
650 "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" | 644 "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" |
651 "checksum redox_syscall 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "29dbdfd4b9df8ab31dec47c6087b7b13cbf4a776f335e4de8efba8288dda075b" | 645 "checksum redox_syscall 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "29dbdfd4b9df8ab31dec47c6087b7b13cbf4a776f335e4de8efba8288dda075b" |
652 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" | 646 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" |
655 "checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457" | 649 "checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457" |
656 "checksum rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "684ce48436d6465300c9ea783b6b14c4361d6b8dcbb1375b486a69cc19e2dfb0" | 650 "checksum rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "684ce48436d6465300c9ea783b6b14c4361d6b8dcbb1375b486a69cc19e2dfb0" |
657 "checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084" | 651 "checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084" |
658 "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" | 652 "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" |
659 "checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac" | 653 "checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac" |
660 "checksum serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)" = "a702319c807c016e51f672e5c77d6f0b46afddd744b5e437d6b8436b888b458f" | 654 "checksum serde 0.9.13 (registry+https://github.com/rust-lang/crates.io-index)" = "231dfd55909400769e437326cfb4af8bec97c3dd56ab3d02df8ef5c7e00f179b" |
661 "checksum serde_codegen_internals 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4d52006899f910528a10631e5b727973fe668f3228109d1707ccf5bad5490b6e" | 655 "checksum serde_codegen_internals 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc888bd283bd2420b16ad0d860e35ad8acb21941180a83a189bb2046f9d00400" |
662 "checksum serde_derive 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f15ea24bd037b2d64646b4d934fa99c649be66e3f7b29fb595a5543b212b1452" | 656 "checksum serde_derive 0.9.13 (registry+https://github.com/rust-lang/crates.io-index)" = "d75c72ef4dd193d89eb652b73890fe2489996c9ead8b37980f57a1078f96ed50" |
663 "checksum serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)" = "dbc45439552eb8fb86907a2c41c1fd0ef97458efb87ff7f878db466eb581824e" | 657 "checksum serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1" |
664 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" | 658 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" |
665 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" | 659 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" |
666 "checksum syn 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)" = "480c834701caba3548aa991e54677281be3a5414a9d09ddbdf4ed74a569a9d19" | 660 "checksum syn 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)" = "171b739972d9a1bfb169e8077238b51f9ebeaae4ff6e08072f7ba386a8802da2" |
667 "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" | 661 "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
668 "checksum sysfs_gpio 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90fc056b3e1a0f1cd10de67b14b62b85dfe450134e87bd9af2f066981c6ebb75" | 662 "checksum sysfs_gpio 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90fc056b3e1a0f1cd10de67b14b62b85dfe450134e87bd9af2f066981c6ebb75" |
669 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" | 663 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" |
670 "checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a" | 664 "checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a" |
671 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" | 665 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" |
672 "checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7" | 666 "checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7" |
673 "checksum time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "211b63c112206356ef1ff9b19355f43740fc3f85960c598a93d3a3d3ba7beade" | 667 "checksum time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "211b63c112206356ef1ff9b19355f43740fc3f85960c598a93d3a3d3ba7beade" |
674 "checksum tokio-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "99e958104a67877907c1454386d5482fe8e965a55d60be834a15a44328e7dc76" | 668 "checksum tokio-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "99e958104a67877907c1454386d5482fe8e965a55d60be834a15a44328e7dc76" |
675 "checksum tokio-curl 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "abc816085f1fe81e04960a50e53a49ac9d2f5b0263c3e52430ad98f77f725f2a" | 669 "checksum tokio-curl 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "abc816085f1fe81e04960a50e53a49ac9d2f5b0263c3e52430ad98f77f725f2a" |
676 "checksum tokio-io 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6a278fde45f1be68e44995227d426aaa4841e0980bb0a21b981092f28c3c8473" | 670 "checksum tokio-io 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "48f55df1341bb92281f229a6030bc2abffde2c7a44c6d6b802b7687dd8be0775" |
677 "checksum toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3474f3c6eaf32eedb4f4a66a26214f020f828a6d96c37e38a35e3a379bbcfd11" | 671 "checksum toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd86ad9ebee246fdedd610e0f6d0587b754a3d81438db930a244d0480ed7878f" |
678 "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" | 672 "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
679 "checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91" | 673 "checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91" |
680 "checksum user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ef4711d107b21b410a3a974b1204d9accc8b10dad75d8324b5d755de1617d47" | 674 "checksum user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ef4711d107b21b410a3a974b1204d9accc8b10dad75d8324b5d755de1617d47" |
681 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" | 675 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" |
682 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" | 676 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" |