1 | # This file is automatically @generated by Cargo.
|
2 | # It is not intended for manual editing.
|
3 | [[package]]
|
4 | name = "aho-corasick"
|
5 | version = "0.7.6"
|
6 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
7 | dependencies = [
|
8 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
9 | ]
|
10 |
|
11 | [[package]]
|
12 | name = "ansi_term"
|
13 | version = "0.11.0"
|
14 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
15 | dependencies = [
|
16 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
17 | ]
|
18 |
|
19 | [[package]]
|
20 | name = "arc-swap"
|
21 | version = "0.4.4"
|
22 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
23 |
|
24 | [[package]]
|
25 | name = "arrayref"
|
26 | version = "0.3.5"
|
27 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
28 |
|
29 | [[package]]
|
30 | name = "arrayvec"
|
31 | version = "0.5.1"
|
32 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
33 |
|
34 | [[package]]
|
35 | name = "askama"
|
36 | version = "0.8.0"
|
37 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
38 | dependencies = [
|
39 | "askama_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
40 | "askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
41 | "askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
42 | ]
|
43 |
|
44 | [[package]]
|
45 | name = "askama_derive"
|
46 | version = "0.8.0"
|
47 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
48 | dependencies = [
|
49 | "askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
50 | "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
51 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
52 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
53 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
54 | ]
|
55 |
|
56 | [[package]]
|
57 | name = "askama_escape"
|
58 | version = "0.2.0"
|
59 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
60 |
|
61 | [[package]]
|
62 | name = "askama_shared"
|
63 | version = "0.8.0"
|
64 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
65 | dependencies = [
|
66 | "askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
67 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
68 | "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
69 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
70 | "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
71 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
72 | ]
|
73 |
|
74 | [[package]]
|
75 | name = "atty"
|
76 | version = "0.2.13"
|
77 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
78 | dependencies = [
|
79 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
80 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
81 | ]
|
82 |
|
83 | [[package]]
|
84 | name = "autocfg"
|
85 | version = "0.1.7"
|
86 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
87 |
|
88 | [[package]]
|
89 | name = "backtrace"
|
90 | version = "0.3.40"
|
91 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
92 | dependencies = [
|
93 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
94 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
95 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
96 | "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
97 | ]
|
98 |
|
99 | [[package]]
|
100 | name = "backtrace-sys"
|
101 | version = "0.1.32"
|
102 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
103 | dependencies = [
|
104 | "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
105 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
106 | ]
|
107 |
|
108 | [[package]]
|
109 | name = "base64"
|
110 | version = "0.9.3"
|
111 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
112 | dependencies = [
|
113 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
114 | "safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
115 | ]
|
116 |
|
117 | [[package]]
|
118 | name = "base64"
|
119 | version = "0.10.1"
|
120 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
121 | dependencies = [
|
122 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
123 | ]
|
124 |
|
125 | [[package]]
|
126 | name = "bitflags"
|
127 | version = "1.2.1"
|
128 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
129 |
|
130 | [[package]]
|
131 | name = "blake2b_simd"
|
132 | version = "0.5.9"
|
133 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
134 | dependencies = [
|
135 | "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
136 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
137 | "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
138 | ]
|
139 |
|
140 | [[package]]
|
141 | name = "block-buffer"
|
142 | version = "0.3.3"
|
143 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
144 | dependencies = [
|
145 | "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
146 | "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
147 | ]
|
148 |
|
149 | [[package]]
|
150 | name = "block-buffer"
|
151 | version = "0.7.3"
|
152 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
153 | dependencies = [
|
154 | "block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
155 | "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
156 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
157 | "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
158 | ]
|
159 |
|
160 | [[package]]
|
161 | name = "block-padding"
|
162 | version = "0.1.5"
|
163 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
164 | dependencies = [
|
165 | "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
166 | ]
|
167 |
|
168 | [[package]]
|
169 | name = "byte-tools"
|
170 | version = "0.2.0"
|
171 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
172 |
|
173 | [[package]]
|
174 | name = "byte-tools"
|
175 | version = "0.3.1"
|
176 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
177 |
|
178 | [[package]]
|
179 | name = "byteorder"
|
180 | version = "1.3.2"
|
181 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
182 |
|
183 | [[package]]
|
184 | name = "bytes"
|
185 | version = "0.4.12"
|
186 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
187 | dependencies = [
|
188 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
189 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
190 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
191 | ]
|
192 |
|
193 | [[package]]
|
194 | name = "cc"
|
195 | version = "1.0.48"
|
196 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
197 |
|
198 | [[package]]
|
199 | name = "cfg-if"
|
200 | version = "0.1.10"
|
201 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
202 |
|
203 | [[package]]
|
204 | name = "chacha"
|
205 | version = "0.3.0"
|
206 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
207 | dependencies = [
|
208 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
209 | "keystream 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
210 | ]
|
211 |
|
212 | [[package]]
|
213 | name = "chrono"
|
214 | version = "0.4.10"
|
215 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
216 | dependencies = [
|
217 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
218 | "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
219 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
220 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
221 | ]
|
222 |
|
223 | [[package]]
|
224 | name = "clap"
|
225 | version = "2.33.0"
|
226 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
227 | dependencies = [
|
228 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
229 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
230 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
231 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
232 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
233 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
234 | "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
235 | ]
|
236 |
|
237 | [[package]]
|
238 | name = "cloudabi"
|
239 | version = "0.0.3"
|
240 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
241 | dependencies = [
|
242 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
243 | ]
|
244 |
|
245 | [[package]]
|
246 | name = "constant_time_eq"
|
247 | version = "0.1.4"
|
248 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
249 |
|
250 | [[package]]
|
251 | name = "crossbeam-deque"
|
252 | version = "0.7.2"
|
253 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
254 | dependencies = [
|
255 | "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
256 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
257 | ]
|
258 |
|
259 | [[package]]
|
260 | name = "crossbeam-epoch"
|
261 | version = "0.8.0"
|
262 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
263 | dependencies = [
|
264 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
265 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
266 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
267 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
268 | "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
269 | "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
270 | ]
|
271 |
|
272 | [[package]]
|
273 | name = "crossbeam-queue"
|
274 | version = "0.1.2"
|
275 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
276 | dependencies = [
|
277 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
278 | ]
|
279 |
|
280 | [[package]]
|
281 | name = "crossbeam-utils"
|
282 | version = "0.6.6"
|
283 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
284 | dependencies = [
|
285 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
286 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
287 | ]
|
288 |
|
289 | [[package]]
|
290 | name = "crossbeam-utils"
|
291 | version = "0.7.0"
|
292 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
293 | dependencies = [
|
294 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
295 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
296 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
297 | ]
|
298 |
|
299 | [[package]]
|
300 | name = "crypto-mac"
|
301 | version = "0.5.2"
|
302 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
303 | dependencies = [
|
304 | "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
305 | "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
306 | ]
|
307 |
|
308 | [[package]]
|
309 | name = "ct-logs"
|
310 | version = "0.5.1"
|
311 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
312 | dependencies = [
|
313 | "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
314 | ]
|
315 |
|
316 | [[package]]
|
317 | name = "derive_more"
|
318 | version = "0.14.1"
|
319 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
320 | dependencies = [
|
321 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
322 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
323 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
324 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
325 | ]
|
326 |
|
327 | [[package]]
|
328 | name = "digest"
|
329 | version = "0.7.6"
|
330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
331 | dependencies = [
|
332 | "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
333 | ]
|
334 |
|
335 | [[package]]
|
336 | name = "digest"
|
337 | version = "0.8.1"
|
338 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
339 | dependencies = [
|
340 | "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
341 | ]
|
342 |
|
343 | [[package]]
|
344 | name = "dirs"
|
345 | version = "1.0.5"
|
346 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
347 | dependencies = [
|
348 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
349 | "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
350 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
351 | ]
|
352 |
|
353 | [[package]]
|
354 | name = "either"
|
355 | version = "1.5.3"
|
356 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
357 |
|
358 | [[package]]
|
359 | name = "env_logger"
|
360 | version = "0.6.2"
|
361 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
362 | dependencies = [
|
363 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
364 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
365 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
366 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
367 | "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
368 | ]
|
369 |
|
370 | [[package]]
|
371 | name = "failure"
|
372 | version = "0.1.6"
|
373 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
374 | dependencies = [
|
375 | "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
376 | "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
377 | ]
|
378 |
|
379 | [[package]]
|
380 | name = "failure_derive"
|
381 | version = "0.1.6"
|
382 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
383 | dependencies = [
|
384 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
385 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
386 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
387 | "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
388 | ]
|
389 |
|
390 | [[package]]
|
391 | name = "fake-simd"
|
392 | version = "0.1.2"
|
393 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
394 |
|
395 | [[package]]
|
396 | name = "fnv"
|
397 | version = "1.0.6"
|
398 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
399 |
|
400 | [[package]]
|
401 | name = "fuchsia-cprng"
|
402 | version = "0.1.1"
|
403 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
404 |
|
405 | [[package]]
|
406 | name = "fuchsia-zircon"
|
407 | version = "0.3.3"
|
408 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
409 | dependencies = [
|
410 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
411 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
412 | ]
|
413 |
|
414 | [[package]]
|
415 | name = "fuchsia-zircon-sys"
|
416 | version = "0.3.3"
|
417 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
418 |
|
419 | [[package]]
|
420 | name = "futures"
|
421 | version = "0.1.29"
|
422 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
423 |
|
424 | [[package]]
|
425 | name = "futures-backoff"
|
426 | version = "0.1.0"
|
427 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
428 | dependencies = [
|
429 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
430 | "futures-timer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
431 | "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
432 | ]
|
433 |
|
434 | [[package]]
|
435 | name = "futures-cpupool"
|
436 | version = "0.1.8"
|
437 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
438 | dependencies = [
|
439 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
440 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
441 | ]
|
442 |
|
443 | [[package]]
|
444 | name = "futures-timer"
|
445 | version = "0.1.1"
|
446 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
447 | dependencies = [
|
448 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
449 | ]
|
450 |
|
451 | [[package]]
|
452 | name = "generic-array"
|
453 | version = "0.9.0"
|
454 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
455 | dependencies = [
|
456 | "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
457 | ]
|
458 |
|
459 | [[package]]
|
460 | name = "generic-array"
|
461 | version = "0.12.3"
|
462 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
463 | dependencies = [
|
464 | "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
465 | ]
|
466 |
|
467 | [[package]]
|
468 | name = "h2"
|
469 | version = "0.1.26"
|
470 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
471 | dependencies = [
|
472 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
473 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
474 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
475 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
476 | "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
477 | "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
478 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
479 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
480 | "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
481 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
482 | ]
|
483 |
|
484 | [[package]]
|
485 | name = "heck"
|
486 | version = "0.3.1"
|
487 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
488 | dependencies = [
|
489 | "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
490 | ]
|
491 |
|
492 | [[package]]
|
493 | name = "hermit-abi"
|
494 | version = "0.1.3"
|
495 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
496 | dependencies = [
|
497 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
498 | ]
|
499 |
|
500 | [[package]]
|
501 | name = "hex"
|
502 | version = "0.3.2"
|
503 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
504 |
|
505 | [[package]]
|
506 | name = "hmac"
|
507 | version = "0.5.0"
|
508 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
509 | dependencies = [
|
510 | "crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
511 | "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
512 | ]
|
513 |
|
514 | [[package]]
|
515 | name = "http"
|
516 | version = "0.1.21"
|
517 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
518 | dependencies = [
|
519 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
520 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
521 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
522 | ]
|
523 |
|
524 | [[package]]
|
525 | name = "http-body"
|
526 | version = "0.1.0"
|
527 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
528 | dependencies = [
|
529 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
530 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
531 | "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
532 | "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
533 | ]
|
534 |
|
535 | [[package]]
|
536 | name = "httparse"
|
537 | version = "1.3.4"
|
538 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
539 |
|
540 | [[package]]
|
541 | name = "human-size"
|
542 | version = "0.4.0"
|
543 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
544 |
|
545 | [[package]]
|
546 | name = "humansize"
|
547 | version = "1.1.0"
|
548 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
549 |
|
550 | [[package]]
|
551 | name = "humantime"
|
552 | version = "1.3.0"
|
553 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
554 | dependencies = [
|
555 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
556 | ]
|
557 |
|
558 | [[package]]
|
559 | name = "hyper"
|
560 | version = "0.12.35"
|
561 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
562 | dependencies = [
|
563 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
564 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
565 | "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
566 | "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
567 | "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
568 | "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
569 | "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
570 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
571 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
572 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
573 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
574 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
575 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
576 | "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
577 | "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
578 | "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
579 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
580 | "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
581 | "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
582 | "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
583 | "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
584 | "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
585 | ]
|
586 |
|
587 | [[package]]
|
588 | name = "hyper-rustls"
|
589 | version = "0.16.1"
|
590 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
591 | dependencies = [
|
592 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
593 | "ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
594 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
595 | "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
596 | "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
597 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
598 | "tokio-rustls 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
599 | "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
600 | "webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
601 | ]
|
602 |
|
603 | [[package]]
|
604 | name = "idna"
|
605 | version = "0.1.5"
|
606 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
607 | dependencies = [
|
608 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
609 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
610 | "unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
611 | ]
|
612 |
|
613 | [[package]]
|
614 | name = "indexmap"
|
615 | version = "1.3.0"
|
616 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
617 | dependencies = [
|
618 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
619 | ]
|
620 |
|
621 | [[package]]
|
622 | name = "iovec"
|
623 | version = "0.1.4"
|
624 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
625 | dependencies = [
|
626 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
627 | ]
|
628 |
|
629 | [[package]]
|
630 | name = "itoa"
|
631 | version = "0.4.4"
|
632 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
633 |
|
634 | [[package]]
|
635 | name = "kernel32-sys"
|
636 | version = "0.2.2"
|
637 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
638 | dependencies = [
|
639 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
640 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
641 | ]
|
642 |
|
643 | [[package]]
|
644 | name = "keystream"
|
645 | version = "1.0.0"
|
646 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
647 |
|
648 | [[package]]
|
649 | name = "lazy_static"
|
650 | version = "1.4.0"
|
651 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
652 |
|
653 | [[package]]
|
654 | name = "libc"
|
655 | version = "0.2.66"
|
656 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
657 |
|
658 | [[package]]
|
659 | name = "linked-hash-map"
|
660 | version = "0.5.2"
|
661 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
662 | dependencies = [
|
663 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
664 | "serde_test 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
665 | ]
|
666 |
|
667 | [[package]]
|
668 | name = "lock_api"
|
669 | version = "0.3.2"
|
670 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
671 | dependencies = [
|
672 | "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
673 | ]
|
674 |
|
675 | [[package]]
|
676 | name = "log"
|
677 | version = "0.4.8"
|
678 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
679 | dependencies = [
|
680 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
681 | ]
|
682 |
|
683 | [[package]]
|
684 | name = "matches"
|
685 | version = "0.1.8"
|
686 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
687 |
|
688 | [[package]]
|
689 | name = "maybe-uninit"
|
690 | version = "2.0.0"
|
691 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
692 |
|
693 | [[package]]
|
694 | name = "md5"
|
695 | version = "0.3.8"
|
696 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
697 |
|
698 | [[package]]
|
699 | name = "memchr"
|
700 | version = "2.2.1"
|
701 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
702 |
|
703 | [[package]]
|
704 | name = "memoffset"
|
705 | version = "0.5.3"
|
706 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
707 | dependencies = [
|
708 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
709 | ]
|
710 |
|
711 | [[package]]
|
712 | name = "mio"
|
713 | version = "0.6.21"
|
714 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
715 | dependencies = [
|
716 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
717 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
718 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
719 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
720 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
721 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
722 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
723 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
724 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
725 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
726 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
727 | ]
|
728 |
|
729 | [[package]]
|
730 | name = "mio-named-pipes"
|
731 | version = "0.1.6"
|
732 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
733 | dependencies = [
|
734 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
735 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
736 | "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
737 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
738 | ]
|
739 |
|
740 | [[package]]
|
741 | name = "mio-uds"
|
742 | version = "0.6.7"
|
743 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
744 | dependencies = [
|
745 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
746 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
747 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
748 | ]
|
749 |
|
750 | [[package]]
|
751 | name = "miow"
|
752 | version = "0.2.1"
|
753 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
754 | dependencies = [
|
755 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
756 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
757 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
758 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
759 | ]
|
760 |
|
761 | [[package]]
|
762 | name = "miow"
|
763 | version = "0.3.3"
|
764 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
765 | dependencies = [
|
766 | "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
767 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
768 | ]
|
769 |
|
770 | [[package]]
|
771 | name = "net2"
|
772 | version = "0.2.33"
|
773 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
774 | dependencies = [
|
775 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
776 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
777 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
778 | ]
|
779 |
|
780 | [[package]]
|
781 | name = "nom"
|
782 | version = "4.2.3"
|
783 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
784 | dependencies = [
|
785 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
786 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
787 | ]
|
788 |
|
789 | [[package]]
|
790 | name = "num-integer"
|
791 | version = "0.1.41"
|
792 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
793 | dependencies = [
|
794 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
795 | "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
796 | ]
|
797 |
|
798 | [[package]]
|
799 | name = "num-traits"
|
800 | version = "0.2.10"
|
801 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
802 | dependencies = [
|
803 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
804 | ]
|
805 |
|
806 | [[package]]
|
807 | name = "num_cpus"
|
808 | version = "1.11.1"
|
809 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
810 | dependencies = [
|
811 | "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
812 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
813 | ]
|
814 |
|
815 | [[package]]
|
816 | name = "opaque-debug"
|
817 | version = "0.2.3"
|
818 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
819 |
|
820 | [[package]]
|
821 | name = "parking_lot"
|
822 | version = "0.9.0"
|
823 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
824 | dependencies = [
|
825 | "lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
826 | "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
827 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
828 | ]
|
829 |
|
830 | [[package]]
|
831 | name = "parking_lot_core"
|
832 | version = "0.6.2"
|
833 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
834 | dependencies = [
|
835 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
836 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
837 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
838 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
839 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
840 | "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
841 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
842 | ]
|
843 |
|
844 | [[package]]
|
845 | name = "percent-encoding"
|
846 | version = "1.0.1"
|
847 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
848 |
|
849 | [[package]]
|
850 | name = "pretty_env_logger"
|
851 | version = "0.3.1"
|
852 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
853 | dependencies = [
|
854 | "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
855 | "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
856 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
857 | ]
|
858 |
|
859 | [[package]]
|
860 | name = "proc-macro2"
|
861 | version = "0.4.30"
|
862 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
863 | dependencies = [
|
864 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
865 | ]
|
866 |
|
867 | [[package]]
|
868 | name = "proc-macro2"
|
869 | version = "1.0.6"
|
870 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
871 | dependencies = [
|
872 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
873 | ]
|
874 |
|
875 | [[package]]
|
876 | name = "quick-error"
|
877 | version = "1.2.2"
|
878 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
879 |
|
880 | [[package]]
|
881 | name = "quote"
|
882 | version = "0.6.13"
|
883 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
884 | dependencies = [
|
885 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
886 | ]
|
887 |
|
888 | [[package]]
|
889 | name = "quote"
|
890 | version = "1.0.2"
|
891 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
892 | dependencies = [
|
893 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
894 | ]
|
895 |
|
896 | [[package]]
|
897 | name = "rand"
|
898 | version = "0.4.6"
|
899 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
900 | dependencies = [
|
901 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
902 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
903 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
904 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
905 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
906 | ]
|
907 |
|
908 | [[package]]
|
909 | name = "rand"
|
910 | version = "0.6.5"
|
911 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
912 | dependencies = [
|
913 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
914 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
915 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
916 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
917 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
918 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
919 | "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
920 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
921 | "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
922 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
923 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
924 | ]
|
925 |
|
926 | [[package]]
|
927 | name = "rand_chacha"
|
928 | version = "0.1.1"
|
929 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
930 | dependencies = [
|
931 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
932 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
933 | ]
|
934 |
|
935 | [[package]]
|
936 | name = "rand_core"
|
937 | version = "0.3.1"
|
938 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
939 | dependencies = [
|
940 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
941 | ]
|
942 |
|
943 | [[package]]
|
944 | name = "rand_core"
|
945 | version = "0.4.2"
|
946 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
947 |
|
948 | [[package]]
|
949 | name = "rand_hc"
|
950 | version = "0.1.0"
|
951 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
952 | dependencies = [
|
953 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
954 | ]
|
955 |
|
956 | [[package]]
|
957 | name = "rand_isaac"
|
958 | version = "0.1.1"
|
959 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
960 | dependencies = [
|
961 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
962 | ]
|
963 |
|
964 | [[package]]
|
965 | name = "rand_jitter"
|
966 | version = "0.1.4"
|
967 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
968 | dependencies = [
|
969 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
970 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
971 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
972 | ]
|
973 |
|
974 | [[package]]
|
975 | name = "rand_os"
|
976 | version = "0.1.3"
|
977 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
978 | dependencies = [
|
979 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
980 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
981 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
982 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
983 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
984 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
985 | ]
|
986 |
|
987 | [[package]]
|
988 | name = "rand_pcg"
|
989 | version = "0.1.2"
|
990 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
991 | dependencies = [
|
992 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
993 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
994 | ]
|
995 |
|
996 | [[package]]
|
997 | name = "rand_xorshift"
|
998 | version = "0.1.1"
|
999 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1000 | dependencies = [
|
1001 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1002 | ]
|
1003 |
|
1004 | [[package]]
|
1005 | name = "rdrand"
|
1006 | version = "0.4.0"
|
1007 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1008 | dependencies = [
|
1009 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1010 | ]
|
1011 |
|
1012 | [[package]]
|
1013 | name = "redox_syscall"
|
1014 | version = "0.1.56"
|
1015 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1016 |
|
1017 | [[package]]
|
1018 | name = "redox_users"
|
1019 | version = "0.3.1"
|
1020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1021 | dependencies = [
|
1022 | "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1023 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1024 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
1025 | "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1026 | ]
|
1027 |
|
1028 | [[package]]
|
1029 | name = "regex"
|
1030 | version = "1.3.1"
|
1031 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1032 | dependencies = [
|
1033 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1034 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1035 | "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1036 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1037 | ]
|
1038 |
|
1039 | [[package]]
|
1040 | name = "regex-syntax"
|
1041 | version = "0.6.12"
|
1042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043 |
|
1044 | [[package]]
|
1045 | name = "ring"
|
1046 | version = "0.14.6"
|
1047 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1048 | dependencies = [
|
1049 | "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
1050 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1051 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
1052 | "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1053 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1054 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1055 | ]
|
1056 |
|
1057 | [[package]]
|
1058 | name = "rudolfs"
|
1059 | version = "0.2.6"
|
1060 | dependencies = [
|
1061 | "askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1062 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1063 | "chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1064 | "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1065 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1066 | "futures-backoff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1067 | "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1068 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1069 | "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
1070 | "human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1071 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1072 | "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
1073 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1074 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1075 | "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1076 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1077 | "rusoto_core 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1078 | "rusoto_s3 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1079 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
1080 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
1081 | "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1082 | "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
1083 | "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
1084 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1085 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1086 | ]
|
1087 |
|
1088 | [[package]]
|
1089 | name = "rusoto_core"
|
1090 | version = "0.40.0"
|
1091 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1092 | dependencies = [
|
1093 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1094 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1095 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1096 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1097 | "hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1098 | "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
1099 | "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
1100 | "hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1101 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1102 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1103 | "md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1104 | "rusoto_credential 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1105 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1106 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
1107 | "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
1108 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
1109 | "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1110 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
1111 | "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
1112 | "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1113 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1114 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1115 | ]
|
1116 |
|
1117 | [[package]]
|
1118 | name = "rusoto_credential"
|
1119 | version = "0.40.0"
|
1120 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1121 | dependencies = [
|
1122 | "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
1123 | "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1124 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1125 | "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
1126 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1127 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
1128 | "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
1129 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
1130 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1131 | "tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1132 | "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1133 | ]
|
1134 |
|
1135 | [[package]]
|
1136 | name = "rusoto_s3"
|
1137 | version = "0.40.0"
|
1138 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1139 | dependencies = [
|
1140 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1141 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1142 | "rusoto_core 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1143 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1144 | ]
|
1145 |
|
1146 | [[package]]
|
1147 | name = "rust-argon2"
|
1148 | version = "0.5.1"
|
1149 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1150 | dependencies = [
|
1151 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1152 | "blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1153 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1154 | ]
|
1155 |
|
1156 | [[package]]
|
1157 | name = "rustc-demangle"
|
1158 | version = "0.1.16"
|
1159 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1160 |
|
1161 | [[package]]
|
1162 | name = "rustc_version"
|
1163 | version = "0.2.3"
|
1164 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1165 | dependencies = [
|
1166 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1167 | ]
|
1168 |
|
1169 | [[package]]
|
1170 | name = "rustls"
|
1171 | version = "0.15.2"
|
1172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1173 | dependencies = [
|
1174 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1175 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1176 | "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1177 | "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1178 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1179 | "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1180 | ]
|
1181 |
|
1182 | [[package]]
|
1183 | name = "ryu"
|
1184 | version = "1.0.2"
|
1185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1186 |
|
1187 | [[package]]
|
1188 | name = "safemem"
|
1189 | version = "0.3.3"
|
1190 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1191 |
|
1192 | [[package]]
|
1193 | name = "scopeguard"
|
1194 | version = "1.0.0"
|
1195 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1196 |
|
1197 | [[package]]
|
1198 | name = "sct"
|
1199 | version = "0.5.0"
|
1200 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1201 | dependencies = [
|
1202 | "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1203 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1204 | ]
|
1205 |
|
1206 | [[package]]
|
1207 | name = "semver"
|
1208 | version = "0.9.0"
|
1209 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1210 | dependencies = [
|
1211 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1212 | ]
|
1213 |
|
1214 | [[package]]
|
1215 | name = "semver-parser"
|
1216 | version = "0.7.0"
|
1217 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1218 |
|
1219 | [[package]]
|
1220 | name = "serde"
|
1221 | version = "1.0.103"
|
1222 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1223 | dependencies = [
|
1224 | "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
1225 | ]
|
1226 |
|
1227 | [[package]]
|
1228 | name = "serde_derive"
|
1229 | version = "1.0.103"
|
1230 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1231 | dependencies = [
|
1232 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1233 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1234 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1235 | ]
|
1236 |
|
1237 | [[package]]
|
1238 | name = "serde_json"
|
1239 | version = "1.0.44"
|
1240 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1241 | dependencies = [
|
1242 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1243 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1244 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
1245 | ]
|
1246 |
|
1247 | [[package]]
|
1248 | name = "serde_test"
|
1249 | version = "1.0.103"
|
1250 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1251 | dependencies = [
|
1252 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
1253 | ]
|
1254 |
|
1255 | [[package]]
|
1256 | name = "sha2"
|
1257 | version = "0.7.1"
|
1258 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1259 | dependencies = [
|
1260 | "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1261 | "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1262 | "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1263 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1264 | ]
|
1265 |
|
1266 | [[package]]
|
1267 | name = "sha2"
|
1268 | version = "0.8.0"
|
1269 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1270 | dependencies = [
|
1271 | "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1272 | "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1273 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1274 | "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1275 | ]
|
1276 |
|
1277 | [[package]]
|
1278 | name = "shlex"
|
1279 | version = "0.1.1"
|
1280 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1281 |
|
1282 | [[package]]
|
1283 | name = "signal-hook"
|
1284 | version = "0.1.12"
|
1285 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1286 | dependencies = [
|
1287 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
1288 | "signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1289 | ]
|
1290 |
|
1291 | [[package]]
|
1292 | name = "signal-hook-registry"
|
1293 | version = "1.2.0"
|
1294 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1295 | dependencies = [
|
1296 | "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1297 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
1298 | ]
|
1299 |
|
1300 | [[package]]
|
1301 | name = "slab"
|
1302 | version = "0.4.2"
|
1303 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1304 |
|
1305 | [[package]]
|
1306 | name = "smallvec"
|
1307 | version = "0.6.13"
|
1308 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1309 | dependencies = [
|
1310 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1311 | ]
|
1312 |
|
1313 | [[package]]
|
1314 | name = "smallvec"
|
1315 | version = "1.0.0"
|
1316 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1317 |
|
1318 | [[package]]
|
1319 | name = "socket2"
|
1320 | version = "0.3.11"
|
1321 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1322 | dependencies = [
|
1323 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
1324 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
1325 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
1326 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1327 | ]
|
1328 |
|
1329 | [[package]]
|
1330 | name = "spin"
|
1331 | version = "0.5.2"
|
1332 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1333 |
|
1334 | [[package]]
|
1335 | name = "string"
|
1336 | version = "0.2.1"
|
1337 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1338 | dependencies = [
|
1339 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1340 | ]
|
1341 |
|
1342 | [[package]]
|
1343 | name = "strsim"
|
1344 | version = "0.8.0"
|
1345 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1346 |
|
1347 | [[package]]
|
1348 | name = "structopt"
|
1349 | version = "0.2.18"
|
1350 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1351 | dependencies = [
|
1352 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1353 | "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
1354 | ]
|
1355 |
|
1356 | [[package]]
|
1357 | name = "structopt-derive"
|
1358 | version = "0.2.18"
|
1359 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1360 | dependencies = [
|
1361 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1362 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
1363 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
1364 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
1365 | ]
|
1366 |
|
1367 | [[package]]
|
1368 | name = "syn"
|
1369 | version = "0.15.44"
|
1370 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1371 | dependencies = [
|
1372 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
1373 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
1374 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1375 | ]
|
1376 |
|
1377 | [[package]]
|
1378 | name = "syn"
|
1379 | version = "1.0.11"
|
1380 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1381 | dependencies = [
|
1382 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1383 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1384 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1385 | ]
|
1386 |
|
1387 | [[package]]
|
1388 | name = "synstructure"
|
1389 | version = "0.12.3"
|
1390 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1391 | dependencies = [
|
1392 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1393 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1394 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1395 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1396 | ]
|
1397 |
|
1398 | [[package]]
|
1399 | name = "termcolor"
|
1400 | version = "1.0.5"
|
1401 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1402 | dependencies = [
|
1403 | "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1404 | ]
|
1405 |
|
1406 | [[package]]
|
1407 | name = "textwrap"
|
1408 | version = "0.11.0"
|
1409 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1410 | dependencies = [
|
1411 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
1412 | ]
|
1413 |
|
1414 | [[package]]
|
1415 | name = "thread_local"
|
1416 | version = "0.3.6"
|
1417 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1418 | dependencies = [
|
1419 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1420 | ]
|
1421 |
|
1422 | [[package]]
|
1423 | name = "time"
|
1424 | version = "0.1.42"
|
1425 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1426 | dependencies = [
|
1427 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
1428 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
1429 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1430 | ]
|
1431 |
|
1432 | [[package]]
|
1433 | name = "tokio"
|
1434 | version = "0.1.22"
|
1435 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1436 | dependencies = [
|
1437 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1438 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1439 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
1440 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1441 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1442 | "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1443 | "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1444 | "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1445 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1446 | "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1447 | "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
1448 | "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1449 | "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
1450 | "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1451 | "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1452 | "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1453 | ]
|
1454 |
|
1455 | [[package]]
|
1456 | name = "tokio-buf"
|
1457 | version = "0.1.1"
|
1458 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1459 | dependencies = [
|
1460 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1461 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1462 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1463 | ]
|
1464 |
|
1465 | [[package]]
|
1466 | name = "tokio-codec"
|
1467 | version = "0.1.1"
|
1468 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1469 | dependencies = [
|
1470 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1471 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1472 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1473 | ]
|
1474 |
|
1475 | [[package]]
|
1476 | name = "tokio-current-thread"
|
1477 | version = "0.1.6"
|
1478 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1479 | dependencies = [
|
1480 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1481 | "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1482 | ]
|
1483 |
|
1484 | [[package]]
|
1485 | name = "tokio-executor"
|
1486 | version = "0.1.9"
|
1487 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1488 | dependencies = [
|
1489 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1490 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1491 | ]
|
1492 |
|
1493 | [[package]]
|
1494 | name = "tokio-fs"
|
1495 | version = "0.1.6"
|
1496 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1497 | dependencies = [
|
1498 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1499 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1500 | "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
1501 | ]
|
1502 |
|
1503 | [[package]]
|
1504 | name = "tokio-io"
|
1505 | version = "0.1.12"
|
1506 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1507 | dependencies = [
|
1508 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1509 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1510 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1511 | ]
|
1512 |
|
1513 | [[package]]
|
1514 | name = "tokio-process"
|
1515 | version = "0.2.4"
|
1516 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1517 | dependencies = [
|
1518 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1519 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1520 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1521 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
1522 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1523 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
1524 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1525 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1526 | "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1527 | "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
1528 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1529 | ]
|
1530 |
|
1531 | [[package]]
|
1532 | name = "tokio-reactor"
|
1533 | version = "0.1.11"
|
1534 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1535 | dependencies = [
|
1536 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1537 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1538 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1539 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1540 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
1541 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1542 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1543 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1544 | "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1545 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1546 | "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
1547 | ]
|
1548 |
|
1549 | [[package]]
|
1550 | name = "tokio-rustls"
|
1551 | version = "0.9.4"
|
1552 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1553 | dependencies = [
|
1554 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1555 | "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1556 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1557 | "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1558 | ]
|
1559 |
|
1560 | [[package]]
|
1561 | name = "tokio-signal"
|
1562 | version = "0.2.7"
|
1563 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1564 | dependencies = [
|
1565 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1566 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
1567 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
1568 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
1569 | "signal-hook 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1570 | "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1571 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1572 | "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1573 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1574 | ]
|
1575 |
|
1576 | [[package]]
|
1577 | name = "tokio-sync"
|
1578 | version = "0.1.7"
|
1579 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1580 | dependencies = [
|
1581 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1582 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1583 | ]
|
1584 |
|
1585 | [[package]]
|
1586 | name = "tokio-tcp"
|
1587 | version = "0.1.3"
|
1588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1589 | dependencies = [
|
1590 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1591 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1592 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1593 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
1594 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1595 | "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1596 | ]
|
1597 |
|
1598 | [[package]]
|
1599 | name = "tokio-threadpool"
|
1600 | version = "0.1.17"
|
1601 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1602 | dependencies = [
|
1603 | "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1604 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1605 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1606 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1607 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1608 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1609 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1610 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1611 | "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1612 | ]
|
1613 |
|
1614 | [[package]]
|
1615 | name = "tokio-timer"
|
1616 | version = "0.2.12"
|
1617 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1618 | dependencies = [
|
1619 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1620 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1621 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1622 | "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1623 | ]
|
1624 |
|
1625 | [[package]]
|
1626 | name = "tokio-udp"
|
1627 | version = "0.1.5"
|
1628 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1629 | dependencies = [
|
1630 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1631 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1632 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1633 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
1634 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1635 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1636 | "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1637 | ]
|
1638 |
|
1639 | [[package]]
|
1640 | name = "tokio-uds"
|
1641 | version = "0.2.5"
|
1642 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1643 | dependencies = [
|
1644 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1645 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1646 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
1647 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
1648 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1649 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
1650 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
1651 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1652 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
1653 | "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1654 | ]
|
1655 |
|
1656 | [[package]]
|
1657 | name = "toml"
|
1658 | version = "0.4.10"
|
1659 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1660 | dependencies = [
|
1661 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
1662 | ]
|
1663 |
|
1664 | [[package]]
|
1665 | name = "try-lock"
|
1666 | version = "0.2.2"
|
1667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1668 |
|
1669 | [[package]]
|
1670 | name = "typenum"
|
1671 | version = "1.11.2"
|
1672 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1673 |
|
1674 | [[package]]
|
1675 | name = "unicode-bidi"
|
1676 | version = "0.3.4"
|
1677 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1678 | dependencies = [
|
1679 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1680 | ]
|
1681 |
|
1682 | [[package]]
|
1683 | name = "unicode-normalization"
|
1684 | version = "0.1.11"
|
1685 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1686 | dependencies = [
|
1687 | "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1688 | ]
|
1689 |
|
1690 | [[package]]
|
1691 | name = "unicode-segmentation"
|
1692 | version = "1.6.0"
|
1693 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1694 |
|
1695 | [[package]]
|
1696 | name = "unicode-width"
|
1697 | version = "0.1.7"
|
1698 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1699 |
|
1700 | [[package]]
|
1701 | name = "unicode-xid"
|
1702 | version = "0.1.0"
|
1703 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1704 |
|
1705 | [[package]]
|
1706 | name = "unicode-xid"
|
1707 | version = "0.2.0"
|
1708 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1709 |
|
1710 | [[package]]
|
1711 | name = "untrusted"
|
1712 | version = "0.6.2"
|
1713 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1714 |
|
1715 | [[package]]
|
1716 | name = "url"
|
1717 | version = "1.7.2"
|
1718 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1719 | dependencies = [
|
1720 | "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1721 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1722 | "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1723 | ]
|
1724 |
|
1725 | [[package]]
|
1726 | name = "uuid"
|
1727 | version = "0.7.4"
|
1728 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1729 | dependencies = [
|
1730 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1731 | ]
|
1732 |
|
1733 | [[package]]
|
1734 | name = "vec_map"
|
1735 | version = "0.8.1"
|
1736 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1737 |
|
1738 | [[package]]
|
1739 | name = "version_check"
|
1740 | version = "0.1.5"
|
1741 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1742 |
|
1743 | [[package]]
|
1744 | name = "want"
|
1745 | version = "0.2.0"
|
1746 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1747 | dependencies = [
|
1748 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
1749 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1750 | "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1751 | ]
|
1752 |
|
1753 | [[package]]
|
1754 | name = "webpki"
|
1755 | version = "0.19.1"
|
1756 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1757 | dependencies = [
|
1758 | "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
1759 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1760 | ]
|
1761 |
|
1762 | [[package]]
|
1763 | name = "webpki-roots"
|
1764 | version = "0.16.0"
|
1765 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1766 | dependencies = [
|
1767 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1768 | "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1769 | ]
|
1770 |
|
1771 | [[package]]
|
1772 | name = "winapi"
|
1773 | version = "0.2.8"
|
1774 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1775 |
|
1776 | [[package]]
|
1777 | name = "winapi"
|
1778 | version = "0.3.8"
|
1779 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1780 | dependencies = [
|
1781 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1782 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1783 | ]
|
1784 |
|
1785 | [[package]]
|
1786 | name = "winapi-build"
|
1787 | version = "0.1.1"
|
1788 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1789 |
|
1790 | [[package]]
|
1791 | name = "winapi-i686-pc-windows-gnu"
|
1792 | version = "0.4.0"
|
1793 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1794 |
|
1795 | [[package]]
|
1796 | name = "winapi-util"
|
1797 | version = "0.1.2"
|
1798 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1799 | dependencies = [
|
1800 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1801 | ]
|
1802 |
|
1803 | [[package]]
|
1804 | name = "winapi-x86_64-pc-windows-gnu"
|
1805 | version = "0.4.0"
|
1806 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1807 |
|
1808 | [[package]]
|
1809 | name = "wincolor"
|
1810 | version = "1.0.2"
|
1811 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1812 | dependencies = [
|
1813 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1814 | "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
1815 | ]
|
1816 |
|
1817 | [[package]]
|
1818 | name = "ws2_32-sys"
|
1819 | version = "0.2.1"
|
1820 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1821 | dependencies = [
|
1822 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
1823 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1824 | ]
|
1825 |
|
1826 | [[package]]
|
1827 | name = "xml-rs"
|
1828 | version = "0.7.0"
|
1829 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1830 | dependencies = [
|
1831 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1832 | ]
|
1833 |
|
1834 | [metadata]
|
1835 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
|
1836 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
1837 | "checksum arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d7b8a9123b8027467bce0099fe556c628a53c8d83df0507084c31e9ba2e39aff"
|
1838 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
1839 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
1840 | "checksum askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc2a4b6d7f812d2b13d251ae792caecebd635d6401761162d4b71d5ebe1a010"
|
1841 | "checksum askama_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ee2fff0f22ad5d215cace1227cd036c28e81e26206763bb837b6d0e766c87d"
|
1842 | "checksum askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0de942230b5beedaa9e1d64df5b76fa1c97002e4c7982897be899cccf40621d"
|
1843 | "checksum askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6dfa6b6d254fd066a8bbed9a8f913123e3f701db89216ad4f0aff04ad87718c"
|
1844 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
1845 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
1846 | "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
|
1847 | "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
|
1848 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
1849 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
1850 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
1851 | "checksum blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b83b7baab1e671718d78204225800d6b170e648188ac7dc992e9d6bddf87d0c0"
|
1852 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab"
|
1853 | "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
1854 | "checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
1855 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
|
1856 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
1857 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
1858 | "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
1859 | "checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76"
|
1860 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
1861 | "checksum chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862"
|
1862 | "checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
|
1863 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
1864 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
1865 | "checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
|
1866 | "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
|
1867 | "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
|
1868 | "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
|
1869 | "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
1870 | "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
|
1871 | "checksum crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0999b4ff4d3446d4ddb19a63e9e00c1876e75cd7000d20e57a693b4b3f08d958"
|
1872 | "checksum ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b4660f8b07a560a88c02d76286edb9f0d5d64e495d2b0f233186155aa51be1f"
|
1873 | "checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839"
|
1874 | "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
|
1875 | "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
1876 | "checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
1877 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
1878 | "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
|
1879 | "checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
|
1880 | "checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"
|
1881 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
1882 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
1883 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
1884 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
1885 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
1886 | "checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
1887 | "checksum futures-backoff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79f590345ee8cedf1f36068db74ca81c7e7bf753a3e59ea58b0826243a13971b"
|
1888 | "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
1889 | "checksum futures-timer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a5cedfe9b6dc756220782cc1ba5bcb1fa091cdcba155e40d3556159c3db58043"
|
1890 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
1891 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
|
1892 | "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
|
1893 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
1894 | "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120"
|
1895 | "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
1896 | "checksum hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44f3bdb08579d99d7dc761c0e266f13b5f2ab8c8c703b9fc9ef333cd8f48f55e"
|
1897 | "checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
|
1898 | "checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
|
1899 | "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
1900 | "checksum human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bec6e801ef7367625bd94ad7e2965e6027189f3e9deef422388d993af2814a0"
|
1901 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
|
1902 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
1903 | "checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
|
1904 | "checksum hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15b66d1bd4864ef036adf2363409caa3acd63ebb4725957b66e621c8a36631a3"
|
1905 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
1906 | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
|
1907 | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
1908 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
1909 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
1910 | "checksum keystream 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28"
|
1911 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
1912 | "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
1913 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
|
1914 | "checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586"
|
1915 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
1916 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
1917 | "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
1918 | "checksum md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48"
|
1919 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
1920 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
|
1921 | "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
|
1922 | "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
|
1923 | "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
1924 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
1925 | "checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
|
1926 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
1927 | "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
1928 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
1929 | "checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4"
|
1930 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
|
1931 | "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
1932 | "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
1933 | "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
|
1934 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
1935 | "checksum pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "717ee476b1690853d222af4634056d830b5197ffd747726a9a1eee6da9f49074"
|
1936 | "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
1937 | "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
|
1938 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
1939 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
1940 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
1941 | "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
1942 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
1943 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
1944 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
1945 | "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
1946 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
1947 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
1948 | "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
1949 | "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
1950 | "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
1951 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
1952 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
1953 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
1954 | "checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
|
1955 | "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
|
1956 | "checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
|
1957 | "checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c"
|
1958 | "checksum rusoto_core 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1a1069ba04874a485528d1602fab4569f2434a5547614428e2cc22b91bfb71"
|
1959 | "checksum rusoto_credential 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0d6cc3a602f01b9c5a04c8ed4ee281b789c5b2692d93202367c9b99ebc022ed"
|
1960 | "checksum rusoto_s3 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4da6eac54781d2aac517a99f1d85d0d6a78674543f8d122d884628c1ff21b495"
|
1961 | "checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
|
1962 | "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
1963 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
1964 | "checksum rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f271e3552cd835fa28c541c34a7e8fdd8cdff09d77fe4eb8f6c42e87a11b096e"
|
1965 | "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
1966 | "checksum safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
1967 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
1968 | "checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9"
|
1969 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
1970 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
1971 | "checksum serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702"
|
1972 | "checksum serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0"
|
1973 | "checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7"
|
1974 | "checksum serde_test 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "c52f24dbb54cfb71ab54c48177354e7ae8cdbfb125fc5b126d0653be34e9e31b"
|
1975 | "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0"
|
1976 | "checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d"
|
1977 | "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
1978 | "checksum signal-hook 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "7a9c17dd3ba2d36023a5c9472ecddeda07e27fd0b05436e8c1e0c8f178185652"
|
1979 | "checksum signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
|
1980 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
1981 | "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
|
1982 | "checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86"
|
1983 | "checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
|
1984 | "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
1985 | "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
|
1986 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
1987 | "checksum structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7"
|
1988 | "checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107"
|
1989 | "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
1990 | "checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
|
1991 | "checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
|
1992 | "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
|
1993 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
1994 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
1995 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
1996 | "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
|
1997 | "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
|
1998 | "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
|
1999 | "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
|
2000 | "checksum tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab"
|
2001 | "checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
|
2002 | "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
|
2003 | "checksum tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
|
2004 | "checksum tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146"
|
2005 | "checksum tokio-rustls 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "95a199832a67452c60bed18ed951d28d5755ff57b02b3d2d535d9f13a81ea6c9"
|
2006 | "checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
|
2007 | "checksum tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
|
2008 | "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
|
2009 | "checksum tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c"
|
2010 | "checksum tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827"
|
2011 | "checksum tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
|
2012 | "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
|
2013 | "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
2014 | "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
2015 | "checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
2016 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2017 | "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf"
|
2018 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2019 | "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2020 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2021 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2022 | "checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
|
2023 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2024 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
|
2025 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2026 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2027 | "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
|
2028 | "checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082"
|
2029 | "checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e"
|
2030 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2031 | "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2032 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2033 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2034 | "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2035 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2036 | "checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
|
2037 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2038 | "checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"
|