Mercurial > templog
comparison rust/Cargo.lock @ 632:bde302def78e rust
moving to riker, nowhere near yet
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 22 Aug 2019 23:59:50 +0800 |
parents | c57821a60e51 |
children | 490e9e15b98c |
comparison
equal
deleted
inserted
replaced
631:c57821a60e51 | 632:bde302def78e |
---|---|
1 # This file is automatically @generated by Cargo. | 1 # This file is automatically @generated by Cargo. |
2 # It is not intended for manual editing. | 2 # It is not intended for manual editing. |
3 [[package]] | 3 [[package]] |
4 name = "actix" | |
5 version = "0.8.2" | |
6 source = "registry+https://github.com/rust-lang/crates.io-index" | |
7 dependencies = [ | |
8 "actix-http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
9 "actix-rt 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
10 "actix_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
11 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
12 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
13 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
14 "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
15 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
16 "hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
17 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
18 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
19 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
20 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
21 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
22 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
23 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
24 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
25 "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
26 "trust-dns-resolver 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
27 ] | |
28 | |
29 [[package]] | |
30 name = "actix-codec" | |
31 version = "0.1.2" | |
32 source = "registry+https://github.com/rust-lang/crates.io-index" | |
33 dependencies = [ | |
34 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
35 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
36 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
37 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
38 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
39 ] | |
40 | |
41 [[package]] | |
42 name = "actix-connect" | |
43 version = "0.2.0" | |
44 source = "registry+https://github.com/rust-lang/crates.io-index" | |
45 dependencies = [ | |
46 "actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
47 "actix-service 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
48 "actix-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
49 "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
50 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
51 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
52 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
53 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
54 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
55 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
56 "trust-dns-resolver 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
57 ] | |
58 | |
59 [[package]] | |
60 name = "actix-http" | |
61 version = "0.2.1" | |
62 source = "registry+https://github.com/rust-lang/crates.io-index" | |
63 dependencies = [ | |
64 "actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
65 "actix-connect 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
66 "actix-server-config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
67 "actix-service 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
68 "actix-threadpool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
69 "actix-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
70 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
71 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
72 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
73 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
74 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
75 "copyless 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
76 "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
77 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
78 "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | |
79 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
80 "h2 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", | |
81 "hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
82 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
83 "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
84 "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
85 "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
86 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
87 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
88 "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
89 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
90 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
91 "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
92 "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | |
93 "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
94 "serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
95 "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
96 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
97 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | |
98 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
99 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
100 "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
101 "trust-dns-resolver 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
102 ] | |
103 | |
104 [[package]] | |
105 name = "actix-rt" | |
106 version = "0.2.2" | |
107 source = "registry+https://github.com/rust-lang/crates.io-index" | |
108 dependencies = [ | |
109 "actix-threadpool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
110 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
111 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
112 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
113 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
114 "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
115 ] | |
116 | |
117 [[package]] | |
118 name = "actix-server-config" | |
119 version = "0.1.1" | |
120 source = "registry+https://github.com/rust-lang/crates.io-index" | |
121 dependencies = [ | |
122 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
123 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
124 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
125 ] | |
126 | |
127 [[package]] | |
128 name = "actix-service" | |
129 version = "0.4.0" | |
130 source = "registry+https://github.com/rust-lang/crates.io-index" | |
131 dependencies = [ | |
132 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
133 ] | |
134 | |
135 [[package]] | |
136 name = "actix-threadpool" | |
137 version = "0.1.0" | |
138 source = "registry+https://github.com/rust-lang/crates.io-index" | |
139 dependencies = [ | |
140 "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
141 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
142 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
143 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
144 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
145 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
146 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
147 ] | |
148 | |
149 [[package]] | |
150 name = "actix-utils" | |
151 version = "0.4.1" | |
152 source = "registry+https://github.com/rust-lang/crates.io-index" | |
153 dependencies = [ | |
154 "actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
155 "actix-service 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
156 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
157 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
158 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
159 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
160 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
161 "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
162 ] | |
163 | |
164 [[package]] | |
165 name = "actix_derive" | |
166 version = "0.4.0" | |
167 source = "registry+https://github.com/rust-lang/crates.io-index" | |
168 dependencies = [ | |
169 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | |
170 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
171 "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | |
172 ] | |
173 | |
174 [[package]] | |
175 name = "aho-corasick" | 4 name = "aho-corasick" |
176 version = "0.5.3" | 5 version = "0.5.3" |
177 source = "registry+https://github.com/rust-lang/crates.io-index" | 6 source = "registry+https://github.com/rust-lang/crates.io-index" |
178 dependencies = [ | 7 dependencies = [ |
179 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 8 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
182 [[package]] | 11 [[package]] |
183 name = "aho-corasick" | 12 name = "aho-corasick" |
184 version = "0.6.10" | 13 version = "0.6.10" |
185 source = "registry+https://github.com/rust-lang/crates.io-index" | 14 source = "registry+https://github.com/rust-lang/crates.io-index" |
186 dependencies = [ | 15 dependencies = [ |
187 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 16 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
188 ] | 17 ] |
189 | 18 |
190 [[package]] | 19 [[package]] |
191 name = "aho-corasick" | 20 name = "aho-corasick" |
192 version = "0.7.3" | 21 version = "0.7.6" |
193 source = "registry+https://github.com/rust-lang/crates.io-index" | 22 source = "registry+https://github.com/rust-lang/crates.io-index" |
194 dependencies = [ | 23 dependencies = [ |
195 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 24 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
196 ] | 25 ] |
197 | 26 |
198 [[package]] | 27 [[package]] |
199 name = "arrayvec" | 28 name = "arrayvec" |
200 version = "0.4.10" | 29 version = "0.4.11" |
201 source = "registry+https://github.com/rust-lang/crates.io-index" | 30 source = "registry+https://github.com/rust-lang/crates.io-index" |
202 dependencies = [ | 31 dependencies = [ |
203 "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)", |
204 ] | 33 ] |
205 | 34 |
214 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 43 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
215 ] | 44 ] |
216 | 45 |
217 [[package]] | 46 [[package]] |
218 name = "autocfg" | 47 name = "autocfg" |
219 version = "0.1.2" | 48 version = "0.1.6" |
220 source = "registry+https://github.com/rust-lang/crates.io-index" | 49 source = "registry+https://github.com/rust-lang/crates.io-index" |
221 | |
222 [[package]] | |
223 name = "backtrace" | |
224 version = "0.3.26" | |
225 source = "registry+https://github.com/rust-lang/crates.io-index" | |
226 dependencies = [ | |
227 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
228 "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | |
229 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
230 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
231 "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
232 ] | |
233 | |
234 [[package]] | |
235 name = "backtrace-sys" | |
236 version = "0.1.28" | |
237 source = "registry+https://github.com/rust-lang/crates.io-index" | |
238 dependencies = [ | |
239 "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
240 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
241 ] | |
242 | 50 |
243 [[package]] | 51 [[package]] |
244 name = "base64" | 52 name = "base64" |
245 version = "0.4.2" | 53 version = "0.4.2" |
246 source = "registry+https://github.com/rust-lang/crates.io-index" | 54 source = "registry+https://github.com/rust-lang/crates.io-index" |
247 dependencies = [ | 55 dependencies = [ |
248 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 56 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
249 ] | |
250 | |
251 [[package]] | |
252 name = "base64" | |
253 version = "0.9.3" | |
254 source = "registry+https://github.com/rust-lang/crates.io-index" | |
255 dependencies = [ | |
256 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
257 "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
258 ] | |
259 | |
260 [[package]] | |
261 name = "base64" | |
262 version = "0.10.1" | |
263 source = "registry+https://github.com/rust-lang/crates.io-index" | |
264 dependencies = [ | |
265 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
266 ] | 57 ] |
267 | 58 |
268 [[package]] | 59 [[package]] |
269 name = "bitflags" | 60 name = "bitflags" |
270 version = "0.9.1" | 61 version = "0.9.1" |
271 source = "registry+https://github.com/rust-lang/crates.io-index" | 62 source = "registry+https://github.com/rust-lang/crates.io-index" |
272 | 63 |
273 [[package]] | 64 [[package]] |
274 name = "bitflags" | 65 name = "bitflags" |
275 version = "1.0.4" | 66 version = "1.1.0" |
276 source = "registry+https://github.com/rust-lang/crates.io-index" | 67 source = "registry+https://github.com/rust-lang/crates.io-index" |
277 | 68 |
278 [[package]] | 69 [[package]] |
279 name = "byteorder" | 70 name = "byteorder" |
280 version = "1.3.1" | 71 version = "1.3.2" |
281 source = "registry+https://github.com/rust-lang/crates.io-index" | 72 source = "registry+https://github.com/rust-lang/crates.io-index" |
282 | 73 |
283 [[package]] | 74 [[package]] |
284 name = "bytes" | 75 name = "bytes" |
285 version = "0.4.12" | 76 version = "0.4.12" |
286 source = "registry+https://github.com/rust-lang/crates.io-index" | 77 source = "registry+https://github.com/rust-lang/crates.io-index" |
287 dependencies = [ | 78 dependencies = [ |
288 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 79 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
80 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
289 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 81 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
290 ] | 82 ] |
291 | 83 |
292 [[package]] | 84 [[package]] |
293 name = "cc" | 85 name = "cc" |
294 version = "1.0.37" | 86 version = "1.0.40" |
295 source = "registry+https://github.com/rust-lang/crates.io-index" | 87 source = "registry+https://github.com/rust-lang/crates.io-index" |
296 | 88 |
297 [[package]] | 89 [[package]] |
298 name = "cfg-if" | 90 name = "cfg-if" |
299 version = "0.1.7" | 91 version = "0.1.9" |
300 source = "registry+https://github.com/rust-lang/crates.io-index" | 92 source = "registry+https://github.com/rust-lang/crates.io-index" |
301 | 93 |
302 [[package]] | 94 [[package]] |
303 name = "chrono" | 95 name = "chrono" |
304 version = "0.4.6" | 96 version = "0.4.7" |
305 source = "registry+https://github.com/rust-lang/crates.io-index" | 97 source = "registry+https://github.com/rust-lang/crates.io-index" |
306 dependencies = [ | 98 dependencies = [ |
307 "num-integer 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | 99 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
308 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 100 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
101 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
309 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 102 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
310 ] | 103 ] |
311 | 104 |
312 [[package]] | 105 [[package]] |
313 name = "cloudabi" | 106 name = "cloudabi" |
314 version = "0.0.3" | 107 version = "0.0.3" |
315 source = "registry+https://github.com/rust-lang/crates.io-index" | 108 source = "registry+https://github.com/rust-lang/crates.io-index" |
316 dependencies = [ | 109 dependencies = [ |
317 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 110 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
318 ] | 111 ] |
319 | 112 |
320 [[package]] | 113 [[package]] |
321 name = "copyless" | 114 name = "config" |
322 version = "0.1.2" | 115 version = "0.9.3" |
323 source = "registry+https://github.com/rust-lang/crates.io-index" | 116 source = "registry+https://github.com/rust-lang/crates.io-index" |
324 | 117 dependencies = [ |
325 [[package]] | 118 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
326 name = "crossbeam-channel" | 119 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
327 version = "0.3.8" | 120 "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
328 source = "registry+https://github.com/rust-lang/crates.io-index" | 121 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
329 dependencies = [ | 122 "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
330 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 123 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
331 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 124 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
125 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
332 ] | 126 ] |
333 | 127 |
334 [[package]] | 128 [[package]] |
335 name = "crossbeam-deque" | 129 name = "crossbeam-deque" |
336 version = "0.7.1" | 130 version = "0.7.1" |
337 source = "registry+https://github.com/rust-lang/crates.io-index" | 131 source = "registry+https://github.com/rust-lang/crates.io-index" |
338 dependencies = [ | 132 dependencies = [ |
339 "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 133 "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
340 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 134 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
341 ] | 135 ] |
342 | 136 |
343 [[package]] | 137 [[package]] |
344 name = "crossbeam-epoch" | 138 name = "crossbeam-epoch" |
345 version = "0.7.1" | 139 version = "0.7.2" |
346 source = "registry+https://github.com/rust-lang/crates.io-index" | 140 source = "registry+https://github.com/rust-lang/crates.io-index" |
347 dependencies = [ | 141 dependencies = [ |
348 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 142 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
349 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 143 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
350 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 144 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
351 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 145 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
352 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 146 "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
353 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 147 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
354 ] | 148 ] |
355 | 149 |
356 [[package]] | 150 [[package]] |
357 name = "crossbeam-queue" | 151 name = "crossbeam-queue" |
358 version = "0.1.2" | 152 version = "0.1.2" |
359 source = "registry+https://github.com/rust-lang/crates.io-index" | 153 source = "registry+https://github.com/rust-lang/crates.io-index" |
360 dependencies = [ | 154 dependencies = [ |
361 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 155 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
362 ] | 156 ] |
363 | 157 |
364 [[package]] | 158 [[package]] |
365 name = "crossbeam-utils" | 159 name = "crossbeam-utils" |
366 version = "0.6.5" | 160 version = "0.6.6" |
367 source = "registry+https://github.com/rust-lang/crates.io-index" | 161 source = "registry+https://github.com/rust-lang/crates.io-index" |
368 dependencies = [ | 162 dependencies = [ |
369 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 163 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
370 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 164 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
371 ] | |
372 | |
373 [[package]] | |
374 name = "derive_more" | |
375 version = "0.14.1" | |
376 source = "registry+https://github.com/rust-lang/crates.io-index" | |
377 dependencies = [ | |
378 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | |
379 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
380 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
381 "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | |
382 ] | 165 ] |
383 | 166 |
384 [[package]] | 167 [[package]] |
385 name = "docopt" | 168 name = "docopt" |
386 version = "0.7.0" | 169 version = "0.7.0" |
392 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | 175 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
393 ] | 176 ] |
394 | 177 |
395 [[package]] | 178 [[package]] |
396 name = "dtoa" | 179 name = "dtoa" |
397 version = "0.4.3" | 180 version = "0.4.4" |
398 source = "registry+https://github.com/rust-lang/crates.io-index" | 181 source = "registry+https://github.com/rust-lang/crates.io-index" |
399 | 182 |
400 [[package]] | 183 [[package]] |
401 name = "either" | 184 name = "either" |
402 version = "1.5.2" | 185 version = "1.5.2" |
403 source = "registry+https://github.com/rust-lang/crates.io-index" | 186 source = "registry+https://github.com/rust-lang/crates.io-index" |
404 | 187 |
405 [[package]] | 188 [[package]] |
406 name = "encoding" | |
407 version = "0.2.33" | |
408 source = "registry+https://github.com/rust-lang/crates.io-index" | |
409 dependencies = [ | |
410 "encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
411 "encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
412 "encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
413 "encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
414 "encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
415 ] | |
416 | |
417 [[package]] | |
418 name = "encoding-index-japanese" | |
419 version = "1.20141219.5" | |
420 source = "registry+https://github.com/rust-lang/crates.io-index" | |
421 dependencies = [ | |
422 "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
423 ] | |
424 | |
425 [[package]] | |
426 name = "encoding-index-korean" | |
427 version = "1.20141219.5" | |
428 source = "registry+https://github.com/rust-lang/crates.io-index" | |
429 dependencies = [ | |
430 "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
431 ] | |
432 | |
433 [[package]] | |
434 name = "encoding-index-simpchinese" | |
435 version = "1.20141219.5" | |
436 source = "registry+https://github.com/rust-lang/crates.io-index" | |
437 dependencies = [ | |
438 "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
439 ] | |
440 | |
441 [[package]] | |
442 name = "encoding-index-singlebyte" | |
443 version = "1.20141219.5" | |
444 source = "registry+https://github.com/rust-lang/crates.io-index" | |
445 dependencies = [ | |
446 "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
447 ] | |
448 | |
449 [[package]] | |
450 name = "encoding-index-tradchinese" | |
451 version = "1.20141219.5" | |
452 source = "registry+https://github.com/rust-lang/crates.io-index" | |
453 dependencies = [ | |
454 "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
455 ] | |
456 | |
457 [[package]] | |
458 name = "encoding_index_tests" | |
459 version = "0.1.4" | |
460 source = "registry+https://github.com/rust-lang/crates.io-index" | |
461 | |
462 [[package]] | |
463 name = "enum-as-inner" | |
464 version = "0.2.1" | |
465 source = "registry+https://github.com/rust-lang/crates.io-index" | |
466 dependencies = [ | |
467 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | |
468 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
469 "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | |
470 ] | |
471 | |
472 [[package]] | |
473 name = "env_logger" | 189 name = "env_logger" |
474 version = "0.3.5" | 190 version = "0.3.5" |
475 source = "registry+https://github.com/rust-lang/crates.io-index" | 191 source = "registry+https://github.com/rust-lang/crates.io-index" |
476 dependencies = [ | 192 dependencies = [ |
477 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 193 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
478 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", | 194 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", |
479 ] | 195 ] |
480 | 196 |
481 [[package]] | 197 [[package]] |
482 name = "error-chain" | |
483 version = "0.8.1" | |
484 source = "registry+https://github.com/rust-lang/crates.io-index" | |
485 dependencies = [ | |
486 "backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
487 ] | |
488 | |
489 [[package]] | |
490 name = "failure" | |
491 version = "0.1.5" | |
492 source = "registry+https://github.com/rust-lang/crates.io-index" | |
493 dependencies = [ | |
494 "backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
495 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
496 ] | |
497 | |
498 [[package]] | |
499 name = "failure_derive" | |
500 version = "0.1.5" | |
501 source = "registry+https://github.com/rust-lang/crates.io-index" | |
502 dependencies = [ | |
503 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | |
504 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
505 "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | |
506 "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
507 ] | |
508 | |
509 [[package]] | |
510 name = "fnv" | 198 name = "fnv" |
511 version = "1.0.6" | 199 version = "1.0.6" |
512 source = "registry+https://github.com/rust-lang/crates.io-index" | 200 source = "registry+https://github.com/rust-lang/crates.io-index" |
513 | 201 |
514 [[package]] | 202 [[package]] |
519 [[package]] | 207 [[package]] |
520 name = "fuchsia-zircon" | 208 name = "fuchsia-zircon" |
521 version = "0.3.3" | 209 version = "0.3.3" |
522 source = "registry+https://github.com/rust-lang/crates.io-index" | 210 source = "registry+https://github.com/rust-lang/crates.io-index" |
523 dependencies = [ | 211 dependencies = [ |
524 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 212 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
525 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 213 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
526 ] | 214 ] |
527 | 215 |
528 [[package]] | 216 [[package]] |
529 name = "fuchsia-zircon-sys" | 217 name = "fuchsia-zircon-sys" |
530 version = "0.3.3" | 218 version = "0.3.3" |
531 source = "registry+https://github.com/rust-lang/crates.io-index" | 219 source = "registry+https://github.com/rust-lang/crates.io-index" |
532 | 220 |
533 [[package]] | 221 [[package]] |
534 name = "futures" | 222 name = "futures" |
535 version = "0.1.26" | 223 version = "0.1.28" |
224 source = "registry+https://github.com/rust-lang/crates.io-index" | |
225 | |
226 [[package]] | |
227 name = "futures-channel-preview" | |
228 version = "0.3.0-alpha.18" | |
229 source = "registry+https://github.com/rust-lang/crates.io-index" | |
230 dependencies = [ | |
231 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
232 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
233 ] | |
234 | |
235 [[package]] | |
236 name = "futures-core-preview" | |
237 version = "0.3.0-alpha.18" | |
536 source = "registry+https://github.com/rust-lang/crates.io-index" | 238 source = "registry+https://github.com/rust-lang/crates.io-index" |
537 | 239 |
538 [[package]] | 240 [[package]] |
539 name = "futures-cpupool" | 241 name = "futures-cpupool" |
540 version = "0.1.8" | 242 version = "0.1.8" |
541 source = "registry+https://github.com/rust-lang/crates.io-index" | 243 source = "registry+https://github.com/rust-lang/crates.io-index" |
542 dependencies = [ | 244 dependencies = [ |
543 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | 245 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
544 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 246 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
545 ] | 247 ] |
546 | 248 |
547 [[package]] | 249 [[package]] |
548 name = "gcc" | 250 name = "futures-executor-preview" |
549 version = "0.3.55" | 251 version = "0.3.0-alpha.18" |
550 source = "registry+https://github.com/rust-lang/crates.io-index" | 252 source = "registry+https://github.com/rust-lang/crates.io-index" |
253 dependencies = [ | |
254 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
255 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
256 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
257 ] | |
258 | |
259 [[package]] | |
260 name = "futures-io-preview" | |
261 version = "0.3.0-alpha.18" | |
262 source = "registry+https://github.com/rust-lang/crates.io-index" | |
263 | |
264 [[package]] | |
265 name = "futures-preview" | |
266 version = "0.3.0-alpha.18" | |
267 source = "registry+https://github.com/rust-lang/crates.io-index" | |
268 dependencies = [ | |
269 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
270 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
271 "futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
272 "futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
273 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
274 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
275 ] | |
276 | |
277 [[package]] | |
278 name = "futures-sink-preview" | |
279 version = "0.3.0-alpha.18" | |
280 source = "registry+https://github.com/rust-lang/crates.io-index" | |
281 dependencies = [ | |
282 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
283 ] | |
284 | |
285 [[package]] | |
286 name = "futures-util-preview" | |
287 version = "0.3.0-alpha.18" | |
288 source = "registry+https://github.com/rust-lang/crates.io-index" | |
289 dependencies = [ | |
290 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
291 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
292 "futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
293 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
294 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
295 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
296 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
297 ] | |
551 | 298 |
552 [[package]] | 299 [[package]] |
553 name = "h2" | 300 name = "h2" |
554 version = "0.1.20" | 301 version = "0.1.26" |
555 source = "registry+https://github.com/rust-lang/crates.io-index" | 302 source = "registry+https://github.com/rust-lang/crates.io-index" |
556 dependencies = [ | 303 dependencies = [ |
557 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 304 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
558 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 305 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
559 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 306 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
560 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | 307 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
561 "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | 308 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
562 "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 309 "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
563 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 310 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
564 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 311 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
565 "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 312 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
566 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 313 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
567 ] | 314 ] |
568 | 315 |
569 [[package]] | 316 [[package]] |
570 name = "hashbrown" | |
571 version = "0.3.0" | |
572 source = "registry+https://github.com/rust-lang/crates.io-index" | |
573 | |
574 [[package]] | |
575 name = "hostname" | |
576 version = "0.1.5" | |
577 source = "registry+https://github.com/rust-lang/crates.io-index" | |
578 dependencies = [ | |
579 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
580 "winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
581 ] | |
582 | |
583 [[package]] | |
584 name = "http" | 317 name = "http" |
585 version = "0.1.17" | 318 version = "0.1.18" |
586 source = "registry+https://github.com/rust-lang/crates.io-index" | 319 source = "registry+https://github.com/rust-lang/crates.io-index" |
587 dependencies = [ | 320 dependencies = [ |
588 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 321 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
589 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 322 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
590 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 323 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
591 ] | 324 ] |
592 | 325 |
593 [[package]] | 326 [[package]] |
327 name = "http-body" | |
328 version = "0.1.0" | |
329 source = "registry+https://github.com/rust-lang/crates.io-index" | |
330 dependencies = [ | |
331 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
332 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | |
333 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
334 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
335 ] | |
336 | |
337 [[package]] | |
594 name = "httparse" | 338 name = "httparse" |
595 version = "1.3.3" | 339 version = "1.3.4" |
596 source = "registry+https://github.com/rust-lang/crates.io-index" | 340 source = "registry+https://github.com/rust-lang/crates.io-index" |
597 | 341 |
598 [[package]] | 342 [[package]] |
599 name = "hyper" | 343 name = "hyper" |
600 version = "0.11.27" | 344 version = "0.12.33" |
601 source = "registry+https://github.com/rust-lang/crates.io-index" | 345 source = "registry+https://github.com/rust-lang/crates.io-index" |
602 dependencies = [ | 346 dependencies = [ |
603 "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
604 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 347 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
605 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | 348 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
606 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 349 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
607 "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 350 "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
351 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
352 "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
353 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
608 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 354 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
609 "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 355 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
610 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 356 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
611 "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
612 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 357 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
613 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 358 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
614 "relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
615 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 359 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
616 "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | 360 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
361 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
362 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
617 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 363 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
618 "tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 364 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
619 "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 365 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
620 "unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 366 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
621 "want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 367 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
622 ] | 368 "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
623 | |
624 [[package]] | |
625 name = "idna" | |
626 version = "0.1.5" | |
627 source = "registry+https://github.com/rust-lang/crates.io-index" | |
628 dependencies = [ | |
629 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
630 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
631 "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
632 ] | 369 ] |
633 | 370 |
634 [[package]] | 371 [[package]] |
635 name = "indexmap" | 372 name = "indexmap" |
636 version = "1.0.2" | 373 version = "1.1.0" |
637 source = "registry+https://github.com/rust-lang/crates.io-index" | 374 source = "registry+https://github.com/rust-lang/crates.io-index" |
638 | 375 |
639 [[package]] | 376 [[package]] |
640 name = "iovec" | 377 name = "iovec" |
641 version = "0.1.2" | 378 version = "0.1.2" |
642 source = "registry+https://github.com/rust-lang/crates.io-index" | 379 source = "registry+https://github.com/rust-lang/crates.io-index" |
643 dependencies = [ | 380 dependencies = [ |
644 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 381 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
645 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 382 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
646 ] | |
647 | |
648 [[package]] | |
649 name = "ipconfig" | |
650 version = "0.1.9" | |
651 source = "registry+https://github.com/rust-lang/crates.io-index" | |
652 dependencies = [ | |
653 "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
654 "socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
655 "widestring 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
656 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
657 "winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
658 ] | 383 ] |
659 | 384 |
660 [[package]] | 385 [[package]] |
661 name = "itoa" | 386 name = "itoa" |
662 version = "0.3.4" | 387 version = "0.3.4" |
675 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 400 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
676 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 401 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
677 ] | 402 ] |
678 | 403 |
679 [[package]] | 404 [[package]] |
680 name = "language-tags" | |
681 version = "0.2.2" | |
682 source = "registry+https://github.com/rust-lang/crates.io-index" | |
683 | |
684 [[package]] | |
685 name = "lazy_static" | 405 name = "lazy_static" |
686 version = "0.2.11" | 406 version = "0.2.11" |
687 source = "registry+https://github.com/rust-lang/crates.io-index" | 407 source = "registry+https://github.com/rust-lang/crates.io-index" |
688 | 408 |
689 [[package]] | 409 [[package]] |
690 name = "lazy_static" | 410 name = "lazy_static" |
691 version = "1.3.0" | 411 version = "1.3.0" |
692 source = "registry+https://github.com/rust-lang/crates.io-index" | 412 source = "registry+https://github.com/rust-lang/crates.io-index" |
693 | 413 |
694 [[package]] | 414 [[package]] |
695 name = "lazycell" | |
696 version = "1.2.1" | |
697 source = "registry+https://github.com/rust-lang/crates.io-index" | |
698 | |
699 [[package]] | |
700 name = "libc" | 415 name = "libc" |
701 version = "0.2.51" | 416 version = "0.2.62" |
702 source = "registry+https://github.com/rust-lang/crates.io-index" | 417 source = "registry+https://github.com/rust-lang/crates.io-index" |
418 | |
419 [[package]] | |
420 name = "linked-hash-map" | |
421 version = "0.3.0" | |
422 source = "registry+https://github.com/rust-lang/crates.io-index" | |
423 dependencies = [ | |
424 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
425 "serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
426 ] | |
703 | 427 |
704 [[package]] | 428 [[package]] |
705 name = "linked-hash-map" | 429 name = "linked-hash-map" |
706 version = "0.5.2" | 430 version = "0.5.2" |
707 source = "registry+https://github.com/rust-lang/crates.io-index" | 431 source = "registry+https://github.com/rust-lang/crates.io-index" |
714 "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 438 "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
715 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 439 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
716 ] | 440 ] |
717 | 441 |
718 [[package]] | 442 [[package]] |
719 name = "lock_api" | |
720 version = "0.2.0" | |
721 source = "registry+https://github.com/rust-lang/crates.io-index" | |
722 dependencies = [ | |
723 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
724 ] | |
725 | |
726 [[package]] | |
727 name = "log" | 443 name = "log" |
728 version = "0.3.9" | 444 version = "0.3.9" |
729 source = "registry+https://github.com/rust-lang/crates.io-index" | 445 source = "registry+https://github.com/rust-lang/crates.io-index" |
730 dependencies = [ | 446 dependencies = [ |
731 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 447 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
732 ] | 448 ] |
733 | 449 |
734 [[package]] | 450 [[package]] |
735 name = "log" | 451 name = "log" |
736 version = "0.4.6" | 452 version = "0.4.8" |
737 source = "registry+https://github.com/rust-lang/crates.io-index" | 453 source = "registry+https://github.com/rust-lang/crates.io-index" |
738 dependencies = [ | 454 dependencies = [ |
739 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 455 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
740 ] | 456 ] |
741 | |
742 [[package]] | |
743 name = "lru-cache" | |
744 version = "0.1.2" | |
745 source = "registry+https://github.com/rust-lang/crates.io-index" | |
746 dependencies = [ | |
747 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
748 ] | |
749 | |
750 [[package]] | |
751 name = "matches" | |
752 version = "0.1.8" | |
753 source = "registry+https://github.com/rust-lang/crates.io-index" | |
754 | 457 |
755 [[package]] | 458 [[package]] |
756 name = "memchr" | 459 name = "memchr" |
757 version = "0.1.11" | 460 version = "0.1.11" |
758 source = "registry+https://github.com/rust-lang/crates.io-index" | 461 source = "registry+https://github.com/rust-lang/crates.io-index" |
759 dependencies = [ | 462 dependencies = [ |
760 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 463 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
761 ] | 464 ] |
762 | 465 |
763 [[package]] | 466 [[package]] |
764 name = "memchr" | 467 name = "memchr" |
765 version = "2.2.0" | 468 version = "2.2.1" |
766 source = "registry+https://github.com/rust-lang/crates.io-index" | 469 source = "registry+https://github.com/rust-lang/crates.io-index" |
767 | 470 |
768 [[package]] | 471 [[package]] |
769 name = "memoffset" | 472 name = "memoffset" |
770 version = "0.2.1" | 473 version = "0.5.1" |
771 source = "registry+https://github.com/rust-lang/crates.io-index" | 474 source = "registry+https://github.com/rust-lang/crates.io-index" |
772 | 475 dependencies = [ |
773 [[package]] | 476 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
774 name = "mime" | |
775 version = "0.3.13" | |
776 source = "registry+https://github.com/rust-lang/crates.io-index" | |
777 dependencies = [ | |
778 "unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
779 ] | 477 ] |
780 | 478 |
781 [[package]] | 479 [[package]] |
782 name = "mio" | 480 name = "mio" |
783 version = "0.6.16" | 481 version = "0.6.19" |
784 source = "registry+https://github.com/rust-lang/crates.io-index" | 482 source = "registry+https://github.com/rust-lang/crates.io-index" |
785 dependencies = [ | 483 dependencies = [ |
786 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 484 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
787 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 485 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
788 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 486 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
789 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 487 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
790 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 488 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
791 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 489 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
792 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
793 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 490 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
794 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 491 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
795 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 492 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
796 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 493 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
797 ] | 494 ] |
798 | 495 |
799 [[package]] | 496 [[package]] |
800 name = "mio-uds" | |
801 version = "0.6.7" | |
802 source = "registry+https://github.com/rust-lang/crates.io-index" | |
803 dependencies = [ | |
804 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
805 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
806 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
807 ] | |
808 | |
809 [[package]] | |
810 name = "miow" | 497 name = "miow" |
811 version = "0.2.1" | 498 version = "0.2.1" |
812 source = "registry+https://github.com/rust-lang/crates.io-index" | 499 source = "registry+https://github.com/rust-lang/crates.io-index" |
813 dependencies = [ | 500 dependencies = [ |
814 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 501 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
820 [[package]] | 507 [[package]] |
821 name = "net2" | 508 name = "net2" |
822 version = "0.2.33" | 509 version = "0.2.33" |
823 source = "registry+https://github.com/rust-lang/crates.io-index" | 510 source = "registry+https://github.com/rust-lang/crates.io-index" |
824 dependencies = [ | 511 dependencies = [ |
825 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 512 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
826 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 513 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
827 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 514 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
828 ] | 515 ] |
829 | 516 |
830 [[package]] | 517 [[package]] |
831 name = "nix" | 518 name = "nix" |
832 version = "0.9.0" | 519 version = "0.9.0" |
833 source = "registry+https://github.com/rust-lang/crates.io-index" | 520 source = "registry+https://github.com/rust-lang/crates.io-index" |
834 dependencies = [ | 521 dependencies = [ |
835 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | 522 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
836 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 523 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
837 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 524 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
838 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 525 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
839 ] | 526 ] |
840 | 527 |
841 [[package]] | 528 [[package]] |
842 name = "nix" | 529 name = "nix" |
843 version = "0.10.0" | 530 version = "0.14.1" |
844 source = "registry+https://github.com/rust-lang/crates.io-index" | 531 source = "registry+https://github.com/rust-lang/crates.io-index" |
845 dependencies = [ | 532 dependencies = [ |
846 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 533 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
847 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 534 "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
848 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 535 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
849 "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", | 536 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
850 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
851 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 537 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
852 ] | 538 ] |
853 | 539 |
854 [[package]] | 540 [[package]] |
855 name = "nodrop" | 541 name = "nodrop" |
856 version = "0.1.13" | 542 version = "0.1.13" |
857 source = "registry+https://github.com/rust-lang/crates.io-index" | 543 source = "registry+https://github.com/rust-lang/crates.io-index" |
858 | 544 |
859 [[package]] | 545 [[package]] |
546 name = "nom" | |
547 version = "4.2.3" | |
548 source = "registry+https://github.com/rust-lang/crates.io-index" | |
549 dependencies = [ | |
550 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
551 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
552 ] | |
553 | |
554 [[package]] | |
860 name = "num-integer" | 555 name = "num-integer" |
861 version = "0.1.40" | 556 version = "0.1.41" |
862 source = "registry+https://github.com/rust-lang/crates.io-index" | 557 source = "registry+https://github.com/rust-lang/crates.io-index" |
863 dependencies = [ | 558 dependencies = [ |
864 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 559 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
865 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 560 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
866 ] | 561 ] |
867 | 562 |
868 [[package]] | 563 [[package]] |
869 name = "num-traits" | 564 name = "num-traits" |
870 version = "0.1.43" | 565 version = "0.1.43" |
871 source = "registry+https://github.com/rust-lang/crates.io-index" | 566 source = "registry+https://github.com/rust-lang/crates.io-index" |
872 dependencies = [ | 567 dependencies = [ |
873 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 568 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
874 ] | 569 ] |
875 | 570 |
876 [[package]] | 571 [[package]] |
877 name = "num-traits" | 572 name = "num-traits" |
878 version = "0.2.6" | 573 version = "0.2.8" |
879 source = "registry+https://github.com/rust-lang/crates.io-index" | 574 source = "registry+https://github.com/rust-lang/crates.io-index" |
575 dependencies = [ | |
576 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
577 ] | |
880 | 578 |
881 [[package]] | 579 [[package]] |
882 name = "num_cpus" | 580 name = "num_cpus" |
883 version = "1.10.0" | 581 version = "1.10.1" |
884 source = "registry+https://github.com/rust-lang/crates.io-index" | 582 source = "registry+https://github.com/rust-lang/crates.io-index" |
885 dependencies = [ | 583 dependencies = [ |
886 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 584 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
887 ] | 585 ] |
888 | 586 |
889 [[package]] | 587 [[package]] |
890 name = "owning_ref" | 588 name = "owning_ref" |
891 version = "0.4.0" | 589 version = "0.4.0" |
902 "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 600 "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
903 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 601 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
904 ] | 602 ] |
905 | 603 |
906 [[package]] | 604 [[package]] |
907 name = "parking_lot" | |
908 version = "0.8.0" | |
909 source = "registry+https://github.com/rust-lang/crates.io-index" | |
910 dependencies = [ | |
911 "lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
912 "parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
913 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
914 ] | |
915 | |
916 [[package]] | |
917 name = "parking_lot_core" | 605 name = "parking_lot_core" |
918 version = "0.4.0" | 606 version = "0.4.0" |
919 source = "registry+https://github.com/rust-lang/crates.io-index" | 607 source = "registry+https://github.com/rust-lang/crates.io-index" |
920 dependencies = [ | 608 dependencies = [ |
921 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 609 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
922 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 610 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
923 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 611 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
924 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 612 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
925 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 613 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
926 ] | 614 ] |
927 | 615 |
928 [[package]] | 616 [[package]] |
929 name = "parking_lot_core" | 617 name = "pin-utils" |
930 version = "0.5.0" | 618 version = "0.1.0-alpha.4" |
931 source = "registry+https://github.com/rust-lang/crates.io-index" | |
932 dependencies = [ | |
933 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
934 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
935 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
936 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
937 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | |
938 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
939 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
940 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
941 ] | |
942 | |
943 [[package]] | |
944 name = "percent-encoding" | |
945 version = "1.0.1" | |
946 source = "registry+https://github.com/rust-lang/crates.io-index" | 619 source = "registry+https://github.com/rust-lang/crates.io-index" |
947 | 620 |
948 [[package]] | 621 [[package]] |
949 name = "proc-macro2" | 622 name = "proc-macro2" |
950 version = "0.4.30" | 623 version = "0.4.30" |
952 dependencies = [ | 625 dependencies = [ |
953 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 626 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
954 ] | 627 ] |
955 | 628 |
956 [[package]] | 629 [[package]] |
957 name = "quick-error" | |
958 version = "1.2.2" | |
959 source = "registry+https://github.com/rust-lang/crates.io-index" | |
960 | |
961 [[package]] | |
962 name = "quote" | 630 name = "quote" |
963 version = "0.3.15" | 631 version = "0.3.15" |
964 source = "registry+https://github.com/rust-lang/crates.io-index" | 632 source = "registry+https://github.com/rust-lang/crates.io-index" |
965 | 633 |
966 [[package]] | 634 [[package]] |
967 name = "quote" | 635 name = "quote" |
968 version = "0.6.12" | 636 version = "0.6.13" |
969 source = "registry+https://github.com/rust-lang/crates.io-index" | 637 source = "registry+https://github.com/rust-lang/crates.io-index" |
970 dependencies = [ | 638 dependencies = [ |
971 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 639 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
972 ] | 640 ] |
973 | 641 |
974 [[package]] | 642 [[package]] |
975 name = "rand" | 643 name = "rand" |
976 version = "0.3.23" | 644 version = "0.3.23" |
977 source = "registry+https://github.com/rust-lang/crates.io-index" | 645 source = "registry+https://github.com/rust-lang/crates.io-index" |
978 dependencies = [ | 646 dependencies = [ |
979 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 647 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
980 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 648 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
981 ] | 649 ] |
982 | 650 |
983 [[package]] | 651 [[package]] |
984 name = "rand" | 652 name = "rand" |
985 version = "0.4.6" | 653 version = "0.4.6" |
986 source = "registry+https://github.com/rust-lang/crates.io-index" | 654 source = "registry+https://github.com/rust-lang/crates.io-index" |
987 dependencies = [ | 655 dependencies = [ |
988 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 656 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
989 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 657 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
990 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 658 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
991 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 659 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
992 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 660 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
993 ] | 661 ] |
994 | 662 |
995 [[package]] | 663 [[package]] |
996 name = "rand" | 664 name = "rand" |
997 version = "0.6.5" | 665 version = "0.6.5" |
998 source = "registry+https://github.com/rust-lang/crates.io-index" | 666 source = "registry+https://github.com/rust-lang/crates.io-index" |
999 dependencies = [ | 667 dependencies = [ |
1000 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 668 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1001 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 669 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1002 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 670 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1003 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 671 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1004 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 672 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1005 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 673 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1006 "rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 674 "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1007 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 675 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1008 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 676 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1009 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 677 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1010 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 678 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1011 ] | 679 ] |
1013 [[package]] | 681 [[package]] |
1014 name = "rand_chacha" | 682 name = "rand_chacha" |
1015 version = "0.1.1" | 683 version = "0.1.1" |
1016 source = "registry+https://github.com/rust-lang/crates.io-index" | 684 source = "registry+https://github.com/rust-lang/crates.io-index" |
1017 dependencies = [ | 685 dependencies = [ |
1018 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 686 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1019 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 687 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1020 ] | 688 ] |
1021 | 689 |
1022 [[package]] | 690 [[package]] |
1023 name = "rand_core" | 691 name = "rand_core" |
1024 version = "0.3.1" | 692 version = "0.3.1" |
1025 source = "registry+https://github.com/rust-lang/crates.io-index" | 693 source = "registry+https://github.com/rust-lang/crates.io-index" |
1026 dependencies = [ | 694 dependencies = [ |
1027 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 695 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1028 ] | 696 ] |
1029 | 697 |
1030 [[package]] | 698 [[package]] |
1031 name = "rand_core" | 699 name = "rand_core" |
1032 version = "0.4.0" | 700 version = "0.4.2" |
1033 source = "registry+https://github.com/rust-lang/crates.io-index" | 701 source = "registry+https://github.com/rust-lang/crates.io-index" |
1034 | 702 |
1035 [[package]] | 703 [[package]] |
1036 name = "rand_hc" | 704 name = "rand_hc" |
1037 version = "0.1.0" | 705 version = "0.1.0" |
1048 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 716 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1049 ] | 717 ] |
1050 | 718 |
1051 [[package]] | 719 [[package]] |
1052 name = "rand_jitter" | 720 name = "rand_jitter" |
1053 version = "0.1.3" | 721 version = "0.1.4" |
1054 source = "registry+https://github.com/rust-lang/crates.io-index" | 722 source = "registry+https://github.com/rust-lang/crates.io-index" |
1055 dependencies = [ | 723 dependencies = [ |
1056 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 724 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1057 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 725 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1058 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 726 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1059 ] | 727 ] |
1060 | 728 |
1061 [[package]] | 729 [[package]] |
1062 name = "rand_os" | 730 name = "rand_os" |
1063 version = "0.1.3" | 731 version = "0.1.3" |
1064 source = "registry+https://github.com/rust-lang/crates.io-index" | 732 source = "registry+https://github.com/rust-lang/crates.io-index" |
1065 dependencies = [ | 733 dependencies = [ |
1066 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 734 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1067 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 735 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1068 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 736 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1069 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 737 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1070 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 738 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1071 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 739 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1072 ] | 740 ] |
1073 | 741 |
1074 [[package]] | 742 [[package]] |
1075 name = "rand_pcg" | 743 name = "rand_pcg" |
1076 version = "0.1.2" | 744 version = "0.1.2" |
1077 source = "registry+https://github.com/rust-lang/crates.io-index" | 745 source = "registry+https://github.com/rust-lang/crates.io-index" |
1078 dependencies = [ | 746 dependencies = [ |
1079 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 747 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1080 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 748 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1081 ] | 749 ] |
1082 | 750 |
1083 [[package]] | 751 [[package]] |
1084 name = "rand_xorshift" | 752 name = "rand_xorshift" |
1085 version = "0.1.1" | 753 version = "0.1.1" |
1096 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 764 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1097 ] | 765 ] |
1098 | 766 |
1099 [[package]] | 767 [[package]] |
1100 name = "redox_syscall" | 768 name = "redox_syscall" |
1101 version = "0.1.54" | 769 version = "0.1.56" |
1102 source = "registry+https://github.com/rust-lang/crates.io-index" | 770 source = "registry+https://github.com/rust-lang/crates.io-index" |
1103 | 771 |
1104 [[package]] | 772 [[package]] |
1105 name = "regex" | 773 name = "regex" |
1106 version = "0.1.80" | 774 version = "0.1.80" |
1117 name = "regex" | 785 name = "regex" |
1118 version = "0.2.11" | 786 version = "0.2.11" |
1119 source = "registry+https://github.com/rust-lang/crates.io-index" | 787 source = "registry+https://github.com/rust-lang/crates.io-index" |
1120 dependencies = [ | 788 dependencies = [ |
1121 "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 789 "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1122 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 790 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1123 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | 791 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1124 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 792 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1125 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 793 "utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1126 ] | 794 ] |
1127 | 795 |
1128 [[package]] | 796 [[package]] |
1129 name = "regex" | 797 name = "regex" |
1130 version = "1.1.6" | 798 version = "1.2.1" |
1131 source = "registry+https://github.com/rust-lang/crates.io-index" | 799 source = "registry+https://github.com/rust-lang/crates.io-index" |
1132 dependencies = [ | 800 dependencies = [ |
1133 "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 801 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1134 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 802 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1135 "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 803 "regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1136 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 804 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1137 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1138 ] | 805 ] |
1139 | 806 |
1140 [[package]] | 807 [[package]] |
1141 name = "regex-syntax" | 808 name = "regex-syntax" |
1142 version = "0.3.9" | 809 version = "0.3.9" |
1145 [[package]] | 812 [[package]] |
1146 name = "regex-syntax" | 813 name = "regex-syntax" |
1147 version = "0.5.6" | 814 version = "0.5.6" |
1148 source = "registry+https://github.com/rust-lang/crates.io-index" | 815 source = "registry+https://github.com/rust-lang/crates.io-index" |
1149 dependencies = [ | 816 dependencies = [ |
1150 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 817 "ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1151 ] | 818 ] |
1152 | 819 |
1153 [[package]] | 820 [[package]] |
1154 name = "regex-syntax" | 821 name = "regex-syntax" |
1155 version = "0.6.6" | 822 version = "0.6.11" |
1156 source = "registry+https://github.com/rust-lang/crates.io-index" | 823 source = "registry+https://github.com/rust-lang/crates.io-index" |
1157 dependencies = [ | |
1158 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1159 ] | |
1160 | |
1161 [[package]] | |
1162 name = "relay" | |
1163 version = "0.1.1" | |
1164 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1165 dependencies = [ | |
1166 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1167 ] | |
1168 | 824 |
1169 [[package]] | 825 [[package]] |
1170 name = "remove_dir_all" | 826 name = "remove_dir_all" |
1171 version = "0.5.1" | 827 version = "0.5.2" |
1172 source = "registry+https://github.com/rust-lang/crates.io-index" | 828 source = "registry+https://github.com/rust-lang/crates.io-index" |
1173 dependencies = [ | 829 dependencies = [ |
1174 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 830 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1175 ] | 831 ] |
1176 | 832 |
1177 [[package]] | 833 [[package]] |
1178 name = "resolv-conf" | 834 name = "riker" |
1179 version = "0.6.2" | 835 version = "0.3.1" |
1180 source = "registry+https://github.com/rust-lang/crates.io-index" | 836 source = "registry+https://github.com/rust-lang/crates.io-index" |
1181 dependencies = [ | 837 dependencies = [ |
1182 "hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 838 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1183 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 839 "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1184 ] | 840 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1185 | 841 "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1186 [[package]] | 842 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1187 name = "rustc-demangle" | 843 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1188 version = "0.1.14" | 844 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
845 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
846 "riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
847 "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
848 ] | |
849 | |
850 [[package]] | |
851 name = "riker-macros" | |
852 version = "0.1.0" | |
853 source = "registry+https://github.com/rust-lang/crates.io-index" | |
854 dependencies = [ | |
855 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | |
856 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
857 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", | |
858 ] | |
859 | |
860 [[package]] | |
861 name = "rust-ini" | |
862 version = "0.13.0" | |
1189 source = "registry+https://github.com/rust-lang/crates.io-index" | 863 source = "registry+https://github.com/rust-lang/crates.io-index" |
1190 | 864 |
1191 [[package]] | 865 [[package]] |
1192 name = "rustc-serialize" | 866 name = "rustc-serialize" |
1193 version = "0.3.24" | 867 version = "0.3.24" |
1201 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 875 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1202 ] | 876 ] |
1203 | 877 |
1204 [[package]] | 878 [[package]] |
1205 name = "ryu" | 879 name = "ryu" |
1206 version = "0.2.8" | 880 version = "1.0.0" |
1207 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1208 | |
1209 [[package]] | |
1210 name = "safemem" | |
1211 version = "0.3.0" | |
1212 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1213 | |
1214 [[package]] | |
1215 name = "scoped-tls" | |
1216 version = "0.1.2" | |
1217 source = "registry+https://github.com/rust-lang/crates.io-index" | 881 source = "registry+https://github.com/rust-lang/crates.io-index" |
1218 | 882 |
1219 [[package]] | 883 [[package]] |
1220 name = "scopeguard" | 884 name = "scopeguard" |
1221 version = "0.3.3" | 885 version = "0.3.3" |
1239 version = "0.7.0" | 903 version = "0.7.0" |
1240 source = "registry+https://github.com/rust-lang/crates.io-index" | 904 source = "registry+https://github.com/rust-lang/crates.io-index" |
1241 | 905 |
1242 [[package]] | 906 [[package]] |
1243 name = "serde" | 907 name = "serde" |
908 version = "0.8.23" | |
909 source = "registry+https://github.com/rust-lang/crates.io-index" | |
910 | |
911 [[package]] | |
912 name = "serde" | |
1244 version = "0.9.15" | 913 version = "0.9.15" |
1245 source = "registry+https://github.com/rust-lang/crates.io-index" | 914 source = "registry+https://github.com/rust-lang/crates.io-index" |
1246 | 915 |
1247 [[package]] | 916 [[package]] |
1248 name = "serde" | 917 name = "serde" |
1249 version = "1.0.91" | 918 version = "1.0.99" |
1250 source = "registry+https://github.com/rust-lang/crates.io-index" | 919 source = "registry+https://github.com/rust-lang/crates.io-index" |
920 | |
921 [[package]] | |
922 name = "serde-hjson" | |
923 version = "0.8.2" | |
924 source = "registry+https://github.com/rust-lang/crates.io-index" | |
925 dependencies = [ | |
926 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
927 "linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
928 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
929 "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
930 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
931 ] | |
1251 | 932 |
1252 [[package]] | 933 [[package]] |
1253 name = "serde_codegen_internals" | 934 name = "serde_codegen_internals" |
1254 version = "0.14.2" | 935 version = "0.14.2" |
1255 source = "registry+https://github.com/rust-lang/crates.io-index" | 936 source = "registry+https://github.com/rust-lang/crates.io-index" |
1270 [[package]] | 951 [[package]] |
1271 name = "serde_json" | 952 name = "serde_json" |
1272 version = "0.9.10" | 953 version = "0.9.10" |
1273 source = "registry+https://github.com/rust-lang/crates.io-index" | 954 source = "registry+https://github.com/rust-lang/crates.io-index" |
1274 dependencies = [ | 955 dependencies = [ |
1275 "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 956 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1276 "itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | 957 "itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1277 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | 958 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
1278 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", | 959 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1279 ] | 960 ] |
1280 | 961 |
1281 [[package]] | 962 [[package]] |
1282 name = "serde_json" | 963 name = "serde_json" |
1283 version = "1.0.39" | 964 version = "1.0.40" |
1284 source = "registry+https://github.com/rust-lang/crates.io-index" | 965 source = "registry+https://github.com/rust-lang/crates.io-index" |
1285 dependencies = [ | 966 dependencies = [ |
1286 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 967 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1287 "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 968 "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1288 "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 969 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
1289 ] | 970 ] |
1290 | 971 |
1291 [[package]] | 972 [[package]] |
1292 name = "serde_urlencoded" | 973 name = "serde_test" |
1293 version = "0.5.5" | 974 version = "0.8.23" |
1294 source = "registry+https://github.com/rust-lang/crates.io-index" | 975 source = "registry+https://github.com/rust-lang/crates.io-index" |
1295 dependencies = [ | 976 dependencies = [ |
1296 "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 977 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1297 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 978 ] |
1298 "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | |
1299 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1300 ] | |
1301 | |
1302 [[package]] | |
1303 name = "sha1" | |
1304 version = "0.6.0" | |
1305 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1306 | |
1307 [[package]] | |
1308 name = "slab" | |
1309 version = "0.3.0" | |
1310 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1311 | 979 |
1312 [[package]] | 980 [[package]] |
1313 name = "slab" | 981 name = "slab" |
1314 version = "0.4.2" | 982 version = "0.4.2" |
1315 source = "registry+https://github.com/rust-lang/crates.io-index" | 983 source = "registry+https://github.com/rust-lang/crates.io-index" |
1316 | 984 |
1317 [[package]] | 985 [[package]] |
1318 name = "smallvec" | 986 name = "smallvec" |
1319 version = "0.2.1" | 987 version = "0.6.10" |
1320 source = "registry+https://github.com/rust-lang/crates.io-index" | 988 source = "registry+https://github.com/rust-lang/crates.io-index" |
1321 | |
1322 [[package]] | |
1323 name = "smallvec" | |
1324 version = "0.6.9" | |
1325 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1326 | |
1327 [[package]] | |
1328 name = "socket2" | |
1329 version = "0.3.9" | |
1330 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1331 dependencies = [ | |
1332 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1333 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
1334 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | |
1335 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1336 ] | |
1337 | 989 |
1338 [[package]] | 990 [[package]] |
1339 name = "stable_deref_trait" | 991 name = "stable_deref_trait" |
1340 version = "1.1.1" | 992 version = "1.1.1" |
1341 source = "registry+https://github.com/rust-lang/crates.io-index" | 993 source = "registry+https://github.com/rust-lang/crates.io-index" |
1342 | 994 |
1343 [[package]] | 995 [[package]] |
1344 name = "string" | 996 name = "string" |
1345 version = "0.1.3" | 997 version = "0.2.1" |
1346 source = "registry+https://github.com/rust-lang/crates.io-index" | 998 source = "registry+https://github.com/rust-lang/crates.io-index" |
999 dependencies = [ | |
1000 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1001 ] | |
1347 | 1002 |
1348 [[package]] | 1003 [[package]] |
1349 name = "strsim" | 1004 name = "strsim" |
1350 version = "0.6.0" | 1005 version = "0.6.0" |
1351 source = "registry+https://github.com/rust-lang/crates.io-index" | 1006 source = "registry+https://github.com/rust-lang/crates.io-index" |
1360 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1015 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1361 ] | 1016 ] |
1362 | 1017 |
1363 [[package]] | 1018 [[package]] |
1364 name = "syn" | 1019 name = "syn" |
1365 version = "0.15.34" | 1020 version = "0.15.44" |
1366 source = "registry+https://github.com/rust-lang/crates.io-index" | 1021 source = "registry+https://github.com/rust-lang/crates.io-index" |
1367 dependencies = [ | 1022 dependencies = [ |
1368 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1023 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1369 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1024 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1370 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1025 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1371 ] | 1026 ] |
1372 | 1027 |
1373 [[package]] | 1028 [[package]] |
1374 name = "synom" | 1029 name = "synom" |
1377 dependencies = [ | 1032 dependencies = [ |
1378 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1033 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1379 ] | 1034 ] |
1380 | 1035 |
1381 [[package]] | 1036 [[package]] |
1382 name = "synstructure" | |
1383 version = "0.10.2" | |
1384 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1385 dependencies = [ | |
1386 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | |
1387 "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1388 "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | |
1389 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1390 ] | |
1391 | |
1392 [[package]] | |
1393 name = "sysfs_gpio" | 1037 name = "sysfs_gpio" |
1394 version = "0.5.3" | 1038 version = "0.5.4" |
1395 source = "registry+https://github.com/rust-lang/crates.io-index" | 1039 source = "registry+https://github.com/rust-lang/crates.io-index" |
1396 dependencies = [ | 1040 dependencies = [ |
1397 "nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1041 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1398 ] | 1042 ] |
1399 | |
1400 [[package]] | |
1401 name = "take" | |
1402 version = "0.1.0" | |
1403 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1404 | 1043 |
1405 [[package]] | 1044 [[package]] |
1406 name = "tempdir" | 1045 name = "tempdir" |
1407 version = "0.3.7" | 1046 version = "0.3.7" |
1408 source = "registry+https://github.com/rust-lang/crates.io-index" | 1047 source = "registry+https://github.com/rust-lang/crates.io-index" |
1409 dependencies = [ | 1048 dependencies = [ |
1410 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1049 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1411 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1050 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1412 ] | 1051 ] |
1413 | 1052 |
1414 [[package]] | 1053 [[package]] |
1415 name = "thread-id" | 1054 name = "thread-id" |
1416 version = "2.0.0" | 1055 version = "2.0.0" |
1417 source = "registry+https://github.com/rust-lang/crates.io-index" | 1056 source = "registry+https://github.com/rust-lang/crates.io-index" |
1418 dependencies = [ | 1057 dependencies = [ |
1419 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1058 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1420 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1059 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1421 ] | 1060 ] |
1422 | 1061 |
1423 [[package]] | 1062 [[package]] |
1424 name = "thread_local" | 1063 name = "thread_local" |
1425 version = "0.2.7" | 1064 version = "0.2.7" |
1435 dependencies = [ | 1074 dependencies = [ |
1436 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1075 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1437 ] | 1076 ] |
1438 | 1077 |
1439 [[package]] | 1078 [[package]] |
1440 name = "threadpool" | |
1441 version = "1.7.1" | |
1442 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1443 dependencies = [ | |
1444 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1445 ] | |
1446 | |
1447 [[package]] | |
1448 name = "time" | 1079 name = "time" |
1449 version = "0.1.42" | 1080 version = "0.1.42" |
1450 source = "registry+https://github.com/rust-lang/crates.io-index" | 1081 source = "registry+https://github.com/rust-lang/crates.io-index" |
1451 dependencies = [ | 1082 dependencies = [ |
1452 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1083 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1453 "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1084 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1454 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1085 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1455 ] | 1086 ] |
1456 | 1087 |
1457 [[package]] | 1088 [[package]] |
1458 name = "tokio" | 1089 name = "tokio" |
1459 version = "0.1.19" | 1090 version = "0.1.22" |
1460 source = "registry+https://github.com/rust-lang/crates.io-index" | 1091 source = "registry+https://github.com/rust-lang/crates.io-index" |
1461 dependencies = [ | 1092 dependencies = [ |
1462 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1093 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1463 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1094 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1464 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | 1095 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1465 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1096 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1466 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1467 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1097 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1468 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1098 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1469 "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1470 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1099 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1471 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1100 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1472 "tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1101 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1473 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1102 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1474 "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | 1103 ] |
1475 "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1104 |
1476 "tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1105 [[package]] |
1477 "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1106 name = "tokio-buf" |
1478 "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1479 ] | |
1480 | |
1481 [[package]] | |
1482 name = "tokio-codec" | |
1483 version = "0.1.1" | 1107 version = "0.1.1" |
1484 source = "registry+https://github.com/rust-lang/crates.io-index" | 1108 source = "registry+https://github.com/rust-lang/crates.io-index" |
1485 dependencies = [ | 1109 dependencies = [ |
1486 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1110 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1487 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1111 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1112 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | |
1113 ] | |
1114 | |
1115 [[package]] | |
1116 name = "tokio-current-thread" | |
1117 version = "0.1.6" | |
1118 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1119 dependencies = [ | |
1120 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | |
1121 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1122 ] | |
1123 | |
1124 [[package]] | |
1125 name = "tokio-executor" | |
1126 version = "0.1.8" | |
1127 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1128 dependencies = [ | |
1129 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1130 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | |
1131 ] | |
1132 | |
1133 [[package]] | |
1134 name = "tokio-io" | |
1135 version = "0.1.12" | |
1136 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1137 dependencies = [ | |
1138 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1139 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | |
1140 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1141 ] | |
1142 | |
1143 [[package]] | |
1144 name = "tokio-reactor" | |
1145 version = "0.1.9" | |
1146 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1147 dependencies = [ | |
1148 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1149 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | |
1150 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1151 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1152 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
1153 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1154 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1155 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1156 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1488 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1157 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1489 ] | 1158 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1490 | 1159 ] |
1491 [[package]] | 1160 |
1492 name = "tokio-core" | 1161 [[package]] |
1493 version = "0.1.17" | 1162 name = "tokio-sync" |
1163 version = "0.1.6" | |
1164 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1165 dependencies = [ | |
1166 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1167 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | |
1168 ] | |
1169 | |
1170 [[package]] | |
1171 name = "tokio-tcp" | |
1172 version = "0.1.3" | |
1494 source = "registry+https://github.com/rust-lang/crates.io-index" | 1173 source = "registry+https://github.com/rust-lang/crates.io-index" |
1495 dependencies = [ | 1174 dependencies = [ |
1496 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1175 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1497 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1176 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1498 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1177 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1499 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1178 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1500 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
1501 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1502 "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
1503 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1504 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1179 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1505 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1180 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1506 "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
1507 ] | |
1508 | |
1509 [[package]] | |
1510 name = "tokio-current-thread" | |
1511 version = "0.1.6" | |
1512 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1513 dependencies = [ | |
1514 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1515 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1516 ] | |
1517 | |
1518 [[package]] | |
1519 name = "tokio-executor" | |
1520 version = "0.1.7" | |
1521 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1522 dependencies = [ | |
1523 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1524 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1525 ] | |
1526 | |
1527 [[package]] | |
1528 name = "tokio-fs" | |
1529 version = "0.1.6" | |
1530 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1531 dependencies = [ | |
1532 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1533 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1534 "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
1535 ] | |
1536 | |
1537 [[package]] | |
1538 name = "tokio-io" | |
1539 version = "0.1.12" | |
1540 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1541 dependencies = [ | |
1542 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1543 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1544 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1545 ] | |
1546 | |
1547 [[package]] | |
1548 name = "tokio-proto" | |
1549 version = "0.1.1" | |
1550 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1551 dependencies = [ | |
1552 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1553 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1554 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | |
1555 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
1556 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1557 "smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1558 "take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1559 "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
1560 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1561 "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1562 ] | |
1563 | |
1564 [[package]] | |
1565 name = "tokio-reactor" | |
1566 version = "0.1.9" | |
1567 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1568 dependencies = [ | |
1569 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1570 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1571 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1572 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1573 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
1574 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1575 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1576 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1577 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1578 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1579 "tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1580 ] | |
1581 | |
1582 [[package]] | |
1583 name = "tokio-service" | |
1584 version = "0.1.0" | |
1585 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1586 dependencies = [ | |
1587 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1588 ] | |
1589 | |
1590 [[package]] | |
1591 name = "tokio-sync" | |
1592 version = "0.1.5" | |
1593 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1594 dependencies = [ | |
1595 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1596 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1597 ] | |
1598 | |
1599 [[package]] | |
1600 name = "tokio-tcp" | |
1601 version = "0.1.3" | |
1602 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1603 dependencies = [ | |
1604 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1605 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1606 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1607 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
1608 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1609 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1610 ] | 1181 ] |
1611 | 1182 |
1612 [[package]] | 1183 [[package]] |
1613 name = "tokio-threadpool" | 1184 name = "tokio-threadpool" |
1614 version = "0.1.14" | 1185 version = "0.1.15" |
1615 source = "registry+https://github.com/rust-lang/crates.io-index" | 1186 source = "registry+https://github.com/rust-lang/crates.io-index" |
1616 dependencies = [ | 1187 dependencies = [ |
1617 "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1188 "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1618 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1189 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1619 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1190 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1620 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1191 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1621 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1192 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1622 "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1193 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1623 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1194 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1624 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1195 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1625 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1196 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1626 ] | 1197 ] |
1627 | 1198 |
1628 [[package]] | 1199 [[package]] |
1629 name = "tokio-timer" | 1200 name = "tokio-timer" |
1630 version = "0.2.10" | 1201 version = "0.2.11" |
1631 source = "registry+https://github.com/rust-lang/crates.io-index" | 1202 source = "registry+https://github.com/rust-lang/crates.io-index" |
1632 dependencies = [ | 1203 dependencies = [ |
1633 "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1204 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1634 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1205 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1635 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1206 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1636 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1207 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1637 ] | |
1638 | |
1639 [[package]] | |
1640 name = "tokio-trace-core" | |
1641 version = "0.1.0" | |
1642 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1643 dependencies = [ | |
1644 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1645 ] | |
1646 | |
1647 [[package]] | |
1648 name = "tokio-udp" | |
1649 version = "0.1.3" | |
1650 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1651 dependencies = [ | |
1652 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1653 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1654 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1655 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
1656 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1657 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1658 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1659 ] | |
1660 | |
1661 [[package]] | |
1662 name = "tokio-uds" | |
1663 version = "0.2.5" | |
1664 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1665 dependencies = [ | |
1666 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1667 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1668 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1669 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | |
1670 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1671 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
1672 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1673 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1674 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1675 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1676 ] | 1208 ] |
1677 | 1209 |
1678 [[package]] | 1210 [[package]] |
1679 name = "toml" | 1211 name = "toml" |
1680 version = "0.3.2" | 1212 version = "0.3.2" |
1682 dependencies = [ | 1214 dependencies = [ |
1683 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", | 1215 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1684 ] | 1216 ] |
1685 | 1217 |
1686 [[package]] | 1218 [[package]] |
1687 name = "trust-dns-proto" | 1219 name = "toml" |
1688 version = "0.7.3" | 1220 version = "0.4.10" |
1689 source = "registry+https://github.com/rust-lang/crates.io-index" | 1221 source = "registry+https://github.com/rust-lang/crates.io-index" |
1690 dependencies = [ | 1222 dependencies = [ |
1691 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1223 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
1692 "enum-as-inner 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1693 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1694 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1695 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1696 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1697 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1698 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1699 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1700 "socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1701 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1702 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1703 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1704 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1705 "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
1706 "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1707 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1708 ] | |
1709 | |
1710 [[package]] | |
1711 name = "trust-dns-resolver" | |
1712 version = "0.11.0" | |
1713 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1714 dependencies = [ | |
1715 "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1716 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1717 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
1718 "ipconfig 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1719 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1720 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1721 "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1722 "resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1723 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1724 "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1725 "trust-dns-proto 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1726 ] | 1224 ] |
1727 | 1225 |
1728 [[package]] | 1226 [[package]] |
1729 name = "try-lock" | 1227 name = "try-lock" |
1730 version = "0.1.0" | 1228 version = "0.2.2" |
1731 source = "registry+https://github.com/rust-lang/crates.io-index" | 1229 source = "registry+https://github.com/rust-lang/crates.io-index" |
1732 | 1230 |
1733 [[package]] | 1231 [[package]] |
1734 name = "ucd-util" | 1232 name = "ucd-util" |
1735 version = "0.1.3" | 1233 version = "0.1.5" |
1736 source = "registry+https://github.com/rust-lang/crates.io-index" | 1234 source = "registry+https://github.com/rust-lang/crates.io-index" |
1737 | |
1738 [[package]] | |
1739 name = "unicase" | |
1740 version = "2.3.0" | |
1741 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1742 dependencies = [ | |
1743 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1744 ] | |
1745 | |
1746 [[package]] | |
1747 name = "unicode-bidi" | |
1748 version = "0.3.4" | |
1749 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1750 dependencies = [ | |
1751 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1752 ] | |
1753 | |
1754 [[package]] | |
1755 name = "unicode-normalization" | |
1756 version = "0.1.8" | |
1757 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1758 dependencies = [ | |
1759 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1760 ] | |
1761 | 1235 |
1762 [[package]] | 1236 [[package]] |
1763 name = "unicode-xid" | 1237 name = "unicode-xid" |
1764 version = "0.0.4" | 1238 version = "0.0.4" |
1765 source = "registry+https://github.com/rust-lang/crates.io-index" | 1239 source = "registry+https://github.com/rust-lang/crates.io-index" |
1768 name = "unicode-xid" | 1242 name = "unicode-xid" |
1769 version = "0.1.0" | 1243 version = "0.1.0" |
1770 source = "registry+https://github.com/rust-lang/crates.io-index" | 1244 source = "registry+https://github.com/rust-lang/crates.io-index" |
1771 | 1245 |
1772 [[package]] | 1246 [[package]] |
1773 name = "url" | |
1774 version = "1.7.2" | |
1775 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1776 dependencies = [ | |
1777 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1778 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1779 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1780 ] | |
1781 | |
1782 [[package]] | |
1783 name = "utf8-ranges" | 1247 name = "utf8-ranges" |
1784 version = "0.1.3" | 1248 version = "0.1.3" |
1785 source = "registry+https://github.com/rust-lang/crates.io-index" | 1249 source = "registry+https://github.com/rust-lang/crates.io-index" |
1786 | 1250 |
1787 [[package]] | 1251 [[package]] |
1788 name = "utf8-ranges" | 1252 name = "utf8-ranges" |
1789 version = "1.0.2" | 1253 version = "1.0.4" |
1790 source = "registry+https://github.com/rust-lang/crates.io-index" | 1254 source = "registry+https://github.com/rust-lang/crates.io-index" |
1255 | |
1256 [[package]] | |
1257 name = "uuid" | |
1258 version = "0.6.5" | |
1259 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1260 dependencies = [ | |
1261 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1262 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1263 ] | |
1791 | 1264 |
1792 [[package]] | 1265 [[package]] |
1793 name = "version_check" | 1266 name = "version_check" |
1794 version = "0.1.5" | 1267 version = "0.1.5" |
1795 source = "registry+https://github.com/rust-lang/crates.io-index" | 1268 source = "registry+https://github.com/rust-lang/crates.io-index" |
1799 version = "1.0.2" | 1272 version = "1.0.2" |
1800 source = "registry+https://github.com/rust-lang/crates.io-index" | 1273 source = "registry+https://github.com/rust-lang/crates.io-index" |
1801 | 1274 |
1802 [[package]] | 1275 [[package]] |
1803 name = "want" | 1276 name = "want" |
1804 version = "0.0.4" | 1277 version = "0.2.0" |
1805 source = "registry+https://github.com/rust-lang/crates.io-index" | 1278 source = "registry+https://github.com/rust-lang/crates.io-index" |
1806 dependencies = [ | 1279 dependencies = [ |
1807 "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1280 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1808 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1281 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1809 "try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1282 "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1810 ] | 1283 ] |
1811 | |
1812 [[package]] | |
1813 name = "widestring" | |
1814 version = "0.2.2" | |
1815 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1816 | 1284 |
1817 [[package]] | 1285 [[package]] |
1818 name = "winapi" | 1286 name = "winapi" |
1819 version = "0.2.8" | 1287 version = "0.2.8" |
1820 source = "registry+https://github.com/rust-lang/crates.io-index" | 1288 source = "registry+https://github.com/rust-lang/crates.io-index" |
1842 name = "winapi-x86_64-pc-windows-gnu" | 1310 name = "winapi-x86_64-pc-windows-gnu" |
1843 version = "0.4.0" | 1311 version = "0.4.0" |
1844 source = "registry+https://github.com/rust-lang/crates.io-index" | 1312 source = "registry+https://github.com/rust-lang/crates.io-index" |
1845 | 1313 |
1846 [[package]] | 1314 [[package]] |
1847 name = "winreg" | |
1848 version = "0.5.1" | |
1849 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1850 dependencies = [ | |
1851 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1852 ] | |
1853 | |
1854 [[package]] | |
1855 name = "winutil" | |
1856 version = "0.1.1" | |
1857 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1858 dependencies = [ | |
1859 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1860 ] | |
1861 | |
1862 [[package]] | |
1863 name = "wort-templog" | 1315 name = "wort-templog" |
1864 version = "0.1.0" | 1316 version = "0.1.0" |
1865 dependencies = [ | 1317 dependencies = [ |
1866 "actix 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1867 "atomicwrites 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1318 "atomicwrites 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1868 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1319 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1869 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1320 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1870 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1321 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1871 "hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)", | 1322 "hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)", |
1872 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1323 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1873 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1324 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1874 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1325 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1875 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1326 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1876 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1327 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1328 "riker 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1877 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", | 1329 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1878 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", | 1330 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1879 "serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", | 1331 "serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1880 "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1332 "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1881 "sysfs_gpio 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1333 "sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1882 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 1334 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1883 "toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1335 "toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1884 ] | 1336 ] |
1885 | 1337 |
1886 [[package]] | 1338 [[package]] |
1890 dependencies = [ | 1342 dependencies = [ |
1891 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1343 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1892 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1344 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1893 ] | 1345 ] |
1894 | 1346 |
1347 [[package]] | |
1348 name = "yaml-rust" | |
1349 version = "0.4.3" | |
1350 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1351 dependencies = [ | |
1352 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1353 ] | |
1354 | |
1895 [metadata] | 1355 [metadata] |
1896 "checksum actix 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "36a83679c6e2d4be88c627e6585af7b28dbc8c8b69294e9f3ebc6f5100255e0f" | |
1897 "checksum actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9f2c11af4b06dc935d8e1b1491dad56bfb32febc49096a91e773f8535c176453" | |
1898 "checksum actix-connect 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7fbab0d79b2f3415a79570e3db12eaa75c26239541e613b832655145a5e9488" | |
1899 "checksum actix-http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "61acf7e60d6f7b80bd9e28513e8d65c1f555f81ddbebcb7c01952e1908cd01c3" | |
1900 "checksum actix-rt 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ed0424cdf6542a43b32a8885c7c5099bf4110fad9b50d7fb220ab9c038ecf5ec" | |
1901 "checksum actix-server-config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78703f07d0bd08b426b482d53569d84f1e1929024f0431b3a5a2dc0c1c60e0f" | |
1902 "checksum actix-service 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d763880e39fce7ea702a636a4a275912e695547c5131c05a8de65f2c1e5f68f6" | |
1903 "checksum actix-threadpool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97fa58548067c1f0a16a82cdb7c8823deac793d27efd17b51d6ea7861c6d3966" | |
1904 "checksum actix-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7ab47adc5e67fc83a0c58570b40531f09814a5daa969e0d913ebeab908a43508" | |
1905 "checksum actix_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0bf5f6d7bf2d220ae8b4a7ae02a572bb35b7c4806b24049af905ab8110de156c" | |
1906 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" | 1356 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" |
1907 "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" | 1357 "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" |
1908 "checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" | 1358 "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
1909 "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" | 1359 "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba" |
1910 "checksum atomicwrites 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7adff0f3666b56fb01ce4caea58193a26d97d384587a10e950e0e9c857de3cca" | 1360 "checksum atomicwrites 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7adff0f3666b56fb01ce4caea58193a26d97d384587a10e950e0e9c857de3cca" |
1911 "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" | 1361 "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" |
1912 "checksum backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)" = "1a13fc43f04daf08ab4f71e3d27e1fc27fc437d3e95ac0063a796d92fb40f39b" | |
1913 "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" | |
1914 "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" | |
1915 "checksum base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "979d348dc50dfcd050a87df408ec61f01a0a27ee9b4ebdc6085baba8275b2c7f" | 1362 "checksum base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "979d348dc50dfcd050a87df408ec61f01a0a27ee9b4ebdc6085baba8275b2c7f" |
1916 "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" | |
1917 "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" | 1363 "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" |
1918 "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | 1364 "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" |
1919 "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" | 1365 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1920 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" | 1366 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
1921 "checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d" | 1367 "checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7" |
1922 "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" | 1368 "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
1923 "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" | 1369 "checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe" |
1924 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1370 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1925 "checksum copyless 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "59de7722d3b5c7b35dd519d617fe5116c9b879a0f145dc5431d78ab1f61d7c23" | 1371 "checksum config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6" |
1926 "checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b" | |
1927 "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" | 1372 "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" |
1928 "checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4" | 1373 "checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" |
1929 "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" | 1374 "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
1930 "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" | 1375 "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
1931 "checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839" | |
1932 "checksum docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8" | 1376 "checksum docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8" |
1933 "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" | 1377 "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" |
1934 "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" | 1378 "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
1935 "checksum encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" | |
1936 "checksum encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" | |
1937 "checksum encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" | |
1938 "checksum encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" | |
1939 "checksum encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" | |
1940 "checksum encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" | |
1941 "checksum encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" | |
1942 "checksum enum-as-inner 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3d58266c97445680766be408285e798d3401c6d4c378ec5552e78737e681e37d" | |
1943 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" | 1379 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" |
1944 "checksum error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6930e04918388a9a2e41d518c25cf679ccafe26733fb4127dbf21993f2575d46" | |
1945 "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" | |
1946 "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" | |
1947 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | 1380 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
1948 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | 1381 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
1949 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 1382 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1950 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 1383 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1951 "checksum futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "62941eff9507c8177d448bd83a44d9b9760856e184081d8cd79ba9f03dd24981" | 1384 "checksum futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869" |
1385 "checksum futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "f477fd0292c4a4ae77044454e7f2b413207942ad405f759bb0b4698b7ace5b12" | |
1386 "checksum futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2f26f774b81b3847dcda0c81bd4b6313acfb4f69e5a0390c7cb12c058953e9" | |
1952 "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" | 1387 "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
1953 "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" | 1388 "checksum futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "80705612926df8a1bc05f0057e77460e29318801f988bf7d803a734cf54e7528" |
1954 "checksum h2 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "2b53def7bb0253af7718036fe9338c15defd209136819464384f3a553e07481b" | 1389 "checksum futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "ee7de0c1c9ed23f9457b0437fec7663ce64d9cc3c906597e714e529377b5ddd1" |
1955 "checksum hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "570178d5e4952010d138b0f1d581271ff3a02406d990f887d1e87e3d6e43b0ac" | 1390 "checksum futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "efa8f90c4fb2328e381f8adfd4255b4a2b696f77d1c63a3dee6700b564c4e4b5" |
1956 "checksum hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e" | 1391 "checksum futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e9b65a2481863d1b78e094a07e9c0eed458cc7dc6e72b22b7138b8a67d924859" |
1957 "checksum http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "eed324f0f0daf6ec10c474f150505af2c143f251722bf9dbd1261bd1f2ee2c1a" | 1392 "checksum futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "7df53daff1e98cc024bf2720f3ceb0414d96fbb0a94f3cad3a5c3bf3be1d261c" |
1958 "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" | 1393 "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" |
1959 "checksum hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)" = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7" | 1394 "checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4" |
1960 "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | 1395 "checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" |
1961 "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" | 1396 "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
1397 "checksum hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)" = "7cb44cbce9d8ee4fb36e4c0ad7b794ac44ebaad924b9c8291a63215bb44c2c8f" | |
1398 "checksum indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4d6d89e0948bf10c08b9ecc8ac5b83f07f857ebe2c0cbe38de15b4e4f510356" | |
1962 "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 1399 "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
1963 "checksum ipconfig 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "08f7eadeaf4b52700de180d147c4805f199854600b36faa963d91114827b2ffc" | |
1964 "checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c" | 1400 "checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c" |
1965 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | 1401 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
1966 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 1402 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
1967 "checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" | |
1968 "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" | 1403 "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
1969 "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" | 1404 "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
1970 "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | 1405 "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" |
1971 "checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917" | 1406 "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" |
1972 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 1407 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1973 "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 1408 "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1974 "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" | |
1975 "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" | 1409 "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" |
1976 "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 1410 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
1977 "checksum lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" | |
1978 "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | |
1979 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" | 1411 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" |
1980 "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" | 1412 "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
1981 "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" | 1413 "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" |
1982 "checksum mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425" | 1414 "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" |
1983 "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" | |
1984 "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" | |
1985 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 1415 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1986 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1416 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1987 "checksum nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f" | 1417 "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" |
1988 "checksum nix 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2c5afeb0198ec7be8569d666644b574345aad2e95a53baf3a532da3e0f3fb32" | 1418 "checksum nix 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2c5afeb0198ec7be8569d666644b574345aad2e95a53baf3a532da3e0f3fb32" |
1989 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" | 1419 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
1990 "checksum num-integer 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "8b8af8caa3184078cd419b430ff93684cb13937970fcb7639f728992f33ce674" | 1420 "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
1421 "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" | |
1991 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" | 1422 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" |
1992 "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" | 1423 "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
1993 "checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" | 1424 "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
1994 "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" | 1425 "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
1995 "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" | 1426 "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
1996 "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" | |
1997 "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" | 1427 "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
1998 "checksum parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb88cb1cb3790baa6776844f968fea3be44956cf184fa1be5a03341f5491278c" | 1428 "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" |
1999 "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | |
2000 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" | 1429 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
2001 "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | |
2002 "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" | 1430 "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
2003 "checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" | 1431 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
2004 "checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" | 1432 "checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" |
2005 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" | 1433 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
2006 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 1434 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
2007 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | 1435 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
2008 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | 1436 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
2009 "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" | 1437 "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
2010 "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | 1438 "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
2011 "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | 1439 "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
2012 "checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832" | 1440 "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
2013 "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" | 1441 "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
2014 "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" | 1442 "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
2015 "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | 1443 "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
2016 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | 1444 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
2017 "checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252" | 1445 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
2018 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" | 1446 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" |
2019 "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" | 1447 "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" |
2020 "checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58" | 1448 "checksum regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88c3d9193984285d544df4a30c23a4e62ead42edf70a4452ceb76dac1ce05c26" |
2021 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" | 1449 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" |
2022 "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" | 1450 "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" |
2023 "checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96" | 1451 "checksum regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b143cceb2ca5e56d5671988ef8b15615733e7ee16cd348e064333b251b89343f" |
2024 "checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a" | 1452 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
2025 "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1453 "checksum riker 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39e462c2197d1be93c4cb00de5bb55e5fc987b042a12dc2915585792ad50a624" |
2026 "checksum resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b263b4aa1b5de9ffc0054a2386f96992058bb6870aab516f8cdeb8a667d56dcb" | 1454 "checksum riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f06e98f4eb1a65f85e01c38a42f2b6823968f8257e35ff5bb4ae1dc996f4fd09" |
2027 "checksum rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288" | 1455 "checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2" |
2028 "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" | 1456 "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" |
2029 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1457 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
2030 "checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f" | 1458 "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
2031 "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" | |
2032 "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" | |
2033 "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1459 "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
2034 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 1460 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
2035 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1461 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
2036 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1462 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1463 "checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" | |
2037 "checksum serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af" | 1464 "checksum serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af" |
2038 "checksum serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)" = "a72e9b96fa45ce22a4bc23da3858dfccfd60acd28a25bcd328a98fdd6bea43fd" | 1465 "checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f" |
1466 "checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" | |
2039 "checksum serde_codegen_internals 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc888bd283bd2420b16ad0d860e35ad8acb21941180a83a189bb2046f9d00400" | 1467 "checksum serde_codegen_internals 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc888bd283bd2420b16ad0d860e35ad8acb21941180a83a189bb2046f9d00400" |
2040 "checksum serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "978fd866f4d4872084a81ccc35e275158351d3b9fe620074e7d7504b816b74ba" | 1468 "checksum serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "978fd866f4d4872084a81ccc35e275158351d3b9fe620074e7d7504b816b74ba" |
2041 "checksum serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1" | 1469 "checksum serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1" |
2042 "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" | 1470 "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
2043 "checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" | 1471 "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" |
2044 "checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" | |
2045 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" | |
2046 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1472 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
2047 "checksum smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013" | 1473 "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
2048 "checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" | |
2049 "checksum socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4e626972d3593207547f14bf5fc9efa4d0e7283deb73fef1dff313dae9ab8878" | |
2050 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 1474 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
2051 "checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b" | 1475 "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" |
2052 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" | 1476 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" |
2053 "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" | 1477 "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
2054 "checksum syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)" = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe" | 1478 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
2055 "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" | 1479 "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
2056 "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" | 1480 "checksum sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24961a55846623d8e4f6cec38718945116fed8d6970336a7110710a07aa9b5d1" |
2057 "checksum sysfs_gpio 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3d68f2cae3c7d39f54ce8a858cc31ffb01974744ee65e5b4999b6037cd691e3f" | |
2058 "checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5" | |
2059 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" | 1481 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
2060 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" | 1482 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" |
2061 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" | 1483 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" |
2062 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 1484 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
2063 "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | |
2064 "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | 1485 "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
2065 "checksum tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "cec6c34409089be085de9403ba2010b80e36938c9ca992c4f67f407bb13db0b1" | 1486 "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" |
2066 "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" | 1487 "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" |
2067 "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" | |
2068 "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" | 1488 "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" |
2069 "checksum tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e" | 1489 "checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac" |
2070 "checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af" | |
2071 "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" | 1490 "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
2072 "checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389" | |
2073 "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" | 1491 "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" |
2074 "checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" | 1492 "checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7" |
2075 "checksum tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5b2f843ffdf8d6e1f90bddd48da43f99ab071660cd92b7ec560ef3cdfd7a409a" | |
2076 "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" | 1493 "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" |
2077 "checksum tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72558af20be886ea124595ea0f806dd5703b8958e4705429dd58b3d8231f72f2" | 1494 "checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19" |
2078 "checksum tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6" | 1495 "checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e" |
2079 "checksum tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "350c9edade9830dc185ae48ba45667a445ab59f6167ef6d0254ec9d2430d9dd3" | |
2080 "checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" | |
2081 "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" | |
2082 "checksum toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd86ad9ebee246fdedd610e0f6d0587b754a3d81438db930a244d0480ed7878f" | 1496 "checksum toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd86ad9ebee246fdedd610e0f6d0587b754a3d81438db930a244d0480ed7878f" |
2083 "checksum trust-dns-proto 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cc2f00e905d494cbca8a9e348d6e68c89847a370145244daf70bb2beb8dbc87f" | 1497 "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
2084 "checksum trust-dns-resolver 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd731ac4ba8ad47020d46708a965a4703c44e4d944278e8835e8f7eafdc30aa2" | 1498 "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
2085 "checksum try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2aa4715743892880f70885373966c83d73ef1b0838a664ef0c76fffd35e7c2" | 1499 "checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874" |
2086 "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" | |
2087 "checksum unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41d17211f887da8e4a70a45b9536f26fc5de166b81e2d5d80de4a17fd22553bd" | |
2088 "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | |
2089 "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" | |
2090 "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" | 1500 "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
2091 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | 1501 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
2092 "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" | |
2093 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" | 1502 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" |
2094 "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" | 1503 "checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" |
1504 "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" | |
2095 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | 1505 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
2096 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | 1506 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
2097 "checksum want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a05d9d966753fa4b5c8db73fcab5eed4549cfe0e1e4e66911e5564a0085c35d1" | 1507 "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" |
2098 "checksum widestring 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7157704c2e12e3d2189c507b7482c52820a16dfa4465ba91add92f266667cadb" | |
2099 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 1508 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
2100 "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" | 1509 "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
2101 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 1510 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
2102 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | 1511 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
2103 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 1512 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2104 "checksum winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a" | |
2105 "checksum winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e" | |
2106 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | 1513 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
1514 "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" |