diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 999 |
1 files changed, 999 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..74c1be3 --- /dev/null +++ b/Cargo.lock | |||
@@ -0,0 +1,999 @@ | |||
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.13" | ||
6 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
7 | checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" | ||
8 | dependencies = [ | ||
9 | "memchr", | ||
10 | ] | ||
11 | |||
12 | [[package]] | ||
13 | name = "arc-swap" | ||
14 | version = "0.4.7" | ||
15 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
16 | checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" | ||
17 | |||
18 | [[package]] | ||
19 | name = "atty" | ||
20 | version = "0.2.14" | ||
21 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
22 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | ||
23 | dependencies = [ | ||
24 | "hermit-abi", | ||
25 | "libc", | ||
26 | "winapi 0.3.9", | ||
27 | ] | ||
28 | |||
29 | [[package]] | ||
30 | name = "autocfg" | ||
31 | version = "0.1.7" | ||
32 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
33 | checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | ||
34 | |||
35 | [[package]] | ||
36 | name = "autocfg" | ||
37 | version = "1.0.1" | ||
38 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
39 | checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | ||
40 | |||
41 | [[package]] | ||
42 | name = "bitflags" | ||
43 | version = "1.2.1" | ||
44 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
45 | checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | ||
46 | |||
47 | [[package]] | ||
48 | name = "bytes" | ||
49 | version = "0.5.6" | ||
50 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
51 | checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" | ||
52 | |||
53 | [[package]] | ||
54 | name = "cfg-if" | ||
55 | version = "0.1.10" | ||
56 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
57 | checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | ||
58 | |||
59 | [[package]] | ||
60 | name = "cloudabi" | ||
61 | version = "0.0.3" | ||
62 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
63 | checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | ||
64 | dependencies = [ | ||
65 | "bitflags", | ||
66 | ] | ||
67 | |||
68 | [[package]] | ||
69 | name = "env_logger" | ||
70 | version = "0.7.1" | ||
71 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
72 | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" | ||
73 | dependencies = [ | ||
74 | "atty", | ||
75 | "humantime", | ||
76 | "log", | ||
77 | "regex", | ||
78 | "termcolor", | ||
79 | ] | ||
80 | |||
81 | [[package]] | ||
82 | name = "fallible-iterator" | ||
83 | version = "0.2.0" | ||
84 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
85 | checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" | ||
86 | |||
87 | [[package]] | ||
88 | name = "fallible-streaming-iterator" | ||
89 | version = "0.1.9" | ||
90 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
91 | checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" | ||
92 | |||
93 | [[package]] | ||
94 | name = "fnv" | ||
95 | version = "1.0.7" | ||
96 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
97 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | ||
98 | |||
99 | [[package]] | ||
100 | name = "fuchsia-cprng" | ||
101 | version = "0.1.1" | ||
102 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
103 | checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | ||
104 | |||
105 | [[package]] | ||
106 | name = "fuchsia-zircon" | ||
107 | version = "0.3.3" | ||
108 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
109 | checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | ||
110 | dependencies = [ | ||
111 | "bitflags", | ||
112 | "fuchsia-zircon-sys", | ||
113 | ] | ||
114 | |||
115 | [[package]] | ||
116 | name = "fuchsia-zircon-sys" | ||
117 | version = "0.3.3" | ||
118 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
119 | checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | ||
120 | |||
121 | [[package]] | ||
122 | name = "futures-channel" | ||
123 | version = "0.3.5" | ||
124 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
125 | checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5" | ||
126 | dependencies = [ | ||
127 | "futures-core", | ||
128 | ] | ||
129 | |||
130 | [[package]] | ||
131 | name = "futures-core" | ||
132 | version = "0.3.5" | ||
133 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
134 | checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" | ||
135 | |||
136 | [[package]] | ||
137 | name = "futures-macro" | ||
138 | version = "0.3.5" | ||
139 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
140 | checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" | ||
141 | dependencies = [ | ||
142 | "proc-macro-hack", | ||
143 | "proc-macro2", | ||
144 | "quote", | ||
145 | "syn", | ||
146 | ] | ||
147 | |||
148 | [[package]] | ||
149 | name = "futures-sink" | ||
150 | version = "0.3.5" | ||
151 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
152 | checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" | ||
153 | |||
154 | [[package]] | ||
155 | name = "futures-task" | ||
156 | version = "0.3.5" | ||
157 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
158 | checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" | ||
159 | dependencies = [ | ||
160 | "once_cell", | ||
161 | ] | ||
162 | |||
163 | [[package]] | ||
164 | name = "futures-util" | ||
165 | version = "0.3.5" | ||
166 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
167 | checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6" | ||
168 | dependencies = [ | ||
169 | "futures-core", | ||
170 | "futures-macro", | ||
171 | "futures-task", | ||
172 | "pin-project", | ||
173 | "pin-utils", | ||
174 | "proc-macro-hack", | ||
175 | "proc-macro-nested", | ||
176 | "slab", | ||
177 | ] | ||
178 | |||
179 | [[package]] | ||
180 | name = "h2" | ||
181 | version = "0.2.6" | ||
182 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
183 | checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53" | ||
184 | dependencies = [ | ||
185 | "bytes", | ||
186 | "fnv", | ||
187 | "futures-core", | ||
188 | "futures-sink", | ||
189 | "futures-util", | ||
190 | "http", | ||
191 | "indexmap", | ||
192 | "slab", | ||
193 | "tokio", | ||
194 | "tokio-util", | ||
195 | "tracing", | ||
196 | ] | ||
197 | |||
198 | [[package]] | ||
199 | name = "hashbrown" | ||
200 | version = "0.8.2" | ||
201 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
202 | checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25" | ||
203 | dependencies = [ | ||
204 | "autocfg 1.0.1", | ||
205 | ] | ||
206 | |||
207 | [[package]] | ||
208 | name = "hedge" | ||
209 | version = "0.1.0" | ||
210 | dependencies = [ | ||
211 | "futures-util", | ||
212 | "hyper", | ||
213 | "nanoid", | ||
214 | "pretty_env_logger", | ||
215 | "rusqlite", | ||
216 | "tokio", | ||
217 | "url", | ||
218 | ] | ||
219 | |||
220 | [[package]] | ||
221 | name = "hermit-abi" | ||
222 | version = "0.1.15" | ||
223 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
224 | checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" | ||
225 | dependencies = [ | ||
226 | "libc", | ||
227 | ] | ||
228 | |||
229 | [[package]] | ||
230 | name = "http" | ||
231 | version = "0.2.1" | ||
232 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
233 | checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" | ||
234 | dependencies = [ | ||
235 | "bytes", | ||
236 | "fnv", | ||
237 | "itoa", | ||
238 | ] | ||
239 | |||
240 | [[package]] | ||
241 | name = "http-body" | ||
242 | version = "0.3.1" | ||
243 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
244 | checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" | ||
245 | dependencies = [ | ||
246 | "bytes", | ||
247 | "http", | ||
248 | ] | ||
249 | |||
250 | [[package]] | ||
251 | name = "httparse" | ||
252 | version = "1.3.4" | ||
253 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
254 | checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" | ||
255 | |||
256 | [[package]] | ||
257 | name = "humantime" | ||
258 | version = "1.3.0" | ||
259 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
260 | checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | ||
261 | dependencies = [ | ||
262 | "quick-error", | ||
263 | ] | ||
264 | |||
265 | [[package]] | ||
266 | name = "hyper" | ||
267 | version = "0.13.7" | ||
268 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
269 | checksum = "3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb" | ||
270 | dependencies = [ | ||
271 | "bytes", | ||
272 | "futures-channel", | ||
273 | "futures-core", | ||
274 | "futures-util", | ||
275 | "h2", | ||
276 | "http", | ||
277 | "http-body", | ||
278 | "httparse", | ||
279 | "itoa", | ||
280 | "pin-project", | ||
281 | "socket2", | ||
282 | "time", | ||
283 | "tokio", | ||
284 | "tower-service", | ||
285 | "tracing", | ||
286 | "want", | ||
287 | ] | ||
288 | |||
289 | [[package]] | ||
290 | name = "idna" | ||
291 | version = "0.2.0" | ||
292 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
293 | checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | ||
294 | dependencies = [ | ||
295 | "matches", | ||
296 | "unicode-bidi", | ||
297 | "unicode-normalization", | ||
298 | ] | ||
299 | |||
300 | [[package]] | ||
301 | name = "indexmap" | ||
302 | version = "1.5.1" | ||
303 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
304 | checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9" | ||
305 | dependencies = [ | ||
306 | "autocfg 1.0.1", | ||
307 | "hashbrown", | ||
308 | ] | ||
309 | |||
310 | [[package]] | ||
311 | name = "iovec" | ||
312 | version = "0.1.4" | ||
313 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
314 | checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | ||
315 | dependencies = [ | ||
316 | "libc", | ||
317 | ] | ||
318 | |||
319 | [[package]] | ||
320 | name = "itoa" | ||
321 | version = "0.4.6" | ||
322 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
323 | checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" | ||
324 | |||
325 | [[package]] | ||
326 | name = "kernel32-sys" | ||
327 | version = "0.2.2" | ||
328 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
329 | checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | ||
330 | dependencies = [ | ||
331 | "winapi 0.2.8", | ||
332 | "winapi-build", | ||
333 | ] | ||
334 | |||
335 | [[package]] | ||
336 | name = "lazy_static" | ||
337 | version = "1.4.0" | ||
338 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
339 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | ||
340 | |||
341 | [[package]] | ||
342 | name = "libc" | ||
343 | version = "0.2.76" | ||
344 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
345 | checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3" | ||
346 | |||
347 | [[package]] | ||
348 | name = "libsqlite3-sys" | ||
349 | version = "0.20.0" | ||
350 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
351 | checksum = "e3a245984b1b06c291f46e27ebda9f369a94a1ab8461d0e845e23f9ced01f5db" | ||
352 | dependencies = [ | ||
353 | "pkg-config", | ||
354 | "vcpkg", | ||
355 | ] | ||
356 | |||
357 | [[package]] | ||
358 | name = "linked-hash-map" | ||
359 | version = "0.5.3" | ||
360 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
361 | checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" | ||
362 | |||
363 | [[package]] | ||
364 | name = "log" | ||
365 | version = "0.4.11" | ||
366 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
367 | checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" | ||
368 | dependencies = [ | ||
369 | "cfg-if", | ||
370 | ] | ||
371 | |||
372 | [[package]] | ||
373 | name = "lru-cache" | ||
374 | version = "0.1.2" | ||
375 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
376 | checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" | ||
377 | dependencies = [ | ||
378 | "linked-hash-map", | ||
379 | ] | ||
380 | |||
381 | [[package]] | ||
382 | name = "matches" | ||
383 | version = "0.1.8" | ||
384 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
385 | checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | ||
386 | |||
387 | [[package]] | ||
388 | name = "memchr" | ||
389 | version = "2.3.3" | ||
390 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
391 | checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" | ||
392 | |||
393 | [[package]] | ||
394 | name = "mio" | ||
395 | version = "0.6.22" | ||
396 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
397 | checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" | ||
398 | dependencies = [ | ||
399 | "cfg-if", | ||
400 | "fuchsia-zircon", | ||
401 | "fuchsia-zircon-sys", | ||
402 | "iovec", | ||
403 | "kernel32-sys", | ||
404 | "libc", | ||
405 | "log", | ||
406 | "miow 0.2.1", | ||
407 | "net2", | ||
408 | "slab", | ||
409 | "winapi 0.2.8", | ||
410 | ] | ||
411 | |||
412 | [[package]] | ||
413 | name = "mio-named-pipes" | ||
414 | version = "0.1.7" | ||
415 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
416 | checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" | ||
417 | dependencies = [ | ||
418 | "log", | ||
419 | "mio", | ||
420 | "miow 0.3.5", | ||
421 | "winapi 0.3.9", | ||
422 | ] | ||
423 | |||
424 | [[package]] | ||
425 | name = "mio-uds" | ||
426 | version = "0.6.8" | ||
427 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
428 | checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" | ||
429 | dependencies = [ | ||
430 | "iovec", | ||
431 | "libc", | ||
432 | "mio", | ||
433 | ] | ||
434 | |||
435 | [[package]] | ||
436 | name = "miow" | ||
437 | version = "0.2.1" | ||
438 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
439 | checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | ||
440 | dependencies = [ | ||
441 | "kernel32-sys", | ||
442 | "net2", | ||
443 | "winapi 0.2.8", | ||
444 | "ws2_32-sys", | ||
445 | ] | ||
446 | |||
447 | [[package]] | ||
448 | name = "miow" | ||
449 | version = "0.3.5" | ||
450 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
451 | checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" | ||
452 | dependencies = [ | ||
453 | "socket2", | ||
454 | "winapi 0.3.9", | ||
455 | ] | ||
456 | |||
457 | [[package]] | ||
458 | name = "nanoid" | ||
459 | version = "0.3.0" | ||
460 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
461 | checksum = "a6226bc4e142124cb44e309a37a04cd9bb10e740d8642855441d3b14808f635e" | ||
462 | dependencies = [ | ||
463 | "rand", | ||
464 | ] | ||
465 | |||
466 | [[package]] | ||
467 | name = "net2" | ||
468 | version = "0.2.34" | ||
469 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
470 | checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" | ||
471 | dependencies = [ | ||
472 | "cfg-if", | ||
473 | "libc", | ||
474 | "winapi 0.3.9", | ||
475 | ] | ||
476 | |||
477 | [[package]] | ||
478 | name = "num_cpus" | ||
479 | version = "1.13.0" | ||
480 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
481 | checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" | ||
482 | dependencies = [ | ||
483 | "hermit-abi", | ||
484 | "libc", | ||
485 | ] | ||
486 | |||
487 | [[package]] | ||
488 | name = "once_cell" | ||
489 | version = "1.4.1" | ||
490 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
491 | checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" | ||
492 | |||
493 | [[package]] | ||
494 | name = "percent-encoding" | ||
495 | version = "2.1.0" | ||
496 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
497 | checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" | ||
498 | |||
499 | [[package]] | ||
500 | name = "pin-project" | ||
501 | version = "0.4.23" | ||
502 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
503 | checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa" | ||
504 | dependencies = [ | ||
505 | "pin-project-internal", | ||
506 | ] | ||
507 | |||
508 | [[package]] | ||
509 | name = "pin-project-internal" | ||
510 | version = "0.4.23" | ||
511 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
512 | checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f" | ||
513 | dependencies = [ | ||
514 | "proc-macro2", | ||
515 | "quote", | ||
516 | "syn", | ||
517 | ] | ||
518 | |||
519 | [[package]] | ||
520 | name = "pin-project-lite" | ||
521 | version = "0.1.7" | ||
522 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
523 | checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715" | ||
524 | |||
525 | [[package]] | ||
526 | name = "pin-utils" | ||
527 | version = "0.1.0" | ||
528 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
529 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | ||
530 | |||
531 | [[package]] | ||
532 | name = "pkg-config" | ||
533 | version = "0.3.18" | ||
534 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
535 | checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33" | ||
536 | |||
537 | [[package]] | ||
538 | name = "pretty_env_logger" | ||
539 | version = "0.4.0" | ||
540 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
541 | checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d" | ||
542 | dependencies = [ | ||
543 | "env_logger", | ||
544 | "log", | ||
545 | ] | ||
546 | |||
547 | [[package]] | ||
548 | name = "proc-macro-hack" | ||
549 | version = "0.5.18" | ||
550 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
551 | checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598" | ||
552 | |||
553 | [[package]] | ||
554 | name = "proc-macro-nested" | ||
555 | version = "0.1.6" | ||
556 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
557 | checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" | ||
558 | |||
559 | [[package]] | ||
560 | name = "proc-macro2" | ||
561 | version = "1.0.19" | ||
562 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
563 | checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12" | ||
564 | dependencies = [ | ||
565 | "unicode-xid", | ||
566 | ] | ||
567 | |||
568 | [[package]] | ||
569 | name = "quick-error" | ||
570 | version = "1.2.3" | ||
571 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
572 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" | ||
573 | |||
574 | [[package]] | ||
575 | name = "quote" | ||
576 | version = "1.0.7" | ||
577 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
578 | checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" | ||
579 | dependencies = [ | ||
580 | "proc-macro2", | ||
581 | ] | ||
582 | |||
583 | [[package]] | ||
584 | name = "rand" | ||
585 | version = "0.6.5" | ||
586 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
587 | checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | ||
588 | dependencies = [ | ||
589 | "autocfg 0.1.7", | ||
590 | "libc", | ||
591 | "rand_chacha", | ||
592 | "rand_core 0.4.2", | ||
593 | "rand_hc", | ||
594 | "rand_isaac", | ||
595 | "rand_jitter", | ||
596 | "rand_os", | ||
597 | "rand_pcg", | ||
598 | "rand_xorshift", | ||
599 | "winapi 0.3.9", | ||
600 | ] | ||
601 | |||
602 | [[package]] | ||
603 | name = "rand_chacha" | ||
604 | version = "0.1.1" | ||
605 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
606 | checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | ||
607 | dependencies = [ | ||
608 | "autocfg 0.1.7", | ||
609 | "rand_core 0.3.1", | ||
610 | ] | ||
611 | |||
612 | [[package]] | ||
613 | name = "rand_core" | ||
614 | version = "0.3.1" | ||
615 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
616 | checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | ||
617 | dependencies = [ | ||
618 | "rand_core 0.4.2", | ||
619 | ] | ||
620 | |||
621 | [[package]] | ||
622 | name = "rand_core" | ||
623 | version = "0.4.2" | ||
624 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
625 | checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" | ||
626 | |||
627 | [[package]] | ||
628 | name = "rand_hc" | ||
629 | version = "0.1.0" | ||
630 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
631 | checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | ||
632 | dependencies = [ | ||
633 | "rand_core 0.3.1", | ||
634 | ] | ||
635 | |||
636 | [[package]] | ||
637 | name = "rand_isaac" | ||
638 | version = "0.1.1" | ||
639 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
640 | checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | ||
641 | dependencies = [ | ||
642 | "rand_core 0.3.1", | ||
643 | ] | ||
644 | |||
645 | [[package]] | ||
646 | name = "rand_jitter" | ||
647 | version = "0.1.4" | ||
648 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
649 | checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" | ||
650 | dependencies = [ | ||
651 | "libc", | ||
652 | "rand_core 0.4.2", | ||
653 | "winapi 0.3.9", | ||
654 | ] | ||
655 | |||
656 | [[package]] | ||
657 | name = "rand_os" | ||
658 | version = "0.1.3" | ||
659 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
660 | checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" | ||
661 | dependencies = [ | ||
662 | "cloudabi", | ||
663 | "fuchsia-cprng", | ||
664 | "libc", | ||
665 | "rand_core 0.4.2", | ||
666 | "rdrand", | ||
667 | "winapi 0.3.9", | ||
668 | ] | ||
669 | |||
670 | [[package]] | ||
671 | name = "rand_pcg" | ||
672 | version = "0.1.2" | ||
673 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
674 | checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" | ||
675 | dependencies = [ | ||
676 | "autocfg 0.1.7", | ||
677 | "rand_core 0.4.2", | ||
678 | ] | ||
679 | |||
680 | [[package]] | ||
681 | name = "rand_xorshift" | ||
682 | version = "0.1.1" | ||
683 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
684 | checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | ||
685 | dependencies = [ | ||
686 | "rand_core 0.3.1", | ||
687 | ] | ||
688 | |||
689 | [[package]] | ||
690 | name = "rdrand" | ||
691 | version = "0.4.0" | ||
692 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
693 | checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | ||
694 | dependencies = [ | ||
695 | "rand_core 0.3.1", | ||
696 | ] | ||
697 | |||
698 | [[package]] | ||
699 | name = "redox_syscall" | ||
700 | version = "0.1.57" | ||
701 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
702 | checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" | ||
703 | |||
704 | [[package]] | ||
705 | name = "regex" | ||
706 | version = "1.3.9" | ||
707 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
708 | checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" | ||
709 | dependencies = [ | ||
710 | "aho-corasick", | ||
711 | "memchr", | ||
712 | "regex-syntax", | ||
713 | "thread_local", | ||
714 | ] | ||
715 | |||
716 | [[package]] | ||
717 | name = "regex-syntax" | ||
718 | version = "0.6.18" | ||
719 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
720 | checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" | ||
721 | |||
722 | [[package]] | ||
723 | name = "rusqlite" | ||
724 | version = "0.24.0" | ||
725 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
726 | checksum = "4c78c3275d9d6eb684d2db4b2388546b32fdae0586c20a82f3905d21ea78b9ef" | ||
727 | dependencies = [ | ||
728 | "bitflags", | ||
729 | "fallible-iterator", | ||
730 | "fallible-streaming-iterator", | ||
731 | "libsqlite3-sys", | ||
732 | "lru-cache", | ||
733 | "memchr", | ||
734 | "smallvec", | ||
735 | ] | ||
736 | |||
737 | [[package]] | ||
738 | name = "signal-hook-registry" | ||
739 | version = "1.2.1" | ||
740 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
741 | checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035" | ||
742 | dependencies = [ | ||
743 | "arc-swap", | ||
744 | "libc", | ||
745 | ] | ||
746 | |||
747 | [[package]] | ||
748 | name = "slab" | ||
749 | version = "0.4.2" | ||
750 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
751 | checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | ||
752 | |||
753 | [[package]] | ||
754 | name = "smallvec" | ||
755 | version = "1.4.2" | ||
756 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
757 | checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" | ||
758 | |||
759 | [[package]] | ||
760 | name = "socket2" | ||
761 | version = "0.3.12" | ||
762 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
763 | checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918" | ||
764 | dependencies = [ | ||
765 | "cfg-if", | ||
766 | "libc", | ||
767 | "redox_syscall", | ||
768 | "winapi 0.3.9", | ||
769 | ] | ||
770 | |||
771 | [[package]] | ||
772 | name = "syn" | ||
773 | version = "1.0.39" | ||
774 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
775 | checksum = "891d8d6567fe7c7f8835a3a98af4208f3846fba258c1bc3c31d6e506239f11f9" | ||
776 | dependencies = [ | ||
777 | "proc-macro2", | ||
778 | "quote", | ||
779 | "unicode-xid", | ||
780 | ] | ||
781 | |||
782 | [[package]] | ||
783 | name = "termcolor" | ||
784 | version = "1.1.0" | ||
785 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
786 | checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" | ||
787 | dependencies = [ | ||
788 | "winapi-util", | ||
789 | ] | ||
790 | |||
791 | [[package]] | ||
792 | name = "thread_local" | ||
793 | version = "1.0.1" | ||
794 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
795 | checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" | ||
796 | dependencies = [ | ||
797 | "lazy_static", | ||
798 | ] | ||
799 | |||
800 | [[package]] | ||
801 | name = "time" | ||
802 | version = "0.1.43" | ||
803 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
804 | checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" | ||
805 | dependencies = [ | ||
806 | "libc", | ||
807 | "winapi 0.3.9", | ||
808 | ] | ||
809 | |||
810 | [[package]] | ||
811 | name = "tinyvec" | ||
812 | version = "0.3.4" | ||
813 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
814 | checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117" | ||
815 | |||
816 | [[package]] | ||
817 | name = "tokio" | ||
818 | version = "0.2.22" | ||
819 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
820 | checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd" | ||
821 | dependencies = [ | ||
822 | "bytes", | ||
823 | "fnv", | ||
824 | "futures-core", | ||
825 | "iovec", | ||
826 | "lazy_static", | ||
827 | "libc", | ||
828 | "memchr", | ||
829 | "mio", | ||
830 | "mio-named-pipes", | ||
831 | "mio-uds", | ||
832 | "num_cpus", | ||
833 | "pin-project-lite", | ||
834 | "signal-hook-registry", | ||
835 | "slab", | ||
836 | "tokio-macros", | ||
837 | "winapi 0.3.9", | ||
838 | ] | ||
839 | |||
840 | [[package]] | ||
841 | name = "tokio-macros" | ||
842 | version = "0.2.5" | ||
843 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
844 | checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" | ||
845 | dependencies = [ | ||
846 | "proc-macro2", | ||
847 | "quote", | ||
848 | "syn", | ||
849 | ] | ||
850 | |||
851 | [[package]] | ||
852 | name = "tokio-util" | ||
853 | version = "0.3.1" | ||
854 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
855 | checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" | ||
856 | dependencies = [ | ||
857 | "bytes", | ||
858 | "futures-core", | ||
859 | "futures-sink", | ||
860 | "log", | ||
861 | "pin-project-lite", | ||
862 | "tokio", | ||
863 | ] | ||
864 | |||
865 | [[package]] | ||
866 | name = "tower-service" | ||
867 | version = "0.3.0" | ||
868 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
869 | checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" | ||
870 | |||
871 | [[package]] | ||
872 | name = "tracing" | ||
873 | version = "0.1.19" | ||
874 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
875 | checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c" | ||
876 | dependencies = [ | ||
877 | "cfg-if", | ||
878 | "log", | ||
879 | "tracing-core", | ||
880 | ] | ||
881 | |||
882 | [[package]] | ||
883 | name = "tracing-core" | ||
884 | version = "0.1.14" | ||
885 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
886 | checksum = "db63662723c316b43ca36d833707cc93dff82a02ba3d7e354f342682cc8b3545" | ||
887 | dependencies = [ | ||
888 | "lazy_static", | ||
889 | ] | ||
890 | |||
891 | [[package]] | ||
892 | name = "try-lock" | ||
893 | version = "0.2.3" | ||
894 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
895 | checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" | ||
896 | |||
897 | [[package]] | ||
898 | name = "unicode-bidi" | ||
899 | version = "0.3.4" | ||
900 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
901 | checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | ||
902 | dependencies = [ | ||
903 | "matches", | ||
904 | ] | ||
905 | |||
906 | [[package]] | ||
907 | name = "unicode-normalization" | ||
908 | version = "0.1.13" | ||
909 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
910 | checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" | ||
911 | dependencies = [ | ||
912 | "tinyvec", | ||
913 | ] | ||
914 | |||
915 | [[package]] | ||
916 | name = "unicode-xid" | ||
917 | version = "0.2.1" | ||
918 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
919 | checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" | ||
920 | |||
921 | [[package]] | ||
922 | name = "url" | ||
923 | version = "2.1.1" | ||
924 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
925 | checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" | ||
926 | dependencies = [ | ||
927 | "idna", | ||
928 | "matches", | ||
929 | "percent-encoding", | ||
930 | ] | ||
931 | |||
932 | [[package]] | ||
933 | name = "vcpkg" | ||
934 | version = "0.2.10" | ||
935 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
936 | checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" | ||
937 | |||
938 | [[package]] | ||
939 | name = "want" | ||
940 | version = "0.3.0" | ||
941 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
942 | checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" | ||
943 | dependencies = [ | ||
944 | "log", | ||
945 | "try-lock", | ||
946 | ] | ||
947 | |||
948 | [[package]] | ||
949 | name = "winapi" | ||
950 | version = "0.2.8" | ||
951 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
952 | checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | ||
953 | |||
954 | [[package]] | ||
955 | name = "winapi" | ||
956 | version = "0.3.9" | ||
957 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
958 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | ||
959 | dependencies = [ | ||
960 | "winapi-i686-pc-windows-gnu", | ||
961 | "winapi-x86_64-pc-windows-gnu", | ||
962 | ] | ||
963 | |||
964 | [[package]] | ||
965 | name = "winapi-build" | ||
966 | version = "0.1.1" | ||
967 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
968 | checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | ||
969 | |||
970 | [[package]] | ||
971 | name = "winapi-i686-pc-windows-gnu" | ||
972 | version = "0.4.0" | ||
973 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
974 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | ||
975 | |||
976 | [[package]] | ||
977 | name = "winapi-util" | ||
978 | version = "0.1.5" | ||
979 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
980 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" | ||
981 | dependencies = [ | ||
982 | "winapi 0.3.9", | ||
983 | ] | ||
984 | |||
985 | [[package]] | ||
986 | name = "winapi-x86_64-pc-windows-gnu" | ||
987 | version = "0.4.0" | ||
988 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
989 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | ||
990 | |||
991 | [[package]] | ||
992 | name = "ws2_32-sys" | ||
993 | version = "0.2.1" | ||
994 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
995 | checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | ||
996 | dependencies = [ | ||
997 | "winapi 0.2.8", | ||
998 | "winapi-build", | ||
999 | ] | ||