comparison rust/Cargo.lock @ 634:a5721c02d3ee rust

build succeeds
author Matt Johnston <matt@ucc.asn.au>
date Sun, 22 Sep 2019 20:35:40 +0800
parents 490e9e15b98c
children 1e147b3c2c55
comparison
equal deleted inserted replaced
633:490e9e15b98c 634:a5721c02d3ee
15 dependencies = [ 15 dependencies = [
16 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 16 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
17 ] 17 ]
18 18
19 [[package]] 19 [[package]]
20 name = "ansi_term"
21 version = "0.11.0"
22 source = "registry+https://github.com/rust-lang/crates.io-index"
23 dependencies = [
24 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
25 ]
26
27 [[package]]
20 name = "arrayvec" 28 name = "arrayvec"
21 version = "0.4.11" 29 version = "0.4.11"
22 source = "registry+https://github.com/rust-lang/crates.io-index" 30 source = "registry+https://github.com/rust-lang/crates.io-index"
23 dependencies = [ 31 dependencies = [
24 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", 32 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
25 ] 33 ]
26 34
27 [[package]] 35 [[package]]
28 name = "atomicwrites" 36 name = "atomicwrites"
29 version = "0.2.3" 37 version = "0.2.4"
30 source = "registry+https://github.com/rust-lang/crates.io-index" 38 source = "registry+https://github.com/rust-lang/crates.io-index"
31 dependencies = [ 39 dependencies = [
32 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", 40 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
33 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 41 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
34 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 42 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
35 ] 43 ]
36 44
37 [[package]] 45 [[package]]
38 name = "atty" 46 name = "atty"
39 version = "0.2.13" 47 version = "0.2.13"
40 source = "registry+https://github.com/rust-lang/crates.io-index" 48 source = "registry+https://github.com/rust-lang/crates.io-index"
41 dependencies = [ 49 dependencies = [
42 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 50 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
43 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 51 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
44 ] 52 ]
45 53
46 [[package]] 54 [[package]]
47 name = "autocfg" 55 name = "autocfg"
48 version = "0.1.6" 56 version = "0.1.6"
70 name = "bytes" 78 name = "bytes"
71 version = "0.4.12" 79 version = "0.4.12"
72 source = "registry+https://github.com/rust-lang/crates.io-index" 80 source = "registry+https://github.com/rust-lang/crates.io-index"
73 dependencies = [ 81 dependencies = [
74 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 82 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
75 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
76 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 83 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
77 ] 84 ]
78 85
79 [[package]] 86 [[package]]
80 name = "c2-chacha" 87 name = "c2-chacha"
81 version = "0.2.2" 88 version = "0.2.2"
82 source = "registry+https://github.com/rust-lang/crates.io-index" 89 source = "registry+https://github.com/rust-lang/crates.io-index"
83 dependencies = [ 90 dependencies = [
84 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 91 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
85 "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 92 "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
86 ] 93 ]
87 94
88 [[package]] 95 [[package]]
89 name = "cc" 96 name = "cc"
90 version = "1.0.40" 97 version = "1.0.45"
91 source = "registry+https://github.com/rust-lang/crates.io-index" 98 source = "registry+https://github.com/rust-lang/crates.io-index"
92 99
93 [[package]] 100 [[package]]
94 name = "cfg-if" 101 name = "cfg-if"
95 version = "0.1.9" 102 version = "0.1.9"
96 source = "registry+https://github.com/rust-lang/crates.io-index" 103 source = "registry+https://github.com/rust-lang/crates.io-index"
97 104
98 [[package]] 105 [[package]]
99 name = "chrono" 106 name = "chrono"
100 version = "0.4.7" 107 version = "0.4.9"
101 source = "registry+https://github.com/rust-lang/crates.io-index" 108 source = "registry+https://github.com/rust-lang/crates.io-index"
102 dependencies = [ 109 dependencies = [
103 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 110 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
104 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", 111 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
105 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 112 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
106 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 113 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
107 ] 114 ]
108 115
109 [[package]] 116 [[package]]
117 name = "clap"
118 version = "2.33.0"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 dependencies = [
121 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
122 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
123 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
124 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
125 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
126 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
127 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
128 ]
129
130 [[package]]
110 name = "cloudabi" 131 name = "cloudabi"
111 version = "0.0.3" 132 version = "0.0.3"
112 source = "registry+https://github.com/rust-lang/crates.io-index" 133 source = "registry+https://github.com/rust-lang/crates.io-index"
113 dependencies = [ 134 dependencies = [
114 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 135 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
117 [[package]] 138 [[package]]
118 name = "config" 139 name = "config"
119 version = "0.9.3" 140 version = "0.9.3"
120 source = "registry+https://github.com/rust-lang/crates.io-index" 141 source = "registry+https://github.com/rust-lang/crates.io-index"
121 dependencies = [ 142 dependencies = [
122 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 143 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
123 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 144 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
124 "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", 145 "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
125 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", 146 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
126 "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 147 "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
127 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", 148 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
128 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", 149 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
129 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 150 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
130 ] 151 ]
131 152
132 [[package]] 153 [[package]]
154 name = "crossbeam-channel"
155 version = "0.3.9"
156 source = "registry+https://github.com/rust-lang/crates.io-index"
157 dependencies = [
158 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
159 ]
160
161 [[package]]
133 name = "crossbeam-deque" 162 name = "crossbeam-deque"
134 version = "0.7.1" 163 version = "0.7.1"
135 source = "registry+https://github.com/rust-lang/crates.io-index" 164 source = "registry+https://github.com/rust-lang/crates.io-index"
136 dependencies = [ 165 dependencies = [
137 "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 166 "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
144 source = "registry+https://github.com/rust-lang/crates.io-index" 173 source = "registry+https://github.com/rust-lang/crates.io-index"
145 dependencies = [ 174 dependencies = [
146 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", 175 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
147 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 176 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
148 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 177 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
149 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 178 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
150 "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 179 "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
151 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 180 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
152 ] 181 ]
153 182
154 [[package]] 183 [[package]]
163 name = "crossbeam-utils" 192 name = "crossbeam-utils"
164 version = "0.6.6" 193 version = "0.6.6"
165 source = "registry+https://github.com/rust-lang/crates.io-index" 194 source = "registry+https://github.com/rust-lang/crates.io-index"
166 dependencies = [ 195 dependencies = [
167 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 196 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
168 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 197 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
169 ] 198 ]
170
171 [[package]]
172 name = "docopt"
173 version = "1.1.0"
174 source = "registry+https://github.com/rust-lang/crates.io-index"
175 dependencies = [
176 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
177 "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
178 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
179 "strsim 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
180 ]
181
182 [[package]]
183 name = "dtoa"
184 version = "0.4.4"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186
187 [[package]]
188 name = "either"
189 version = "1.5.2"
190 source = "registry+https://github.com/rust-lang/crates.io-index"
191 199
192 [[package]] 200 [[package]]
193 name = "env_logger" 201 name = "env_logger"
194 version = "0.6.2" 202 version = "0.6.2"
195 source = "registry+https://github.com/rust-lang/crates.io-index" 203 source = "registry+https://github.com/rust-lang/crates.io-index"
196 dependencies = [ 204 dependencies = [
197 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", 205 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
198 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 206 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
199 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 207 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
200 "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 208 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
201 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 209 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
202 ] 210 ]
203 211
204 [[package]] 212 [[package]]
205 name = "fnv" 213 name = "fnv"
224 name = "fuchsia-zircon-sys" 232 name = "fuchsia-zircon-sys"
225 version = "0.3.3" 233 version = "0.3.3"
226 source = "registry+https://github.com/rust-lang/crates.io-index" 234 source = "registry+https://github.com/rust-lang/crates.io-index"
227 235
228 [[package]] 236 [[package]]
229 name = "futures"
230 version = "0.1.28"
231 source = "registry+https://github.com/rust-lang/crates.io-index"
232
233 [[package]]
234 name = "futures-channel-preview" 237 name = "futures-channel-preview"
235 version = "0.3.0-alpha.18" 238 version = "0.3.0-alpha.18"
236 source = "registry+https://github.com/rust-lang/crates.io-index" 239 source = "registry+https://github.com/rust-lang/crates.io-index"
237 dependencies = [ 240 dependencies = [
238 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", 241 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
241 244
242 [[package]] 245 [[package]]
243 name = "futures-core-preview" 246 name = "futures-core-preview"
244 version = "0.3.0-alpha.18" 247 version = "0.3.0-alpha.18"
245 source = "registry+https://github.com/rust-lang/crates.io-index" 248 source = "registry+https://github.com/rust-lang/crates.io-index"
246
247 [[package]]
248 name = "futures-cpupool"
249 version = "0.1.8"
250 source = "registry+https://github.com/rust-lang/crates.io-index"
251 dependencies = [
252 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
253 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
254 ]
255 249
256 [[package]] 250 [[package]]
257 name = "futures-executor-preview" 251 name = "futures-executor-preview"
258 version = "0.3.0-alpha.18" 252 version = "0.3.0-alpha.18"
259 source = "registry+https://github.com/rust-lang/crates.io-index" 253 source = "registry+https://github.com/rust-lang/crates.io-index"
303 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 297 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
304 ] 298 ]
305 299
306 [[package]] 300 [[package]]
307 name = "getrandom" 301 name = "getrandom"
308 version = "0.1.11" 302 version = "0.1.12"
309 source = "registry+https://github.com/rust-lang/crates.io-index" 303 source = "registry+https://github.com/rust-lang/crates.io-index"
310 dependencies = [ 304 dependencies = [
311 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 305 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
312 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 306 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
313 "wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 307 "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
314 ] 308 ]
315 309
316 [[package]] 310 [[package]]
317 name = "h2" 311 name = "h2"
318 version = "0.1.26" 312 version = "0.2.0-alpha.1"
319 source = "registry+https://github.com/rust-lang/crates.io-index" 313 source = "registry+https://github.com/rust-lang/crates.io-index"
320 dependencies = [ 314 dependencies = [
321 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
322 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 315 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
323 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 316 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
324 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", 317 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
318 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
319 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
325 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", 320 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
326 "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 321 "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
327 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 322 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
328 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 323 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
329 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 324 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
330 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 325 "tokio-codec 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
326 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
327 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
328 ]
329
330 [[package]]
331 name = "heck"
332 version = "0.3.1"
333 source = "registry+https://github.com/rust-lang/crates.io-index"
334 dependencies = [
335 "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
331 ] 336 ]
332 337
333 [[package]] 338 [[package]]
334 name = "http" 339 name = "http"
335 version = "0.1.18" 340 version = "0.1.18"
340 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 345 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
341 ] 346 ]
342 347
343 [[package]] 348 [[package]]
344 name = "http-body" 349 name = "http-body"
345 version = "0.1.0" 350 version = "0.2.0-alpha.1"
346 source = "registry+https://github.com/rust-lang/crates.io-index" 351 source = "registry+https://github.com/rust-lang/crates.io-index"
347 dependencies = [ 352 dependencies = [
348 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 353 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
349 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
350 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", 354 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
351 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
352 ] 355 ]
353 356
354 [[package]] 357 [[package]]
355 name = "httparse" 358 name = "httparse"
356 version = "1.3.4" 359 version = "1.3.4"
357 source = "registry+https://github.com/rust-lang/crates.io-index" 360 source = "registry+https://github.com/rust-lang/crates.io-index"
358 361
359 [[package]] 362 [[package]]
360 name = "humantime" 363 name = "humantime"
361 version = "1.2.0" 364 version = "1.3.0"
362 source = "registry+https://github.com/rust-lang/crates.io-index" 365 source = "registry+https://github.com/rust-lang/crates.io-index"
363 dependencies = [ 366 dependencies = [
364 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 367 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
365 ] 368 ]
366 369
367 [[package]] 370 [[package]]
368 name = "hyper" 371 name = "hyper"
369 version = "0.12.33" 372 version = "0.13.0-alpha.1"
370 source = "registry+https://github.com/rust-lang/crates.io-index" 373 source = "registry+https://github.com/rust-lang/crates.io-index"
371 dependencies = [ 374 dependencies = [
372 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 375 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
373 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", 376 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
374 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 377 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
375 "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", 378 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
379 "h2 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)",
376 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", 380 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
377 "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 381 "http-body 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)",
378 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 382 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
379 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 383 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
380 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 384 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
381 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 385 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
382 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 386 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
383 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 387 "pin-project 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)",
384 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 388 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
385 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", 389 "tokio 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
386 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 390 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
387 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 391 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
388 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 392 "tokio-net 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
389 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 393 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
390 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 394 "tokio-timer 0.3.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
391 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", 395 "tower-make 0.1.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
392 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 396 "tower-service 0.3.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)",
393 "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 397 "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
394 ] 398 ]
395 399
396 [[package]] 400 [[package]]
397 name = "indexmap" 401 name = "indexmap"
398 version = "1.1.0" 402 version = "1.2.0"
399 source = "registry+https://github.com/rust-lang/crates.io-index" 403 source = "registry+https://github.com/rust-lang/crates.io-index"
400 404
401 [[package]] 405 [[package]]
402 name = "iovec" 406 name = "iovec"
403 version = "0.1.2" 407 version = "0.1.2"
407 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 411 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
408 ] 412 ]
409 413
410 [[package]] 414 [[package]]
411 name = "itoa" 415 name = "itoa"
412 version = "0.3.4"
413 source = "registry+https://github.com/rust-lang/crates.io-index"
414
415 [[package]]
416 name = "itoa"
417 version = "0.4.4" 416 version = "0.4.4"
418 source = "registry+https://github.com/rust-lang/crates.io-index" 417 source = "registry+https://github.com/rust-lang/crates.io-index"
419 418
420 [[package]] 419 [[package]]
421 name = "kernel32-sys" 420 name = "kernel32-sys"
431 version = "0.2.11" 430 version = "0.2.11"
432 source = "registry+https://github.com/rust-lang/crates.io-index" 431 source = "registry+https://github.com/rust-lang/crates.io-index"
433 432
434 [[package]] 433 [[package]]
435 name = "lazy_static" 434 name = "lazy_static"
436 version = "1.3.0" 435 version = "1.4.0"
437 source = "registry+https://github.com/rust-lang/crates.io-index" 436 source = "registry+https://github.com/rust-lang/crates.io-index"
437 dependencies = [
438 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
439 ]
438 440
439 [[package]] 441 [[package]]
440 name = "libc" 442 name = "libc"
441 version = "0.2.62" 443 version = "0.2.62"
442 source = "registry+https://github.com/rust-lang/crates.io-index" 444 source = "registry+https://github.com/rust-lang/crates.io-index"
455 version = "0.5.2" 457 version = "0.5.2"
456 source = "registry+https://github.com/rust-lang/crates.io-index" 458 source = "registry+https://github.com/rust-lang/crates.io-index"
457 459
458 [[package]] 460 [[package]]
459 name = "lock_api" 461 name = "lock_api"
460 version = "0.1.5" 462 version = "0.3.1"
461 source = "registry+https://github.com/rust-lang/crates.io-index" 463 source = "registry+https://github.com/rust-lang/crates.io-index"
462 dependencies = [ 464 dependencies = [
463 "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 465 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
464 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
465 ] 466 ]
466 467
467 [[package]] 468 [[package]]
468 name = "log" 469 name = "log"
469 version = "0.4.8" 470 version = "0.4.8"
501 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 502 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
502 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 503 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
503 ] 504 ]
504 505
505 [[package]] 506 [[package]]
507 name = "mio-uds"
508 version = "0.6.7"
509 source = "registry+https://github.com/rust-lang/crates.io-index"
510 dependencies = [
511 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
512 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
513 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
514 ]
515
516 [[package]]
506 name = "miow" 517 name = "miow"
507 version = "0.2.1" 518 version = "0.2.1"
508 source = "registry+https://github.com/rust-lang/crates.io-index" 519 source = "registry+https://github.com/rust-lang/crates.io-index"
509 dependencies = [ 520 dependencies = [
510 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 521 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
518 version = "0.2.33" 529 version = "0.2.33"
519 source = "registry+https://github.com/rust-lang/crates.io-index" 530 source = "registry+https://github.com/rust-lang/crates.io-index"
520 dependencies = [ 531 dependencies = [
521 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 532 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
522 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 533 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
523 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 534 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
524 ] 535 ]
525 536
526 [[package]] 537 [[package]]
527 name = "nix" 538 name = "nix"
528 version = "0.14.1" 539 version = "0.14.1"
529 source = "registry+https://github.com/rust-lang/crates.io-index" 540 source = "registry+https://github.com/rust-lang/crates.io-index"
530 dependencies = [ 541 dependencies = [
531 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 542 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
532 "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", 543 "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
533 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 544 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
534 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 545 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
535 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 546 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
536 ] 547 ]
537 548
581 dependencies = [ 592 dependencies = [
582 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 593 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
583 ] 594 ]
584 595
585 [[package]] 596 [[package]]
586 name = "owning_ref"
587 version = "0.4.0"
588 source = "registry+https://github.com/rust-lang/crates.io-index"
589 dependencies = [
590 "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
591 ]
592
593 [[package]]
594 name = "parking_lot" 597 name = "parking_lot"
595 version = "0.7.1" 598 version = "0.9.0"
596 source = "registry+https://github.com/rust-lang/crates.io-index" 599 source = "registry+https://github.com/rust-lang/crates.io-index"
597 dependencies = [ 600 dependencies = [
598 "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 601 "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
599 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 602 "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
603 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
600 ] 604 ]
601 605
602 [[package]] 606 [[package]]
603 name = "parking_lot_core" 607 name = "parking_lot_core"
604 version = "0.4.0" 608 version = "0.6.2"
605 source = "registry+https://github.com/rust-lang/crates.io-index" 609 source = "registry+https://github.com/rust-lang/crates.io-index"
606 dependencies = [ 610 dependencies = [
611 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
612 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
607 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 613 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
608 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 614 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
609 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 615 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
610 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 616 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
611 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 617 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
618 ]
619
620 [[package]]
621 name = "pin-project"
622 version = "0.4.0-alpha.7"
623 source = "registry+https://github.com/rust-lang/crates.io-index"
624 dependencies = [
625 "pin-project-internal 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)",
626 ]
627
628 [[package]]
629 name = "pin-project-internal"
630 version = "0.4.0-alpha.7"
631 source = "registry+https://github.com/rust-lang/crates.io-index"
632 dependencies = [
633 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
634 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
635 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
636 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
612 ] 637 ]
613 638
614 [[package]] 639 [[package]]
615 name = "pin-utils" 640 name = "pin-utils"
616 version = "0.1.0-alpha.4" 641 version = "0.1.0-alpha.4"
620 name = "ppv-lite86" 645 name = "ppv-lite86"
621 version = "0.2.5" 646 version = "0.2.5"
622 source = "registry+https://github.com/rust-lang/crates.io-index" 647 source = "registry+https://github.com/rust-lang/crates.io-index"
623 648
624 [[package]] 649 [[package]]
650 name = "proc-macro-error"
651 version = "0.2.6"
652 source = "registry+https://github.com/rust-lang/crates.io-index"
653 dependencies = [
654 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
655 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
656 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
657 ]
658
659 [[package]]
625 name = "proc-macro2" 660 name = "proc-macro2"
626 version = "0.4.30" 661 version = "0.4.30"
627 source = "registry+https://github.com/rust-lang/crates.io-index" 662 source = "registry+https://github.com/rust-lang/crates.io-index"
628 dependencies = [ 663 dependencies = [
629 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 664 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
630 ] 665 ]
631 666
632 [[package]] 667 [[package]]
633 name = "proc-macro2" 668 name = "proc-macro2"
634 version = "1.0.1" 669 version = "1.0.3"
635 source = "registry+https://github.com/rust-lang/crates.io-index" 670 source = "registry+https://github.com/rust-lang/crates.io-index"
636 dependencies = [ 671 dependencies = [
637 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 672 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
638 ] 673 ]
639 674
653 [[package]] 688 [[package]]
654 name = "quote" 689 name = "quote"
655 version = "1.0.2" 690 version = "1.0.2"
656 source = "registry+https://github.com/rust-lang/crates.io-index" 691 source = "registry+https://github.com/rust-lang/crates.io-index"
657 dependencies = [ 692 dependencies = [
658 "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 693 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
659 ] 694 ]
660 695
661 [[package]] 696 [[package]]
662 name = "rand" 697 name = "rand"
663 version = "0.4.6" 698 version = "0.4.6"
665 dependencies = [ 700 dependencies = [
666 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 701 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
667 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 702 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
668 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 703 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
669 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 704 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
670 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 705 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
671 ] 706 ]
672 707
673 [[package]] 708 [[package]]
674 name = "rand" 709 name = "rand"
675 version = "0.6.5" 710 version = "0.7.2"
676 source = "registry+https://github.com/rust-lang/crates.io-index" 711 source = "registry+https://github.com/rust-lang/crates.io-index"
677 dependencies = [ 712 dependencies = [
678 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 713 "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
679 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
680 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
681 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
682 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
683 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
684 "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
685 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
686 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
687 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
688 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
689 ]
690
691 [[package]]
692 name = "rand"
693 version = "0.7.0"
694 source = "registry+https://github.com/rust-lang/crates.io-index"
695 dependencies = [
696 "getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
697 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 714 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
698 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 715 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
699 "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 716 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
700 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 717 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
701 ]
702
703 [[package]]
704 name = "rand_chacha"
705 version = "0.1.1"
706 source = "registry+https://github.com/rust-lang/crates.io-index"
707 dependencies = [
708 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
709 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
710 ] 718 ]
711 719
712 [[package]] 720 [[package]]
713 name = "rand_chacha" 721 name = "rand_chacha"
714 version = "0.2.1" 722 version = "0.2.1"
715 source = "registry+https://github.com/rust-lang/crates.io-index" 723 source = "registry+https://github.com/rust-lang/crates.io-index"
716 dependencies = [ 724 dependencies = [
717 "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 725 "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
718 "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 726 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
719 ] 727 ]
720 728
721 [[package]] 729 [[package]]
722 name = "rand_core" 730 name = "rand_core"
723 version = "0.3.1" 731 version = "0.3.1"
731 version = "0.4.2" 739 version = "0.4.2"
732 source = "registry+https://github.com/rust-lang/crates.io-index" 740 source = "registry+https://github.com/rust-lang/crates.io-index"
733 741
734 [[package]] 742 [[package]]
735 name = "rand_core" 743 name = "rand_core"
736 version = "0.5.0" 744 version = "0.5.1"
737 source = "registry+https://github.com/rust-lang/crates.io-index" 745 source = "registry+https://github.com/rust-lang/crates.io-index"
738 dependencies = [ 746 dependencies = [
739 "getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", 747 "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
740 ]
741
742 [[package]]
743 name = "rand_hc"
744 version = "0.1.0"
745 source = "registry+https://github.com/rust-lang/crates.io-index"
746 dependencies = [
747 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
748 ] 748 ]
749 749
750 [[package]] 750 [[package]]
751 name = "rand_hc" 751 name = "rand_hc"
752 version = "0.2.0" 752 version = "0.2.0"
753 source = "registry+https://github.com/rust-lang/crates.io-index" 753 source = "registry+https://github.com/rust-lang/crates.io-index"
754 dependencies = [ 754 dependencies = [
755 "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 755 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
756 ]
757
758 [[package]]
759 name = "rand_isaac"
760 version = "0.1.1"
761 source = "registry+https://github.com/rust-lang/crates.io-index"
762 dependencies = [
763 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
764 ]
765
766 [[package]]
767 name = "rand_jitter"
768 version = "0.1.4"
769 source = "registry+https://github.com/rust-lang/crates.io-index"
770 dependencies = [
771 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
772 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
773 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
774 ]
775
776 [[package]]
777 name = "rand_os"
778 version = "0.1.3"
779 source = "registry+https://github.com/rust-lang/crates.io-index"
780 dependencies = [
781 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
782 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
783 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
784 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
785 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
786 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
787 ]
788
789 [[package]]
790 name = "rand_pcg"
791 version = "0.1.2"
792 source = "registry+https://github.com/rust-lang/crates.io-index"
793 dependencies = [
794 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
795 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
796 ]
797
798 [[package]]
799 name = "rand_xorshift"
800 version = "0.1.1"
801 source = "registry+https://github.com/rust-lang/crates.io-index"
802 dependencies = [
803 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
804 ] 756 ]
805 757
806 [[package]] 758 [[package]]
807 name = "rdrand" 759 name = "rdrand"
808 version = "0.4.0" 760 version = "0.4.0"
828 "utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", 780 "utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
829 ] 781 ]
830 782
831 [[package]] 783 [[package]]
832 name = "regex" 784 name = "regex"
833 version = "1.2.1" 785 version = "1.3.1"
834 source = "registry+https://github.com/rust-lang/crates.io-index" 786 source = "registry+https://github.com/rust-lang/crates.io-index"
835 dependencies = [ 787 dependencies = [
836 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", 788 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
837 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 789 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
838 "regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", 790 "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
839 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 791 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
840 ] 792 ]
841 793
842 [[package]] 794 [[package]]
843 name = "regex-syntax" 795 name = "regex-syntax"
847 "ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 799 "ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
848 ] 800 ]
849 801
850 [[package]] 802 [[package]]
851 name = "regex-syntax" 803 name = "regex-syntax"
852 version = "0.6.11" 804 version = "0.6.12"
853 source = "registry+https://github.com/rust-lang/crates.io-index" 805 source = "registry+https://github.com/rust-lang/crates.io-index"
854 806
855 [[package]] 807 [[package]]
856 name = "remove_dir_all" 808 name = "remove_dir_all"
857 version = "0.5.2" 809 version = "0.5.2"
858 source = "registry+https://github.com/rust-lang/crates.io-index" 810 source = "registry+https://github.com/rust-lang/crates.io-index"
859 dependencies = [ 811 dependencies = [
860 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 812 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
861 ] 813 ]
862 814
863 [[package]] 815 [[package]]
864 name = "riker" 816 name = "riker"
865 version = "0.3.2" 817 version = "0.3.2"
866 source = "registry+https://github.com/rust-lang/crates.io-index" 818 source = "registry+https://github.com/rust-lang/crates.io-index"
867 dependencies = [ 819 dependencies = [
868 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 820 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
869 "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", 821 "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
870 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", 822 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
871 "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", 823 "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
872 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 824 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
873 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", 825 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
874 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 826 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
905 version = "1.0.0" 857 version = "1.0.0"
906 source = "registry+https://github.com/rust-lang/crates.io-index" 858 source = "registry+https://github.com/rust-lang/crates.io-index"
907 859
908 [[package]] 860 [[package]]
909 name = "scopeguard" 861 name = "scopeguard"
910 version = "0.3.3"
911 source = "registry+https://github.com/rust-lang/crates.io-index"
912
913 [[package]]
914 name = "scopeguard"
915 version = "1.0.0" 862 version = "1.0.0"
916 source = "registry+https://github.com/rust-lang/crates.io-index" 863 source = "registry+https://github.com/rust-lang/crates.io-index"
917 864
918 [[package]] 865 [[package]]
919 name = "semver" 866 name = "semver"
933 version = "0.8.23" 880 version = "0.8.23"
934 source = "registry+https://github.com/rust-lang/crates.io-index" 881 source = "registry+https://github.com/rust-lang/crates.io-index"
935 882
936 [[package]] 883 [[package]]
937 name = "serde" 884 name = "serde"
938 version = "0.9.15" 885 version = "1.0.101"
939 source = "registry+https://github.com/rust-lang/crates.io-index" 886 source = "registry+https://github.com/rust-lang/crates.io-index"
940 887 dependencies = [
941 [[package]] 888 "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
942 name = "serde"
943 version = "1.0.99"
944 source = "registry+https://github.com/rust-lang/crates.io-index"
945 dependencies = [
946 "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
947 ] 889 ]
948 890
949 [[package]] 891 [[package]]
950 name = "serde-hjson" 892 name = "serde-hjson"
951 version = "0.8.2" 893 version = "0.8.2"
952 source = "registry+https://github.com/rust-lang/crates.io-index" 894 source = "registry+https://github.com/rust-lang/crates.io-index"
953 dependencies = [ 895 dependencies = [
954 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 896 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
955 "linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 897 "linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
956 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", 898 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
957 "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 899 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
958 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", 900 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
959 ] 901 ]
960 902
961 [[package]] 903 [[package]]
962 name = "serde_derive" 904 name = "serde_derive"
963 version = "1.0.99" 905 version = "1.0.101"
964 source = "registry+https://github.com/rust-lang/crates.io-index" 906 source = "registry+https://github.com/rust-lang/crates.io-index"
965 dependencies = [ 907 dependencies = [
966 "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 908 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
967 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 909 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
968 "syn 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", 910 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
969 ]
970
971 [[package]]
972 name = "serde_json"
973 version = "0.9.10"
974 source = "registry+https://github.com/rust-lang/crates.io-index"
975 dependencies = [
976 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
977 "itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
978 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
979 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
980 ] 911 ]
981 912
982 [[package]] 913 [[package]]
983 name = "serde_json" 914 name = "serde_json"
984 version = "1.0.40" 915 version = "1.0.40"
985 source = "registry+https://github.com/rust-lang/crates.io-index" 916 source = "registry+https://github.com/rust-lang/crates.io-index"
986 dependencies = [ 917 dependencies = [
987 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 918 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
988 "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 919 "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
989 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", 920 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
990 ] 921 ]
991 922
992 [[package]] 923 [[package]]
993 name = "serde_test" 924 name = "serde_test"
994 version = "0.8.23" 925 version = "0.8.23"
1006 name = "smallvec" 937 name = "smallvec"
1007 version = "0.6.10" 938 version = "0.6.10"
1008 source = "registry+https://github.com/rust-lang/crates.io-index" 939 source = "registry+https://github.com/rust-lang/crates.io-index"
1009 940
1010 [[package]] 941 [[package]]
1011 name = "stable_deref_trait" 942 name = "spin"
1012 version = "1.1.1" 943 version = "0.5.2"
1013 source = "registry+https://github.com/rust-lang/crates.io-index" 944 source = "registry+https://github.com/rust-lang/crates.io-index"
1014 945
1015 [[package]] 946 [[package]]
1016 name = "string" 947 name = "string"
1017 version = "0.2.1" 948 version = "0.2.1"
1020 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 951 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1021 ] 952 ]
1022 953
1023 [[package]] 954 [[package]]
1024 name = "strsim" 955 name = "strsim"
1025 version = "0.9.2" 956 version = "0.8.0"
1026 source = "registry+https://github.com/rust-lang/crates.io-index" 957 source = "registry+https://github.com/rust-lang/crates.io-index"
958
959 [[package]]
960 name = "structopt"
961 version = "0.3.2"
962 source = "registry+https://github.com/rust-lang/crates.io-index"
963 dependencies = [
964 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
965 "structopt-derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
966 ]
967
968 [[package]]
969 name = "structopt-derive"
970 version = "0.3.2"
971 source = "registry+https://github.com/rust-lang/crates.io-index"
972 dependencies = [
973 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
974 "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
975 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
976 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
977 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
978 ]
1027 979
1028 [[package]] 980 [[package]]
1029 name = "syn" 981 name = "syn"
1030 version = "0.15.44" 982 version = "0.15.44"
1031 source = "registry+https://github.com/rust-lang/crates.io-index" 983 source = "registry+https://github.com/rust-lang/crates.io-index"
1035 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 987 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1036 ] 988 ]
1037 989
1038 [[package]] 990 [[package]]
1039 name = "syn" 991 name = "syn"
1040 version = "1.0.4" 992 version = "1.0.5"
1041 source = "registry+https://github.com/rust-lang/crates.io-index" 993 source = "registry+https://github.com/rust-lang/crates.io-index"
1042 dependencies = [ 994 dependencies = [
1043 "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 995 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1044 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 996 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1045 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 997 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1046 ] 998 ]
1047 999
1048 [[package]] 1000 [[package]]
1069 dependencies = [ 1021 dependencies = [
1070 "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1022 "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1071 ] 1023 ]
1072 1024
1073 [[package]] 1025 [[package]]
1026 name = "textwrap"
1027 version = "0.11.0"
1028 source = "registry+https://github.com/rust-lang/crates.io-index"
1029 dependencies = [
1030 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1031 ]
1032
1033 [[package]]
1074 name = "thread_local" 1034 name = "thread_local"
1075 version = "0.3.6" 1035 version = "0.3.6"
1076 source = "registry+https://github.com/rust-lang/crates.io-index" 1036 source = "registry+https://github.com/rust-lang/crates.io-index"
1077 dependencies = [ 1037 dependencies = [
1078 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1038 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1079 ] 1039 ]
1080 1040
1081 [[package]] 1041 [[package]]
1082 name = "time" 1042 name = "time"
1083 version = "0.1.42" 1043 version = "0.1.42"
1084 source = "registry+https://github.com/rust-lang/crates.io-index" 1044 source = "registry+https://github.com/rust-lang/crates.io-index"
1085 dependencies = [ 1045 dependencies = [
1086 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 1046 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
1087 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 1047 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
1088 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 1048 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1089 ] 1049 ]
1090 1050
1091 [[package]] 1051 [[package]]
1092 name = "tokio" 1052 name = "tokio"
1093 version = "0.1.22" 1053 version = "0.2.0-alpha.4"
1054 source = "registry+https://github.com/rust-lang/crates.io-index"
1055 dependencies = [
1056 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1057 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1058 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1059 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
1060 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1061 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1062 "tokio-macros 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1063 "tokio-net 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1064 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1065 "tokio-timer 0.3.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1066 "tracing-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1067 ]
1068
1069 [[package]]
1070 name = "tokio-codec"
1071 version = "0.2.0-alpha.4"
1094 source = "registry+https://github.com/rust-lang/crates.io-index" 1072 source = "registry+https://github.com/rust-lang/crates.io-index"
1095 dependencies = [ 1073 dependencies = [
1096 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 1074 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1097 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", 1075 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1098 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 1076 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1099 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 1077 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1100 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1078 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1101 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1102 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1103 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1104 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1105 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1106 ]
1107
1108 [[package]]
1109 name = "tokio-buf"
1110 version = "0.1.1"
1111 source = "registry+https://github.com/rust-lang/crates.io-index"
1112 dependencies = [
1113 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1114 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
1115 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1116 ]
1117
1118 [[package]]
1119 name = "tokio-current-thread"
1120 version = "0.1.6"
1121 source = "registry+https://github.com/rust-lang/crates.io-index"
1122 dependencies = [
1123 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1124 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1125 ] 1079 ]
1126 1080
1127 [[package]] 1081 [[package]]
1128 name = "tokio-executor" 1082 name = "tokio-executor"
1129 version = "0.1.8" 1083 version = "0.2.0-alpha.4"
1130 source = "registry+https://github.com/rust-lang/crates.io-index" 1084 source = "registry+https://github.com/rust-lang/crates.io-index"
1131 dependencies = [ 1085 dependencies = [
1132 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 1086 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
1133 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1134 ]
1135
1136 [[package]]
1137 name = "tokio-io"
1138 version = "0.1.12"
1139 source = "registry+https://github.com/rust-lang/crates.io-index"
1140 dependencies = [
1141 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1142 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1143 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1144 ]
1145
1146 [[package]]
1147 name = "tokio-reactor"
1148 version = "0.1.9"
1149 source = "registry+https://github.com/rust-lang/crates.io-index"
1150 dependencies = [
1151 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
1152 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1153 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1154 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1155 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1156 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
1157 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1158 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1159 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1160 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1161 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1162 ]
1163
1164 [[package]]
1165 name = "tokio-sync"
1166 version = "0.1.6"
1167 source = "registry+https://github.com/rust-lang/crates.io-index"
1168 dependencies = [
1169 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1170 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1171 ]
1172
1173 [[package]]
1174 name = "tokio-tcp"
1175 version = "0.1.3"
1176 source = "registry+https://github.com/rust-lang/crates.io-index"
1177 dependencies = [
1178 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1179 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1180 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1181 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1182 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1183 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1184 ]
1185
1186 [[package]]
1187 name = "tokio-threadpool"
1188 version = "0.1.15"
1189 source = "registry+https://github.com/rust-lang/crates.io-index"
1190 dependencies = [
1191 "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1087 "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1192 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 1088 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1193 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 1089 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
1194 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", 1090 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1091 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1092 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1093 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
1094 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1095 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1096 "tracing 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1097 ]
1098
1099 [[package]]
1100 name = "tokio-io"
1101 version = "0.2.0-alpha.4"
1102 source = "registry+https://github.com/rust-lang/crates.io-index"
1103 dependencies = [
1104 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1105 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1195 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1106 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1107 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1108 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1109 ]
1110
1111 [[package]]
1112 name = "tokio-macros"
1113 version = "0.2.0-alpha.4"
1114 source = "registry+https://github.com/rust-lang/crates.io-index"
1115 dependencies = [
1116 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1117 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1118 ]
1119
1120 [[package]]
1121 name = "tokio-net"
1122 version = "0.2.0-alpha.4"
1123 source = "registry+https://github.com/rust-lang/crates.io-index"
1124 dependencies = [
1125 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1126 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
1127 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1128 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1129 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1130 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1131 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1132 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
1133 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
1134 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
1196 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 1135 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
1197 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 1136 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
1198 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1137 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1199 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1138 "tokio-codec 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1139 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1140 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1141 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1142 "tracing 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1143 ]
1144
1145 [[package]]
1146 name = "tokio-sync"
1147 version = "0.2.0-alpha.4"
1148 source = "registry+https://github.com/rust-lang/crates.io-index"
1149 dependencies = [
1150 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1151 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1152 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1153 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1200 ] 1154 ]
1201 1155
1202 [[package]] 1156 [[package]]
1203 name = "tokio-timer" 1157 name = "tokio-timer"
1204 version = "0.2.11" 1158 version = "0.3.0-alpha.4"
1205 source = "registry+https://github.com/rust-lang/crates.io-index" 1159 source = "registry+https://github.com/rust-lang/crates.io-index"
1206 dependencies = [ 1160 dependencies = [
1207 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 1161 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
1208 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", 1162 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1163 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1209 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1164 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1210 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1165 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1166 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1211 ] 1167 ]
1212 1168
1213 [[package]] 1169 [[package]]
1214 name = "toml" 1170 name = "toml"
1215 version = "0.4.10" 1171 version = "0.4.10"
1216 source = "registry+https://github.com/rust-lang/crates.io-index" 1172 source = "registry+https://github.com/rust-lang/crates.io-index"
1217 dependencies = [ 1173 dependencies = [
1218 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", 1174 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
1219 ] 1175 ]
1220 1176
1221 [[package]] 1177 [[package]]
1222 name = "toml" 1178 name = "tower-make"
1223 version = "0.5.3" 1179 version = "0.1.0-alpha.2"
1224 source = "registry+https://github.com/rust-lang/crates.io-index" 1180 source = "registry+https://github.com/rust-lang/crates.io-index"
1225 dependencies = [ 1181 dependencies = [
1226 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", 1182 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1183 "tower-service 0.3.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)",
1184 ]
1185
1186 [[package]]
1187 name = "tower-service"
1188 version = "0.3.0-alpha.1"
1189 source = "registry+https://github.com/rust-lang/crates.io-index"
1190
1191 [[package]]
1192 name = "tracing"
1193 version = "0.1.9"
1194 source = "registry+https://github.com/rust-lang/crates.io-index"
1195 dependencies = [
1196 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1197 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1198 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
1199 "tracing-attributes 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1200 "tracing-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1201 ]
1202
1203 [[package]]
1204 name = "tracing-attributes"
1205 version = "0.1.3"
1206 source = "registry+https://github.com/rust-lang/crates.io-index"
1207 dependencies = [
1208 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1209 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1210 ]
1211
1212 [[package]]
1213 name = "tracing-core"
1214 version = "0.1.6"
1215 source = "registry+https://github.com/rust-lang/crates.io-index"
1216 dependencies = [
1217 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1218 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
1227 ] 1219 ]
1228 1220
1229 [[package]] 1221 [[package]]
1230 name = "try-lock" 1222 name = "try-lock"
1231 version = "0.2.2" 1223 version = "0.2.2"
1235 name = "ucd-util" 1227 name = "ucd-util"
1236 version = "0.1.5" 1228 version = "0.1.5"
1237 source = "registry+https://github.com/rust-lang/crates.io-index" 1229 source = "registry+https://github.com/rust-lang/crates.io-index"
1238 1230
1239 [[package]] 1231 [[package]]
1232 name = "unicode-segmentation"
1233 version = "1.3.0"
1234 source = "registry+https://github.com/rust-lang/crates.io-index"
1235
1236 [[package]]
1237 name = "unicode-width"
1238 version = "0.1.6"
1239 source = "registry+https://github.com/rust-lang/crates.io-index"
1240
1241 [[package]]
1240 name = "unicode-xid" 1242 name = "unicode-xid"
1241 version = "0.1.0" 1243 version = "0.1.0"
1242 source = "registry+https://github.com/rust-lang/crates.io-index" 1244 source = "registry+https://github.com/rust-lang/crates.io-index"
1243 1245
1244 [[package]] 1246 [[package]]
1259 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1261 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1260 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1262 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1261 ] 1263 ]
1262 1264
1263 [[package]] 1265 [[package]]
1266 name = "vec_map"
1267 version = "0.8.1"
1268 source = "registry+https://github.com/rust-lang/crates.io-index"
1269
1270 [[package]]
1264 name = "version_check" 1271 name = "version_check"
1265 version = "0.1.5" 1272 version = "0.1.5"
1266 source = "registry+https://github.com/rust-lang/crates.io-index" 1273 source = "registry+https://github.com/rust-lang/crates.io-index"
1267 1274
1268 [[package]] 1275 [[package]]
1270 version = "1.0.2" 1277 version = "1.0.2"
1271 source = "registry+https://github.com/rust-lang/crates.io-index" 1278 source = "registry+https://github.com/rust-lang/crates.io-index"
1272 1279
1273 [[package]] 1280 [[package]]
1274 name = "want" 1281 name = "want"
1275 version = "0.2.0" 1282 version = "0.3.0"
1276 source = "registry+https://github.com/rust-lang/crates.io-index" 1283 source = "registry+https://github.com/rust-lang/crates.io-index"
1277 dependencies = [ 1284 dependencies = [
1278 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1279 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1285 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1280 "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 1286 "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1281 ] 1287 ]
1282 1288
1283 [[package]] 1289 [[package]]
1284 name = "wasi" 1290 name = "wasi"
1285 version = "0.5.0" 1291 version = "0.7.0"
1286 source = "registry+https://github.com/rust-lang/crates.io-index" 1292 source = "registry+https://github.com/rust-lang/crates.io-index"
1287 1293
1288 [[package]] 1294 [[package]]
1289 name = "winapi" 1295 name = "winapi"
1290 version = "0.2.8" 1296 version = "0.2.8"
1291 source = "registry+https://github.com/rust-lang/crates.io-index" 1297 source = "registry+https://github.com/rust-lang/crates.io-index"
1292 1298
1293 [[package]] 1299 [[package]]
1294 name = "winapi" 1300 name = "winapi"
1295 version = "0.3.7" 1301 version = "0.3.8"
1296 source = "registry+https://github.com/rust-lang/crates.io-index" 1302 source = "registry+https://github.com/rust-lang/crates.io-index"
1297 dependencies = [ 1303 dependencies = [
1298 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1304 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1299 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1305 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1300 ] 1306 ]
1312 [[package]] 1318 [[package]]
1313 name = "winapi-util" 1319 name = "winapi-util"
1314 version = "0.1.2" 1320 version = "0.1.2"
1315 source = "registry+https://github.com/rust-lang/crates.io-index" 1321 source = "registry+https://github.com/rust-lang/crates.io-index"
1316 dependencies = [ 1322 dependencies = [
1317 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 1323 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1318 ] 1324 ]
1319 1325
1320 [[package]] 1326 [[package]]
1321 name = "winapi-x86_64-pc-windows-gnu" 1327 name = "winapi-x86_64-pc-windows-gnu"
1322 version = "0.4.0" 1328 version = "0.4.0"
1325 [[package]] 1331 [[package]]
1326 name = "wincolor" 1332 name = "wincolor"
1327 version = "1.0.2" 1333 version = "1.0.2"
1328 source = "registry+https://github.com/rust-lang/crates.io-index" 1334 source = "registry+https://github.com/rust-lang/crates.io-index"
1329 dependencies = [ 1335 dependencies = [
1330 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 1336 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1331 "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 1337 "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1332 ] 1338 ]
1333 1339
1334 [[package]] 1340 [[package]]
1335 name = "wort-templog" 1341 name = "wort-templog"
1336 version = "0.1.0" 1342 version = "0.1.0"
1337 dependencies = [ 1343 dependencies = [
1338 "atomicwrites 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 1344 "atomicwrites 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
1339 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1345 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1340 "docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1346 "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
1347 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
1341 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 1348 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1342 "hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)", 1349 "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1343 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1350 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
1351 "hyper 0.13.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)",
1352 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1344 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 1353 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
1345 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1354 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1346 "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1355 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1347 "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1356 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
1348 "riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 1357 "riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
1349 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", 1358 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
1350 "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", 1359 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
1351 "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", 1360 "structopt 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
1352 "sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", 1361 "sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
1353 "toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
1354 ] 1362 ]
1355 1363
1356 [[package]] 1364 [[package]]
1357 name = "ws2_32-sys" 1365 name = "ws2_32-sys"
1358 version = "0.2.1" 1366 version = "0.2.1"
1371 ] 1379 ]
1372 1380
1373 [metadata] 1381 [metadata]
1374 "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" 1382 "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
1375 "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" 1383 "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
1384 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
1376 "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba" 1385 "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
1377 "checksum atomicwrites 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c4e1aa99513c90202b4b04cfbe3c9d51dd914f2e26215a4caa76574b00bb6393" 1386 "checksum atomicwrites 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "dbdce238c9ddb6246af284b057dfcda5b5806fec553a0df10aca6bda939be3bc"
1378 "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" 1387 "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
1379 "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" 1388 "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875"
1380 "checksum base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "979d348dc50dfcd050a87df408ec61f01a0a27ee9b4ebdc6085baba8275b2c7f" 1389 "checksum base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "979d348dc50dfcd050a87df408ec61f01a0a27ee9b4ebdc6085baba8275b2c7f"
1381 "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" 1390 "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
1382 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" 1391 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
1383 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" 1392 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1384 "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" 1393 "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
1385 "checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7" 1394 "checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
1386 "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" 1395 "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
1387 "checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe" 1396 "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68"
1397 "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
1388 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 1398 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
1389 "checksum config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6" 1399 "checksum config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6"
1400 "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
1390 "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" 1401 "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
1391 "checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" 1402 "checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
1392 "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" 1403 "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
1393 "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" 1404 "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
1394 "checksum docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f525a586d310c87df72ebcd98009e57f1cc030c8c268305287a476beb653969"
1395 "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
1396 "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
1397 "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" 1405 "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
1398 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" 1406 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
1399 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 1407 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1400 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 1408 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
1401 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 1409 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
1402 "checksum futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869"
1403 "checksum futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "f477fd0292c4a4ae77044454e7f2b413207942ad405f759bb0b4698b7ace5b12" 1410 "checksum futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "f477fd0292c4a4ae77044454e7f2b413207942ad405f759bb0b4698b7ace5b12"
1404 "checksum futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2f26f774b81b3847dcda0c81bd4b6313acfb4f69e5a0390c7cb12c058953e9" 1411 "checksum futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2f26f774b81b3847dcda0c81bd4b6313acfb4f69e5a0390c7cb12c058953e9"
1405 "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
1406 "checksum futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "80705612926df8a1bc05f0057e77460e29318801f988bf7d803a734cf54e7528" 1412 "checksum futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "80705612926df8a1bc05f0057e77460e29318801f988bf7d803a734cf54e7528"
1407 "checksum futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "ee7de0c1c9ed23f9457b0437fec7663ce64d9cc3c906597e714e529377b5ddd1" 1413 "checksum futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "ee7de0c1c9ed23f9457b0437fec7663ce64d9cc3c906597e714e529377b5ddd1"
1408 "checksum futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "efa8f90c4fb2328e381f8adfd4255b4a2b696f77d1c63a3dee6700b564c4e4b5" 1414 "checksum futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "efa8f90c4fb2328e381f8adfd4255b4a2b696f77d1c63a3dee6700b564c4e4b5"
1409 "checksum futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e9b65a2481863d1b78e094a07e9c0eed458cc7dc6e72b22b7138b8a67d924859" 1415 "checksum futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e9b65a2481863d1b78e094a07e9c0eed458cc7dc6e72b22b7138b8a67d924859"
1410 "checksum futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "7df53daff1e98cc024bf2720f3ceb0414d96fbb0a94f3cad3a5c3bf3be1d261c" 1416 "checksum futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "7df53daff1e98cc024bf2720f3ceb0414d96fbb0a94f3cad3a5c3bf3be1d261c"
1411 "checksum getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "fc344b02d3868feb131e8b5fe2b9b0a1cc42942679af493061fc13b853243872" 1417 "checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571"
1412 "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" 1418 "checksum h2 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6000ed6220e54986be8e0a647fddaee205559e5cbea0ac36205b005414b92fdb"
1419 "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
1413 "checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4" 1420 "checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4"
1414 "checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" 1421 "checksum http-body 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1bc8dfa1f6155eadd665d39458a6c1a2c37bbd372a053383a4245775a0d9d98a"
1415 "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" 1422 "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
1416 "checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" 1423 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
1417 "checksum hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)" = "7cb44cbce9d8ee4fb36e4c0ad7b794ac44ebaad924b9c8291a63215bb44c2c8f" 1424 "checksum hyper 0.13.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b29d2384e8be7c31ae4a829d1aea12d3edd55d35b50bc462d57cf9e5cf0c40ad"
1418 "checksum indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4d6d89e0948bf10c08b9ecc8ac5b83f07f857ebe2c0cbe38de15b4e4f510356" 1425 "checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3"
1419 "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" 1426 "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
1420 "checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
1421 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" 1427 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1422 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 1428 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1423 "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" 1429 "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
1424 "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" 1430 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1425 "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" 1431 "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
1426 "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" 1432 "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd"
1427 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" 1433 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
1428 "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" 1434 "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc"
1429 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" 1435 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1430 "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" 1436 "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
1431 "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" 1437 "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
1432 "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" 1438 "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
1439 "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
1433 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" 1440 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
1434 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" 1441 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
1435 "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" 1442 "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
1436 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" 1443 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
1437 "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" 1444 "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
1438 "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" 1445 "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
1439 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" 1446 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
1440 "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" 1447 "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
1441 "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" 1448 "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
1442 "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" 1449 "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
1443 "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" 1450 "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
1444 "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" 1451 "checksum pin-project 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)" = "23958463f707b6c0ee047deb774954c1593d685c86670438f68bd0813b78b136"
1452 "checksum pin-project-internal 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c6a2609686498260f9260bbc627fc6131b23e150273ac4367a3c888a0daffb46"
1445 "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" 1453 "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
1446 "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" 1454 "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
1455 "checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097"
1447 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 1456 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
1448 "checksum proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c5c2380ae88876faae57698be9e9775e3544decad214599c3a6266cca6ac802" 1457 "checksum proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8"
1449 "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" 1458 "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
1450 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 1459 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
1451 "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" 1460 "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
1452 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 1461 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1453 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 1462 "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
1454 "checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
1455 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
1456 "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" 1463 "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
1457 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 1464 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1458 "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 1465 "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1459 "checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca" 1466 "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1460 "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
1461 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 1467 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1462 "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
1463 "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
1464 "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
1465 "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
1466 "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1467 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 1468 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1468 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" 1469 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
1469 "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" 1470 "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
1470 "checksum regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88c3d9193984285d544df4a30c23a4e62ead42edf70a4452ceb76dac1ce05c26" 1471 "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
1471 "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" 1472 "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
1472 "checksum regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b143cceb2ca5e56d5671988ef8b15615733e7ee16cd348e064333b251b89343f" 1473 "checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
1473 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" 1474 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
1474 "checksum riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "28db5ac9d5e68e3fc4d71a7a1da905f6051d1dd1d44e0c0db6867f5b6af8c68b" 1475 "checksum riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "28db5ac9d5e68e3fc4d71a7a1da905f6051d1dd1d44e0c0db6867f5b6af8c68b"
1475 "checksum riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f06e98f4eb1a65f85e01c38a42f2b6823968f8257e35ff5bb4ae1dc996f4fd09" 1476 "checksum riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f06e98f4eb1a65f85e01c38a42f2b6823968f8257e35ff5bb4ae1dc996f4fd09"
1476 "checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2" 1477 "checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2"
1477 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 1478 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1478 "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" 1479 "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
1479 "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
1480 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" 1480 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
1481 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1481 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1482 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 1482 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1483 "checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" 1483 "checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8"
1484 "checksum serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af" 1484 "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd"
1485 "checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
1486 "checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" 1485 "checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153"
1487 "checksum serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425" 1486 "checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e"
1488 "checksum serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1"
1489 "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" 1487 "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
1490 "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" 1488 "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5"
1491 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 1489 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1492 "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" 1490 "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
1493 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" 1491 "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1494 "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" 1492 "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
1495 "checksum strsim 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "032c03039aae92b350aad2e3779c352e104d919cb192ba2fabbd7b831ce4f0f6" 1493 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1494 "checksum structopt 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe8d3289b63ef2f196d89e7701f986583c0895e764b78f052a55b9b5d34d84a"
1495 "checksum structopt-derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f3add731f5b4fb85931d362a3c92deb1ad7113649a8d51701fb257673705f122"
1496 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 1496 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
1497 "checksum syn 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c65d951ab12d976b61a41cf9ed4531fc19735c6e6d84a4bb1453711e762ec731" 1497 "checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
1498 "checksum sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24961a55846623d8e4f6cec38718945116fed8d6970336a7110710a07aa9b5d1" 1498 "checksum sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24961a55846623d8e4f6cec38718945116fed8d6970336a7110710a07aa9b5d1"
1499 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" 1499 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
1500 "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" 1500 "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
1501 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1501 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" 1502 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
1502 "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" 1503 "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
1503 "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" 1504 "checksum tokio 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "be69f7efc3a6e335fbd598f486036f9ef9145b854456d2b2503ac91f0bc95258"
1504 "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" 1505 "checksum tokio-codec 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ccd972ca855244b2e71ccba44a56b5cdcebe21c4b977ef5a2f23e898a31b97"
1505 "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" 1506 "checksum tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "345c88d08e60054624ac16be7feef0596a9151b63e20de75ee771effe67c3639"
1506 "checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac" 1507 "checksum tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9031c46146fb6bfb5be43d3e33b23d119ba175ec85c44850fbf9beff83aa125d"
1507 "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" 1508 "checksum tokio-macros 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9074903dba9ac096b1f4eb49611d306ad44fecd4227ec95c40de914c3ff505"
1508 "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" 1509 "checksum tokio-net 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2a11912ff0a3f594c4cfe6b0a94b8d0fc395cd38db2c1feebcec1bdbec027597"
1509 "checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7" 1510 "checksum tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3c63865749332d5ce8e21ebeb5992a2b65636b2fa4d6e5f9322bbbbb3a811225"
1510 "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" 1511 "checksum tokio-timer 0.3.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "799925fa2682e7b23510f081c3cc99f30be640d5be617f837dc730e20f916f0e"
1511 "checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19"
1512 "checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
1513 "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" 1512 "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
1514 "checksum toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724" 1513 "checksum tower-make 0.1.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fa885d02419e2ae670016951e6456137f7e9f3cf4b2d210dfe8c7974ff9010c3"
1514 "checksum tower-service 0.3.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bb202f83c619c74a3f9b5d6d508e9b703be59e86ab49a89adc7eafb1e822b83"
1515 "checksum tracing 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c21ff9457accc293386c20e8f754d0b059e67e325edf2284f04230d125d7e5ff"
1516 "checksum tracing-attributes 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5e27d1065a1de5d8ad2637e41fe14d3cd14363d4a20cb99090b9012004955637"
1517 "checksum tracing-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "528c8ebaaa16cdac34795180b046c031775b0d56402704d98c096788f33d646a"
1515 "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" 1518 "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
1516 "checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874" 1519 "checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874"
1520 "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
1521 "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
1517 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 1522 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
1518 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" 1523 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
1519 "checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" 1524 "checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba"
1520 "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" 1525 "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
1526 "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
1521 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" 1527 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
1522 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" 1528 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1523 "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" 1529 "checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1524 "checksum wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd5442abcac6525a045cc8c795aedb60da7a2e5e89c7bf18a0d5357849bb23c7" 1530 "checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
1525 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1531 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1526 "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" 1532 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
1527 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1533 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1528 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1534 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1529 "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" 1535 "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
1530 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1536 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1531 "checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9" 1537 "checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"