Mercurial > templog
comparison rust/Cargo.lock @ 588:038734052b20 rust
fiddling with futures-rs instead
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 16 Dec 2016 01:10:57 +0800 |
parents | 646f03870762 |
children | dccd8504aa38 |
comparison
equal
deleted
inserted
replaced
587:646f03870762 | 588:038734052b20 |
---|---|
1 [root] | 1 [root] |
2 name = "wort-templog" | 2 name = "wort-templog" |
3 version = "0.1.0" | 3 version = "0.1.0" |
4 dependencies = [ | 4 dependencies = [ |
5 "RobotS 0.3.0", | 5 "futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
6 ] | 6 "tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
7 | 7 "tokio-tls 0.1.0 (git+https://github.com/tokio-rs/tokio-tls)", |
8 [[package]] | 8 ] |
9 name = "RobotS" | 9 |
10 version = "0.3.0" | 10 [[package]] |
11 dependencies = [ | 11 name = "advapi32-sys" |
12 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 12 version = "0.2.0" |
13 source = "registry+https://github.com/rust-lang/crates.io-index" | |
14 dependencies = [ | |
15 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
16 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
17 ] | |
18 | |
19 [[package]] | |
20 name = "bitflags" | |
21 version = "0.4.0" | |
22 source = "registry+https://github.com/rust-lang/crates.io-index" | |
23 | |
24 [[package]] | |
25 name = "bitflags" | |
26 version = "0.7.0" | |
27 source = "registry+https://github.com/rust-lang/crates.io-index" | |
28 | |
29 [[package]] | |
30 name = "cfg-if" | |
31 version = "0.1.0" | |
32 source = "registry+https://github.com/rust-lang/crates.io-index" | |
33 | |
34 [[package]] | |
35 name = "core-foundation" | |
36 version = "0.2.2" | |
37 source = "registry+https://github.com/rust-lang/crates.io-index" | |
38 dependencies = [ | |
39 "core-foundation-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
40 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
41 ] | |
42 | |
43 [[package]] | |
44 name = "core-foundation-sys" | |
45 version = "0.2.2" | |
46 source = "registry+https://github.com/rust-lang/crates.io-index" | |
47 dependencies = [ | |
48 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
49 ] | |
50 | |
51 [[package]] | |
52 name = "crypt32-sys" | |
53 version = "0.2.0" | |
54 source = "registry+https://github.com/rust-lang/crates.io-index" | |
55 dependencies = [ | |
56 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
57 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
58 ] | |
59 | |
60 [[package]] | |
61 name = "futures" | |
62 version = "0.1.6" | |
63 source = "registry+https://github.com/rust-lang/crates.io-index" | |
64 dependencies = [ | |
13 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 65 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
14 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | 66 ] |
15 ] | 67 |
16 | 68 [[package]] |
17 [[package]] | 69 name = "gdi32-sys" |
18 name = "aho-corasick" | 70 version = "0.2.0" |
19 version = "0.5.3" | 71 source = "registry+https://github.com/rust-lang/crates.io-index" |
20 source = "registry+https://github.com/rust-lang/crates.io-index" | 72 dependencies = [ |
21 dependencies = [ | 73 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
22 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 74 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
23 ] | |
24 | |
25 [[package]] | |
26 name = "env_logger" | |
27 version = "0.3.5" | |
28 source = "registry+https://github.com/rust-lang/crates.io-index" | |
29 dependencies = [ | |
30 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
31 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", | |
32 ] | 75 ] |
33 | 76 |
34 [[package]] | 77 [[package]] |
35 name = "kernel32-sys" | 78 name = "kernel32-sys" |
36 version = "0.2.2" | 79 version = "0.2.2" |
39 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 82 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
40 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 83 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
41 ] | 84 ] |
42 | 85 |
43 [[package]] | 86 [[package]] |
87 name = "lazy_static" | |
88 version = "0.2.2" | |
89 source = "registry+https://github.com/rust-lang/crates.io-index" | |
90 | |
91 [[package]] | |
92 name = "lazycell" | |
93 version = "0.4.0" | |
94 source = "registry+https://github.com/rust-lang/crates.io-index" | |
95 | |
96 [[package]] | |
44 name = "libc" | 97 name = "libc" |
45 version = "0.2.18" | 98 version = "0.2.18" |
46 source = "registry+https://github.com/rust-lang/crates.io-index" | 99 source = "registry+https://github.com/rust-lang/crates.io-index" |
47 | 100 |
48 [[package]] | 101 [[package]] |
102 name = "libressl-pnacl-sys" | |
103 version = "2.1.6" | |
104 source = "registry+https://github.com/rust-lang/crates.io-index" | |
105 dependencies = [ | |
106 "pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
107 ] | |
108 | |
109 [[package]] | |
49 name = "log" | 110 name = "log" |
50 version = "0.3.6" | 111 version = "0.3.6" |
51 source = "registry+https://github.com/rust-lang/crates.io-index" | 112 source = "registry+https://github.com/rust-lang/crates.io-index" |
52 | 113 |
53 [[package]] | 114 [[package]] |
54 name = "memchr" | 115 name = "mio" |
55 version = "0.1.11" | 116 version = "0.6.1" |
56 source = "registry+https://github.com/rust-lang/crates.io-index" | 117 source = "registry+https://github.com/rust-lang/crates.io-index" |
57 dependencies = [ | 118 dependencies = [ |
58 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | 119 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
120 "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
121 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
122 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
123 "miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
124 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
125 "nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
126 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
127 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
128 ] | |
129 | |
130 [[package]] | |
131 name = "miow" | |
132 version = "0.1.3" | |
133 source = "registry+https://github.com/rust-lang/crates.io-index" | |
134 dependencies = [ | |
135 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
136 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
137 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
138 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
139 ] | |
140 | |
141 [[package]] | |
142 name = "net2" | |
143 version = "0.2.26" | |
144 source = "registry+https://github.com/rust-lang/crates.io-index" | |
145 dependencies = [ | |
146 "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
147 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
148 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
149 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
150 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
151 ] | |
152 | |
153 [[package]] | |
154 name = "nix" | |
155 version = "0.7.0" | |
156 source = "registry+https://github.com/rust-lang/crates.io-index" | |
157 dependencies = [ | |
158 "bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
159 "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
160 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
161 "rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
162 "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", | |
163 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
164 ] | |
165 | |
166 [[package]] | |
167 name = "openssl" | |
168 version = "0.8.3" | |
169 source = "registry+https://github.com/rust-lang/crates.io-index" | |
170 dependencies = [ | |
171 "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
172 "lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
173 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
174 "openssl-sys 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
175 ] | |
176 | |
177 [[package]] | |
178 name = "openssl-sys" | |
179 version = "0.7.17" | |
180 source = "registry+https://github.com/rust-lang/crates.io-index" | |
181 dependencies = [ | |
182 "gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
183 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
184 "libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
185 "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
186 "user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
187 ] | |
188 | |
189 [[package]] | |
190 name = "openssl-verify" | |
191 version = "0.2.0" | |
192 source = "registry+https://github.com/rust-lang/crates.io-index" | |
193 dependencies = [ | |
194 "openssl 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
195 ] | |
196 | |
197 [[package]] | |
198 name = "pkg-config" | |
199 version = "0.3.8" | |
200 source = "registry+https://github.com/rust-lang/crates.io-index" | |
201 | |
202 [[package]] | |
203 name = "pnacl-build-helper" | |
204 version = "1.4.10" | |
205 source = "registry+https://github.com/rust-lang/crates.io-index" | |
206 dependencies = [ | |
207 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
59 ] | 208 ] |
60 | 209 |
61 [[package]] | 210 [[package]] |
62 name = "rand" | 211 name = "rand" |
63 version = "0.3.15" | 212 version = "0.3.15" |
65 dependencies = [ | 214 dependencies = [ |
66 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | 215 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", |
67 ] | 216 ] |
68 | 217 |
69 [[package]] | 218 [[package]] |
70 name = "regex" | 219 name = "rustc_version" |
71 version = "0.1.80" | 220 version = "0.1.7" |
72 source = "registry+https://github.com/rust-lang/crates.io-index" | 221 source = "registry+https://github.com/rust-lang/crates.io-index" |
73 dependencies = [ | 222 dependencies = [ |
74 "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 223 "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", |
75 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 224 ] |
76 "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 225 |
77 "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 226 [[package]] |
78 "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 227 name = "schannel" |
79 ] | 228 version = "0.1.1" |
80 | 229 source = "registry+https://github.com/rust-lang/crates.io-index" |
81 [[package]] | 230 dependencies = [ |
82 name = "regex-syntax" | 231 "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
83 version = "0.3.9" | 232 "crypt32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
84 source = "registry+https://github.com/rust-lang/crates.io-index" | |
85 | |
86 [[package]] | |
87 name = "thread-id" | |
88 version = "2.0.0" | |
89 source = "registry+https://github.com/rust-lang/crates.io-index" | |
90 dependencies = [ | |
91 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 233 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
92 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | 234 "lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
93 ] | 235 "secur32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
94 | 236 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
95 [[package]] | 237 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
96 name = "thread_local" | 238 ] |
97 version = "0.2.7" | 239 |
98 source = "registry+https://github.com/rust-lang/crates.io-index" | 240 [[package]] |
99 dependencies = [ | 241 name = "scoped-tls" |
100 "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 242 version = "0.1.0" |
101 ] | 243 source = "registry+https://github.com/rust-lang/crates.io-index" |
102 | 244 |
103 [[package]] | 245 [[package]] |
104 name = "utf8-ranges" | 246 name = "secur32-sys" |
105 version = "0.1.3" | 247 version = "0.2.0" |
248 source = "registry+https://github.com/rust-lang/crates.io-index" | |
249 dependencies = [ | |
250 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
251 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
252 ] | |
253 | |
254 [[package]] | |
255 name = "security-framework" | |
256 version = "0.1.9" | |
257 source = "registry+https://github.com/rust-lang/crates.io-index" | |
258 dependencies = [ | |
259 "core-foundation 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
260 "core-foundation-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
261 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
262 "security-framework-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
263 ] | |
264 | |
265 [[package]] | |
266 name = "security-framework-sys" | |
267 version = "0.1.9" | |
268 source = "registry+https://github.com/rust-lang/crates.io-index" | |
269 dependencies = [ | |
270 "core-foundation-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
271 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
272 ] | |
273 | |
274 [[package]] | |
275 name = "semver" | |
276 version = "0.1.20" | |
277 source = "registry+https://github.com/rust-lang/crates.io-index" | |
278 | |
279 [[package]] | |
280 name = "slab" | |
281 version = "0.3.0" | |
282 source = "registry+https://github.com/rust-lang/crates.io-index" | |
283 | |
284 [[package]] | |
285 name = "tempdir" | |
286 version = "0.3.5" | |
287 source = "registry+https://github.com/rust-lang/crates.io-index" | |
288 dependencies = [ | |
289 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
290 ] | |
291 | |
292 [[package]] | |
293 name = "tokio-core" | |
294 version = "0.1.1" | |
295 source = "registry+https://github.com/rust-lang/crates.io-index" | |
296 dependencies = [ | |
297 "futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
298 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
299 "mio 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
300 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
301 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
302 ] | |
303 | |
304 [[package]] | |
305 name = "tokio-tls" | |
306 version = "0.1.0" | |
307 source = "git+https://github.com/tokio-rs/tokio-tls#3d49e52e54123686598d7b953727743a323a5d4a" | |
308 dependencies = [ | |
309 "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
310 "futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
311 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
312 "openssl 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
313 "openssl-verify 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
314 "schannel 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
315 "security-framework 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
316 "tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
317 ] | |
318 | |
319 [[package]] | |
320 name = "user32-sys" | |
321 version = "0.2.0" | |
322 source = "registry+https://github.com/rust-lang/crates.io-index" | |
323 dependencies = [ | |
324 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
325 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
326 ] | |
327 | |
328 [[package]] | |
329 name = "void" | |
330 version = "1.0.2" | |
106 source = "registry+https://github.com/rust-lang/crates.io-index" | 331 source = "registry+https://github.com/rust-lang/crates.io-index" |
107 | 332 |
108 [[package]] | 333 [[package]] |
109 name = "winapi" | 334 name = "winapi" |
110 version = "0.2.8" | 335 version = "0.2.8" |
113 [[package]] | 338 [[package]] |
114 name = "winapi-build" | 339 name = "winapi-build" |
115 version = "0.1.1" | 340 version = "0.1.1" |
116 source = "registry+https://github.com/rust-lang/crates.io-index" | 341 source = "registry+https://github.com/rust-lang/crates.io-index" |
117 | 342 |
343 [[package]] | |
344 name = "ws2_32-sys" | |
345 version = "0.2.1" | |
346 source = "registry+https://github.com/rust-lang/crates.io-index" | |
347 dependencies = [ | |
348 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
349 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
350 ] | |
351 | |
118 [metadata] | 352 [metadata] |
119 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" | 353 "checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a" |
120 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" | 354 "checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3" |
355 "checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" | |
356 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c" | |
357 "checksum core-foundation 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "20a6d0448d3a99d977ae4a2aa5a98d886a923e863e81ad9ff814645b6feb3bbd" | |
358 "checksum core-foundation-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "05eed248dc504a5391c63794fe4fb64f46f071280afaa1b73308f3c0ce4574c5" | |
359 "checksum crypt32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e34988f7e069e0b2f3bfc064295161e489b2d4e04a2e4248fb94360cdf00b4ec" | |
360 "checksum futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bad0a2ac64b227fdc10c254051ae5af542cf19c9328704fd4092f7914196897" | |
361 "checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518" | |
121 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 362 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
363 "checksum lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6abe0ee2e758cd6bc8a2cd56726359007748fbf4128da998b65d0b70f881e19b" | |
364 "checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" | |
122 "checksum libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a51822fc847e7a8101514d1d44e354ba2ffa7d4c194dcab48870740e327cac70" | 365 "checksum libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a51822fc847e7a8101514d1d44e354ba2ffa7d4c194dcab48870740e327cac70" |
366 "checksum libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "cbc058951ab6a3ef35ca16462d7642c4867e6403520811f28537a4e2f2db3e71" | |
123 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" | 367 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" |
124 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" | 368 "checksum mio 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "410a1a0ff76f5a226f1e4e3ff1756128e65cd30166e39c3892283e2ac09d5b67" |
369 "checksum miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d5bfc6782530ac8ace97af10a540054a37126b63b0702ddaaa243b73b5745b9a" | |
370 "checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2" | |
371 "checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b" | |
372 "checksum openssl 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b11754cb6c81bb9e62faaf0eb6d94dde2aab0928c04db5078b74242880f35eb1" | |
373 "checksum openssl-sys 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)" = "89c47ee94c352eea9ddaf8e364be7f978a3bb6d66d73176572484238dd5a5c3f" | |
374 "checksum openssl-verify 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8d58c0494a0a51babcc2c30b19f54dfffcca7c4af5adb557ae078ca63ce933d4" | |
375 "checksum pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8cee804ecc7eaf201a4a207241472cc870e825206f6c031e3ee2a72fa425f2fa" | |
376 "checksum pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "61c9231d31aea845007443d62fcbb58bb6949ab9c18081ee1e09920e0cf1118b" | |
125 "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" | 377 "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" |
126 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" | 378 "checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084" |
127 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" | 379 "checksum schannel 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "167852e03fcd0029c3ddebb5afb0715b2996f6e262b2c2aceaa7cd84edd4b158" |
128 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" | 380 "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" |
129 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" | 381 "checksum secur32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f412dfa83308d893101dd59c10d6fda8283465976c28c287c5c855bf8d216bc" |
130 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" | 382 "checksum security-framework 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "52186fcf3b391c9f0ccdce9a2ac708f7cc81b3f89e149b34bd9279fb1b23f9fa" |
383 "checksum security-framework-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c84067e6297c1f09514a8666d8bbc1268817ec4a6c0f30f12f6201e1f34bd2a1" | |
384 "checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac" | |
385 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" | |
386 "checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6" | |
387 "checksum tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "06f40e15561569e24dab3dcf270c0bb950195b84dbed591dfb6591e28c9b9cff" | |
388 "checksum tokio-tls 0.1.0 (git+https://github.com/tokio-rs/tokio-tls)" = "<none>" | |
389 "checksum user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ef4711d107b21b410a3a974b1204d9accc8b10dad75d8324b5d755de1617d47" | |
390 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | |
131 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 391 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
132 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 392 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
393 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |