]> Untitled Git - lemmy.git/blob - Cargo.lock
Merge branch 'main' into federated-moderation
[lemmy.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "activitystreams"
7 version = "0.7.0-alpha.11"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "3a5da1d857ec9ca65ef8d0469cdd64e7b93b59d6cad26f1444bf84b62f3eadd4"
10 dependencies = [
11  "chrono",
12  "mime",
13  "serde",
14  "serde_json",
15  "thiserror",
16  "url",
17 ]
18
19 [[package]]
20 name = "activitystreams-ext"
21 version = "0.1.0-alpha.2"
22 source = "registry+https://github.com/rust-lang/crates.io-index"
23 checksum = "bb8e19a0810cc25df3535061a08b7d8f8a734d309ea4411c57a9767e4a2ffa0e"
24 dependencies = [
25  "activitystreams",
26  "serde",
27  "serde_json",
28 ]
29
30 [[package]]
31 name = "actix"
32 version = "0.10.0"
33 source = "registry+https://github.com/rust-lang/crates.io-index"
34 checksum = "1be241f88f3b1e7e9a3fbe3b5a8a0f6915b5a1d7ee0d9a248d3376d01068cc60"
35 dependencies = [
36  "actix-rt",
37  "actix_derive",
38  "bitflags",
39  "bytes 0.5.6",
40  "crossbeam-channel 0.4.4",
41  "derive_more",
42  "futures-channel",
43  "futures-util",
44  "log",
45  "once_cell",
46  "parking_lot",
47  "pin-project 0.4.27",
48  "smallvec",
49  "tokio 0.2.25",
50  "tokio-util",
51  "trust-dns-proto",
52  "trust-dns-resolver",
53 ]
54
55 [[package]]
56 name = "actix-codec"
57 version = "0.3.0"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "78d1833b3838dbe990df0f1f87baf640cf6146e898166afe401839d1b001e570"
60 dependencies = [
61  "bitflags",
62  "bytes 0.5.6",
63  "futures-core",
64  "futures-sink",
65  "log",
66  "pin-project 0.4.27",
67  "tokio 0.2.25",
68  "tokio-util",
69 ]
70
71 [[package]]
72 name = "actix-connect"
73 version = "2.0.0"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
75 checksum = "177837a10863f15ba8d3ae3ec12fac1099099529ed20083a27fdfe247381d0dc"
76 dependencies = [
77  "actix-codec",
78  "actix-rt",
79  "actix-service",
80  "actix-utils",
81  "derive_more",
82  "either",
83  "futures-util",
84  "http",
85  "log",
86  "rustls",
87  "tokio-rustls",
88  "trust-dns-proto",
89  "trust-dns-resolver",
90  "webpki",
91 ]
92
93 [[package]]
94 name = "actix-http"
95 version = "2.2.0"
96 source = "registry+https://github.com/rust-lang/crates.io-index"
97 checksum = "452299e87817ae5673910e53c243484ca38be3828db819b6011736fc6982e874"
98 dependencies = [
99  "actix-codec",
100  "actix-connect",
101  "actix-rt",
102  "actix-service",
103  "actix-threadpool",
104  "actix-tls",
105  "actix-utils",
106  "base64 0.13.0",
107  "bitflags",
108  "brotli2",
109  "bytes 0.5.6",
110  "cookie",
111  "copyless",
112  "derive_more",
113  "either",
114  "encoding_rs",
115  "flate2",
116  "futures-channel",
117  "futures-core",
118  "futures-util",
119  "fxhash",
120  "h2",
121  "http",
122  "httparse",
123  "indexmap",
124  "itoa",
125  "language-tags",
126  "lazy_static",
127  "log",
128  "mime",
129  "percent-encoding",
130  "pin-project 1.0.4",
131  "rand 0.7.3",
132  "regex",
133  "serde",
134  "serde_json",
135  "serde_urlencoded",
136  "sha-1 0.9.3",
137  "slab",
138  "time 0.2.25",
139 ]
140
141 [[package]]
142 name = "actix-macros"
143 version = "0.1.3"
144 source = "registry+https://github.com/rust-lang/crates.io-index"
145 checksum = "b4ca8ce00b267af8ccebbd647de0d61e0674b6e61185cc7a592ff88772bed655"
146 dependencies = [
147  "quote 1.0.8",
148  "syn 1.0.60",
149 ]
150
151 [[package]]
152 name = "actix-router"
153 version = "0.2.6"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "b8be584b3b6c705a18eabc11c4059cf83b255bdd8511673d1d569f4ce40c69de"
156 dependencies = [
157  "bytestring",
158  "http",
159  "log",
160  "regex",
161  "serde",
162 ]
163
164 [[package]]
165 name = "actix-rt"
166 version = "1.1.1"
167 source = "registry+https://github.com/rust-lang/crates.io-index"
168 checksum = "143fcc2912e0d1de2bcf4e2f720d2a60c28652ab4179685a1ee159e0fb3db227"
169 dependencies = [
170  "actix-macros",
171  "actix-threadpool",
172  "copyless",
173  "futures-channel",
174  "futures-util",
175  "smallvec",
176  "tokio 0.2.25",
177 ]
178
179 [[package]]
180 name = "actix-server"
181 version = "1.0.4"
182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 checksum = "45407e6e672ca24784baa667c5d32ef109ccdd8d5e0b5ebb9ef8a67f4dfb708e"
184 dependencies = [
185  "actix-codec",
186  "actix-rt",
187  "actix-service",
188  "actix-utils",
189  "futures-channel",
190  "futures-util",
191  "log",
192  "mio",
193  "mio-uds",
194  "num_cpus",
195  "slab",
196  "socket2",
197 ]
198
199 [[package]]
200 name = "actix-service"
201 version = "1.0.6"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203 checksum = "0052435d581b5be835d11f4eb3bce417c8af18d87ddf8ace99f8e67e595882bb"
204 dependencies = [
205  "futures-util",
206  "pin-project 0.4.27",
207 ]
208
209 [[package]]
210 name = "actix-testing"
211 version = "1.0.1"
212 source = "registry+https://github.com/rust-lang/crates.io-index"
213 checksum = "47239ca38799ab74ee6a8a94d1ce857014b2ac36f242f70f3f75a66f691e791c"
214 dependencies = [
215  "actix-macros",
216  "actix-rt",
217  "actix-server",
218  "actix-service",
219  "log",
220  "socket2",
221 ]
222
223 [[package]]
224 name = "actix-threadpool"
225 version = "0.3.3"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 checksum = "d209f04d002854b9afd3743032a27b066158817965bf5d036824d19ac2cc0e30"
228 dependencies = [
229  "derive_more",
230  "futures-channel",
231  "lazy_static",
232  "log",
233  "num_cpus",
234  "parking_lot",
235  "threadpool",
236 ]
237
238 [[package]]
239 name = "actix-tls"
240 version = "2.0.0"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "24789b7d7361cf5503a504ebe1c10806896f61e96eca9a7350e23001aca715fb"
243 dependencies = [
244  "actix-codec",
245  "actix-service",
246  "actix-utils",
247  "futures-util",
248  "rustls",
249  "tokio-rustls",
250  "webpki",
251  "webpki-roots",
252 ]
253
254 [[package]]
255 name = "actix-utils"
256 version = "2.0.0"
257 source = "registry+https://github.com/rust-lang/crates.io-index"
258 checksum = "2e9022dec56632d1d7979e59af14f0597a28a830a9c1c7fec8b2327eb9f16b5a"
259 dependencies = [
260  "actix-codec",
261  "actix-rt",
262  "actix-service",
263  "bitflags",
264  "bytes 0.5.6",
265  "either",
266  "futures-channel",
267  "futures-sink",
268  "futures-util",
269  "log",
270  "pin-project 0.4.27",
271  "slab",
272 ]
273
274 [[package]]
275 name = "actix-web"
276 version = "3.3.2"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "e641d4a172e7faa0862241a20ff4f1f5ab0ab7c279f00c2d4587b77483477b86"
279 dependencies = [
280  "actix-codec",
281  "actix-http",
282  "actix-macros",
283  "actix-router",
284  "actix-rt",
285  "actix-server",
286  "actix-service",
287  "actix-testing",
288  "actix-threadpool",
289  "actix-tls",
290  "actix-utils",
291  "actix-web-codegen",
292  "awc",
293  "bytes 0.5.6",
294  "derive_more",
295  "encoding_rs",
296  "futures-channel",
297  "futures-core",
298  "futures-util",
299  "fxhash",
300  "log",
301  "mime",
302  "pin-project 1.0.4",
303  "regex",
304  "rustls",
305  "serde",
306  "serde_json",
307  "serde_urlencoded",
308  "socket2",
309  "time 0.2.25",
310  "tinyvec",
311  "url",
312 ]
313
314 [[package]]
315 name = "actix-web-actors"
316 version = "3.0.0"
317 source = "registry+https://github.com/rust-lang/crates.io-index"
318 checksum = "7f6edf3c2693e2a8c422800c87ee89a6a4eac7dd01109bc172a1093ce1f4f001"
319 dependencies = [
320  "actix",
321  "actix-codec",
322  "actix-http",
323  "actix-web",
324  "bytes 0.5.6",
325  "futures-channel",
326  "futures-core",
327  "pin-project 0.4.27",
328 ]
329
330 [[package]]
331 name = "actix-web-codegen"
332 version = "0.4.0"
333 source = "registry+https://github.com/rust-lang/crates.io-index"
334 checksum = "ad26f77093333e0e7c6ffe54ebe3582d908a104e448723eec6d43d08b07143fb"
335 dependencies = [
336  "proc-macro2 1.0.24",
337  "quote 1.0.8",
338  "syn 1.0.60",
339 ]
340
341 [[package]]
342 name = "actix_derive"
343 version = "0.5.0"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
345 checksum = "b95aceadaf327f18f0df5962fedc1bde2f870566a0b9f65c89508a3b1f79334c"
346 dependencies = [
347  "proc-macro2 1.0.24",
348  "quote 1.0.8",
349  "syn 1.0.60",
350 ]
351
352 [[package]]
353 name = "addr2line"
354 version = "0.14.1"
355 source = "registry+https://github.com/rust-lang/crates.io-index"
356 checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
357 dependencies = [
358  "gimli",
359 ]
360
361 [[package]]
362 name = "adler"
363 version = "0.2.3"
364 source = "registry+https://github.com/rust-lang/crates.io-index"
365 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
366
367 [[package]]
368 name = "adler32"
369 version = "1.2.0"
370 source = "registry+https://github.com/rust-lang/crates.io-index"
371 checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
372
373 [[package]]
374 name = "ahash"
375 version = "0.4.7"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
377 checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
378
379 [[package]]
380 name = "aho-corasick"
381 version = "0.7.15"
382 source = "registry+https://github.com/rust-lang/crates.io-index"
383 checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
384 dependencies = [
385  "memchr",
386 ]
387
388 [[package]]
389 name = "anyhow"
390 version = "1.0.38"
391 source = "registry+https://github.com/rust-lang/crates.io-index"
392 checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
393
394 [[package]]
395 name = "async-mutex"
396 version = "1.4.0"
397 source = "registry+https://github.com/rust-lang/crates.io-index"
398 checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
399 dependencies = [
400  "event-listener",
401 ]
402
403 [[package]]
404 name = "async-trait"
405 version = "0.1.42"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d"
408 dependencies = [
409  "proc-macro2 1.0.24",
410  "quote 1.0.8",
411  "syn 1.0.60",
412 ]
413
414 [[package]]
415 name = "atom_syndication"
416 version = "0.9.1"
417 source = "registry+https://github.com/rust-lang/crates.io-index"
418 checksum = "2d5016bf52ff4f3ed28bf3ec1fed96b53daf4b137d5e6b9f97a8cfae7b57a3a2"
419 dependencies = [
420  "chrono",
421  "derive_builder",
422  "diligent-date-parser",
423  "quick-xml",
424 ]
425
426 [[package]]
427 name = "atty"
428 version = "0.2.14"
429 source = "registry+https://github.com/rust-lang/crates.io-index"
430 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
431 dependencies = [
432  "hermit-abi",
433  "libc",
434  "winapi 0.3.9",
435 ]
436
437 [[package]]
438 name = "autocfg"
439 version = "1.0.1"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
442
443 [[package]]
444 name = "awc"
445 version = "2.0.3"
446 source = "registry+https://github.com/rust-lang/crates.io-index"
447 checksum = "b381e490e7b0cfc37ebc54079b0413d8093ef43d14a4e4747083f7fa47a9e691"
448 dependencies = [
449  "actix-codec",
450  "actix-http",
451  "actix-rt",
452  "actix-service",
453  "base64 0.13.0",
454  "bytes 0.5.6",
455  "cfg-if 1.0.0",
456  "derive_more",
457  "futures-core",
458  "log",
459  "mime",
460  "percent-encoding",
461  "rand 0.7.3",
462  "rustls",
463  "serde",
464  "serde_json",
465  "serde_urlencoded",
466 ]
467
468 [[package]]
469 name = "background-jobs"
470 version = "0.8.0"
471 source = "registry+https://github.com/rust-lang/crates.io-index"
472 checksum = "c445edc4c6f8329385507bddd65491bfa3293f0a46a785119a14e526710ab320"
473 dependencies = [
474  "background-jobs-actix",
475  "background-jobs-core",
476 ]
477
478 [[package]]
479 name = "background-jobs-actix"
480 version = "0.8.1"
481 source = "registry+https://github.com/rust-lang/crates.io-index"
482 checksum = "5a0caa1f592d2bcfde1e3b38db933215320e2402e75dc60afbfedbf59b831a74"
483 dependencies = [
484  "actix-rt",
485  "anyhow",
486  "async-mutex",
487  "async-trait",
488  "background-jobs-core",
489  "chrono",
490  "log",
491  "num_cpus",
492  "rand 0.7.3",
493  "serde",
494  "serde_json",
495  "thiserror",
496  "tokio 0.2.25",
497  "uuid",
498 ]
499
500 [[package]]
501 name = "background-jobs-core"
502 version = "0.8.0"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "b68ae77ec4330e8ac4ea643ce2f25d1e8d81509eb659e671b18f68d91939d72d"
505 dependencies = [
506  "actix-rt",
507  "anyhow",
508  "async-mutex",
509  "async-trait",
510  "chrono",
511  "log",
512  "serde",
513  "serde_json",
514  "thiserror",
515  "tokio 0.2.25",
516  "uuid",
517 ]
518
519 [[package]]
520 name = "backtrace"
521 version = "0.3.56"
522 source = "registry+https://github.com/rust-lang/crates.io-index"
523 checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
524 dependencies = [
525  "addr2line",
526  "cfg-if 1.0.0",
527  "libc",
528  "miniz_oxide 0.4.3",
529  "object",
530  "rustc-demangle",
531 ]
532
533 [[package]]
534 name = "base-x"
535 version = "0.2.8"
536 source = "registry+https://github.com/rust-lang/crates.io-index"
537 checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
538
539 [[package]]
540 name = "base64"
541 version = "0.12.3"
542 source = "registry+https://github.com/rust-lang/crates.io-index"
543 checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
544
545 [[package]]
546 name = "base64"
547 version = "0.13.0"
548 source = "registry+https://github.com/rust-lang/crates.io-index"
549 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
550
551 [[package]]
552 name = "bcrypt"
553 version = "0.9.0"
554 source = "registry+https://github.com/rust-lang/crates.io-index"
555 checksum = "a4d0faafe9e089674fc3efdb311ff5253d445c79d85d1d28bd3ace76d45e7164"
556 dependencies = [
557  "base64 0.13.0",
558  "blowfish",
559  "getrandom 0.2.2",
560 ]
561
562 [[package]]
563 name = "bitflags"
564 version = "1.2.1"
565 source = "registry+https://github.com/rust-lang/crates.io-index"
566 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
567
568 [[package]]
569 name = "bitvec"
570 version = "0.19.4"
571 source = "registry+https://github.com/rust-lang/crates.io-index"
572 checksum = "a7ba35e9565969edb811639dbebfe34edc0368e472c5018474c8eb2543397f81"
573 dependencies = [
574  "funty",
575  "radium",
576  "tap",
577  "wyz",
578 ]
579
580 [[package]]
581 name = "block-buffer"
582 version = "0.7.3"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
585 dependencies = [
586  "block-padding",
587  "byte-tools",
588  "byteorder",
589  "generic-array 0.12.3",
590 ]
591
592 [[package]]
593 name = "block-buffer"
594 version = "0.9.0"
595 source = "registry+https://github.com/rust-lang/crates.io-index"
596 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
597 dependencies = [
598  "generic-array 0.14.4",
599 ]
600
601 [[package]]
602 name = "block-padding"
603 version = "0.1.5"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
605 checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
606 dependencies = [
607  "byte-tools",
608 ]
609
610 [[package]]
611 name = "blowfish"
612 version = "0.7.0"
613 source = "registry+https://github.com/rust-lang/crates.io-index"
614 checksum = "32fa6a061124e37baba002e496d203e23ba3d7b73750be82dbfbc92913048a5b"
615 dependencies = [
616  "byteorder",
617  "cipher",
618  "opaque-debug 0.3.0",
619 ]
620
621 [[package]]
622 name = "brotli-sys"
623 version = "0.3.2"
624 source = "registry+https://github.com/rust-lang/crates.io-index"
625 checksum = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"
626 dependencies = [
627  "cc",
628  "libc",
629 ]
630
631 [[package]]
632 name = "brotli2"
633 version = "0.3.2"
634 source = "registry+https://github.com/rust-lang/crates.io-index"
635 checksum = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"
636 dependencies = [
637  "brotli-sys",
638  "libc",
639 ]
640
641 [[package]]
642 name = "bumpalo"
643 version = "3.6.0"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
646
647 [[package]]
648 name = "byte-tools"
649 version = "0.3.1"
650 source = "registry+https://github.com/rust-lang/crates.io-index"
651 checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
652
653 [[package]]
654 name = "bytemuck"
655 version = "1.5.0"
656 source = "registry+https://github.com/rust-lang/crates.io-index"
657 checksum = "5a4bad0c5981acc24bc09e532f35160f952e35422603f0563cd7a73c2c2e65a0"
658
659 [[package]]
660 name = "byteorder"
661 version = "1.4.2"
662 source = "registry+https://github.com/rust-lang/crates.io-index"
663 checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
664
665 [[package]]
666 name = "bytes"
667 version = "0.5.6"
668 source = "registry+https://github.com/rust-lang/crates.io-index"
669 checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
670
671 [[package]]
672 name = "bytes"
673 version = "1.0.1"
674 source = "registry+https://github.com/rust-lang/crates.io-index"
675 checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
676
677 [[package]]
678 name = "bytestring"
679 version = "1.0.0"
680 source = "registry+https://github.com/rust-lang/crates.io-index"
681 checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
682 dependencies = [
683  "bytes 1.0.1",
684 ]
685
686 [[package]]
687 name = "captcha"
688 version = "0.0.8"
689 source = "registry+https://github.com/rust-lang/crates.io-index"
690 checksum = "29256038744434f6d0e1328d7c9050f14aa5fc8562ff065b9e9481ac293ba5bc"
691 dependencies = [
692  "base64 0.13.0",
693  "hound",
694  "image",
695  "lodepng",
696  "rand 0.7.3",
697  "serde_json",
698 ]
699
700 [[package]]
701 name = "cargo-husky"
702 version = "1.5.0"
703 source = "registry+https://github.com/rust-lang/crates.io-index"
704 checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad"
705
706 [[package]]
707 name = "cc"
708 version = "1.0.66"
709 source = "registry+https://github.com/rust-lang/crates.io-index"
710 checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
711
712 [[package]]
713 name = "cfg-if"
714 version = "0.1.10"
715 source = "registry+https://github.com/rust-lang/crates.io-index"
716 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
717
718 [[package]]
719 name = "cfg-if"
720 version = "1.0.0"
721 source = "registry+https://github.com/rust-lang/crates.io-index"
722 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
723
724 [[package]]
725 name = "chrono"
726 version = "0.4.19"
727 source = "registry+https://github.com/rust-lang/crates.io-index"
728 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
729 dependencies = [
730  "libc",
731  "num-integer",
732  "num-traits",
733  "serde",
734  "time 0.1.44",
735  "winapi 0.3.9",
736 ]
737
738 [[package]]
739 name = "cipher"
740 version = "0.2.5"
741 source = "registry+https://github.com/rust-lang/crates.io-index"
742 checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
743 dependencies = [
744  "generic-array 0.14.4",
745 ]
746
747 [[package]]
748 name = "clokwerk"
749 version = "0.3.4"
750 source = "registry+https://github.com/rust-lang/crates.io-index"
751 checksum = "f9797a6d3acefa28d4cc62bf548b6ddc57b8ae51a43702d001cb46fba1dc48c1"
752 dependencies = [
753  "chrono",
754 ]
755
756 [[package]]
757 name = "color_quant"
758 version = "1.1.0"
759 source = "registry+https://github.com/rust-lang/crates.io-index"
760 checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
761
762 [[package]]
763 name = "comrak"
764 version = "0.9.0"
765 source = "registry+https://github.com/rust-lang/crates.io-index"
766 checksum = "bcfb8008d04126b176c76cbfdecf9a2ccb4bacc70af87c8da6136d63d7b7292a"
767 dependencies = [
768  "entities",
769  "lazy_static",
770  "pest",
771  "pest_derive",
772  "regex",
773  "shell-words",
774  "twoway",
775  "typed-arena",
776  "unicode_categories",
777  "xdg",
778 ]
779
780 [[package]]
781 name = "const_fn"
782 version = "0.4.5"
783 source = "registry+https://github.com/rust-lang/crates.io-index"
784 checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
785
786 [[package]]
787 name = "cookie"
788 version = "0.14.3"
789 source = "registry+https://github.com/rust-lang/crates.io-index"
790 checksum = "784ad0fbab4f3e9cef09f20e0aea6000ae08d2cb98ac4c0abc53df18803d702f"
791 dependencies = [
792  "percent-encoding",
793  "time 0.2.25",
794  "version_check",
795 ]
796
797 [[package]]
798 name = "copyless"
799 version = "0.1.5"
800 source = "registry+https://github.com/rust-lang/crates.io-index"
801 checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
802
803 [[package]]
804 name = "core-foundation"
805 version = "0.9.1"
806 source = "registry+https://github.com/rust-lang/crates.io-index"
807 checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
808 dependencies = [
809  "core-foundation-sys",
810  "libc",
811 ]
812
813 [[package]]
814 name = "core-foundation-sys"
815 version = "0.8.2"
816 source = "registry+https://github.com/rust-lang/crates.io-index"
817 checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
818
819 [[package]]
820 name = "cpuid-bool"
821 version = "0.1.2"
822 source = "registry+https://github.com/rust-lang/crates.io-index"
823 checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
824
825 [[package]]
826 name = "crc32fast"
827 version = "1.2.1"
828 source = "registry+https://github.com/rust-lang/crates.io-index"
829 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
830 dependencies = [
831  "cfg-if 1.0.0",
832 ]
833
834 [[package]]
835 name = "crossbeam-channel"
836 version = "0.4.4"
837 source = "registry+https://github.com/rust-lang/crates.io-index"
838 checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
839 dependencies = [
840  "crossbeam-utils 0.7.2",
841  "maybe-uninit",
842 ]
843
844 [[package]]
845 name = "crossbeam-channel"
846 version = "0.5.0"
847 source = "registry+https://github.com/rust-lang/crates.io-index"
848 checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
849 dependencies = [
850  "cfg-if 1.0.0",
851  "crossbeam-utils 0.8.1",
852 ]
853
854 [[package]]
855 name = "crossbeam-deque"
856 version = "0.8.0"
857 source = "registry+https://github.com/rust-lang/crates.io-index"
858 checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
859 dependencies = [
860  "cfg-if 1.0.0",
861  "crossbeam-epoch",
862  "crossbeam-utils 0.8.1",
863 ]
864
865 [[package]]
866 name = "crossbeam-epoch"
867 version = "0.9.1"
868 source = "registry+https://github.com/rust-lang/crates.io-index"
869 checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
870 dependencies = [
871  "cfg-if 1.0.0",
872  "const_fn",
873  "crossbeam-utils 0.8.1",
874  "lazy_static",
875  "memoffset",
876  "scopeguard",
877 ]
878
879 [[package]]
880 name = "crossbeam-utils"
881 version = "0.7.2"
882 source = "registry+https://github.com/rust-lang/crates.io-index"
883 checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
884 dependencies = [
885  "autocfg",
886  "cfg-if 0.1.10",
887  "lazy_static",
888 ]
889
890 [[package]]
891 name = "crossbeam-utils"
892 version = "0.8.1"
893 source = "registry+https://github.com/rust-lang/crates.io-index"
894 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
895 dependencies = [
896  "autocfg",
897  "cfg-if 1.0.0",
898  "lazy_static",
899 ]
900
901 [[package]]
902 name = "darling"
903 version = "0.10.2"
904 source = "registry+https://github.com/rust-lang/crates.io-index"
905 checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
906 dependencies = [
907  "darling_core",
908  "darling_macro",
909 ]
910
911 [[package]]
912 name = "darling_core"
913 version = "0.10.2"
914 source = "registry+https://github.com/rust-lang/crates.io-index"
915 checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
916 dependencies = [
917  "fnv",
918  "ident_case",
919  "proc-macro2 1.0.24",
920  "quote 1.0.8",
921  "strsim",
922  "syn 1.0.60",
923 ]
924
925 [[package]]
926 name = "darling_macro"
927 version = "0.10.2"
928 source = "registry+https://github.com/rust-lang/crates.io-index"
929 checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
930 dependencies = [
931  "darling_core",
932  "quote 1.0.8",
933  "syn 1.0.60",
934 ]
935
936 [[package]]
937 name = "deflate"
938 version = "0.8.6"
939 source = "registry+https://github.com/rust-lang/crates.io-index"
940 checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
941 dependencies = [
942  "adler32",
943  "byteorder",
944 ]
945
946 [[package]]
947 name = "derive_builder"
948 version = "0.9.0"
949 source = "registry+https://github.com/rust-lang/crates.io-index"
950 checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
951 dependencies = [
952  "darling",
953  "derive_builder_core",
954  "proc-macro2 1.0.24",
955  "quote 1.0.8",
956  "syn 1.0.60",
957 ]
958
959 [[package]]
960 name = "derive_builder_core"
961 version = "0.9.0"
962 source = "registry+https://github.com/rust-lang/crates.io-index"
963 checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
964 dependencies = [
965  "darling",
966  "proc-macro2 1.0.24",
967  "quote 1.0.8",
968  "syn 1.0.60",
969 ]
970
971 [[package]]
972 name = "derive_more"
973 version = "0.99.11"
974 source = "registry+https://github.com/rust-lang/crates.io-index"
975 checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
976 dependencies = [
977  "proc-macro2 1.0.24",
978  "quote 1.0.8",
979  "syn 1.0.60",
980 ]
981
982 [[package]]
983 name = "deser-hjson"
984 version = "0.1.12"
985 source = "registry+https://github.com/rust-lang/crates.io-index"
986 checksum = "d995b60ff81bc6af01a98f0bf5db70a7418a1ac8bd74ada633968f388139da5e"
987 dependencies = [
988  "serde",
989 ]
990
991 [[package]]
992 name = "diesel"
993 version = "1.4.5"
994 source = "registry+https://github.com/rust-lang/crates.io-index"
995 checksum = "3e2de9deab977a153492a1468d1b1c0662c1cf39e5ea87d0c060ecd59ef18d8c"
996 dependencies = [
997  "bitflags",
998  "byteorder",
999  "chrono",
1000  "diesel_derives",
1001  "pq-sys",
1002  "r2d2",
1003  "serde_json",
1004 ]
1005
1006 [[package]]
1007 name = "diesel-derive-newtype"
1008 version = "0.1.2"
1009 source = "registry+https://github.com/rust-lang/crates.io-index"
1010 checksum = "e844e8e6f65dcf27aa0b97d4234f974d93dfbf56816033d71b5e0c7eb701709f"
1011 dependencies = [
1012  "diesel",
1013  "proc-macro2 0.4.30",
1014  "quote 0.6.13",
1015  "syn 0.14.9",
1016 ]
1017
1018 [[package]]
1019 name = "diesel_derives"
1020 version = "1.4.1"
1021 source = "registry+https://github.com/rust-lang/crates.io-index"
1022 checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
1023 dependencies = [
1024  "proc-macro2 1.0.24",
1025  "quote 1.0.8",
1026  "syn 1.0.60",
1027 ]
1028
1029 [[package]]
1030 name = "diesel_migrations"
1031 version = "1.4.0"
1032 source = "registry+https://github.com/rust-lang/crates.io-index"
1033 checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
1034 dependencies = [
1035  "migrations_internals",
1036  "migrations_macros",
1037 ]
1038
1039 [[package]]
1040 name = "digest"
1041 version = "0.8.1"
1042 source = "registry+https://github.com/rust-lang/crates.io-index"
1043 checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
1044 dependencies = [
1045  "generic-array 0.12.3",
1046 ]
1047
1048 [[package]]
1049 name = "digest"
1050 version = "0.9.0"
1051 source = "registry+https://github.com/rust-lang/crates.io-index"
1052 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1053 dependencies = [
1054  "generic-array 0.14.4",
1055 ]
1056
1057 [[package]]
1058 name = "diligent-date-parser"
1059 version = "0.1.2"
1060 source = "registry+https://github.com/rust-lang/crates.io-index"
1061 checksum = "e37ea528f01b8bfca1f71bcd06a8e6c898bf8fdfbf24dd9dbc7fb49338ed6d84"
1062 dependencies = [
1063  "chrono",
1064 ]
1065
1066 [[package]]
1067 name = "discard"
1068 version = "1.0.4"
1069 source = "registry+https://github.com/rust-lang/crates.io-index"
1070 checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
1071
1072 [[package]]
1073 name = "either"
1074 version = "1.6.1"
1075 source = "registry+https://github.com/rust-lang/crates.io-index"
1076 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
1077
1078 [[package]]
1079 name = "encoding_rs"
1080 version = "0.8.26"
1081 source = "registry+https://github.com/rust-lang/crates.io-index"
1082 checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283"
1083 dependencies = [
1084  "cfg-if 1.0.0",
1085 ]
1086
1087 [[package]]
1088 name = "entities"
1089 version = "1.0.1"
1090 source = "registry+https://github.com/rust-lang/crates.io-index"
1091 checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
1092
1093 [[package]]
1094 name = "enum-as-inner"
1095 version = "0.3.3"
1096 source = "registry+https://github.com/rust-lang/crates.io-index"
1097 checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"
1098 dependencies = [
1099  "heck",
1100  "proc-macro2 1.0.24",
1101  "quote 1.0.8",
1102  "syn 1.0.60",
1103 ]
1104
1105 [[package]]
1106 name = "env_logger"
1107 version = "0.8.2"
1108 source = "registry+https://github.com/rust-lang/crates.io-index"
1109 checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
1110 dependencies = [
1111  "atty",
1112  "humantime",
1113  "log",
1114  "regex",
1115  "termcolor",
1116 ]
1117
1118 [[package]]
1119 name = "envy"
1120 version = "0.4.2"
1121 source = "registry+https://github.com/rust-lang/crates.io-index"
1122 checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
1123 dependencies = [
1124  "serde",
1125 ]
1126
1127 [[package]]
1128 name = "event-listener"
1129 version = "2.5.1"
1130 source = "registry+https://github.com/rust-lang/crates.io-index"
1131 checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
1132
1133 [[package]]
1134 name = "fake-simd"
1135 version = "0.1.2"
1136 source = "registry+https://github.com/rust-lang/crates.io-index"
1137 checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1138
1139 [[package]]
1140 name = "fallible_collections"
1141 version = "0.4.0"
1142 source = "registry+https://github.com/rust-lang/crates.io-index"
1143 checksum = "74bebf0efe2e883c1619c455e3f1764333064694ebd5125d2faddabfb5963186"
1144 dependencies = [
1145  "hashbrown",
1146 ]
1147
1148 [[package]]
1149 name = "flate2"
1150 version = "1.0.20"
1151 source = "registry+https://github.com/rust-lang/crates.io-index"
1152 checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
1153 dependencies = [
1154  "cfg-if 1.0.0",
1155  "crc32fast",
1156  "libc",
1157  "miniz_oxide 0.4.3",
1158 ]
1159
1160 [[package]]
1161 name = "fnv"
1162 version = "1.0.7"
1163 source = "registry+https://github.com/rust-lang/crates.io-index"
1164 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1165
1166 [[package]]
1167 name = "foreign-types"
1168 version = "0.3.2"
1169 source = "registry+https://github.com/rust-lang/crates.io-index"
1170 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1171 dependencies = [
1172  "foreign-types-shared",
1173 ]
1174
1175 [[package]]
1176 name = "foreign-types-shared"
1177 version = "0.1.1"
1178 source = "registry+https://github.com/rust-lang/crates.io-index"
1179 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1180
1181 [[package]]
1182 name = "form_urlencoded"
1183 version = "1.0.0"
1184 source = "registry+https://github.com/rust-lang/crates.io-index"
1185 checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
1186 dependencies = [
1187  "matches",
1188  "percent-encoding",
1189 ]
1190
1191 [[package]]
1192 name = "fuchsia-zircon"
1193 version = "0.3.3"
1194 source = "registry+https://github.com/rust-lang/crates.io-index"
1195 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
1196 dependencies = [
1197  "bitflags",
1198  "fuchsia-zircon-sys",
1199 ]
1200
1201 [[package]]
1202 name = "fuchsia-zircon-sys"
1203 version = "0.3.3"
1204 source = "registry+https://github.com/rust-lang/crates.io-index"
1205 checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
1206
1207 [[package]]
1208 name = "funty"
1209 version = "1.1.0"
1210 source = "registry+https://github.com/rust-lang/crates.io-index"
1211 checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
1212
1213 [[package]]
1214 name = "futures"
1215 version = "0.3.12"
1216 source = "registry+https://github.com/rust-lang/crates.io-index"
1217 checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
1218 dependencies = [
1219  "futures-channel",
1220  "futures-core",
1221  "futures-executor",
1222  "futures-io",
1223  "futures-sink",
1224  "futures-task",
1225  "futures-util",
1226 ]
1227
1228 [[package]]
1229 name = "futures-channel"
1230 version = "0.3.12"
1231 source = "registry+https://github.com/rust-lang/crates.io-index"
1232 checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
1233 dependencies = [
1234  "futures-core",
1235  "futures-sink",
1236 ]
1237
1238 [[package]]
1239 name = "futures-core"
1240 version = "0.3.12"
1241 source = "registry+https://github.com/rust-lang/crates.io-index"
1242 checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
1243
1244 [[package]]
1245 name = "futures-executor"
1246 version = "0.3.12"
1247 source = "registry+https://github.com/rust-lang/crates.io-index"
1248 checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
1249 dependencies = [
1250  "futures-core",
1251  "futures-task",
1252  "futures-util",
1253 ]
1254
1255 [[package]]
1256 name = "futures-io"
1257 version = "0.3.12"
1258 source = "registry+https://github.com/rust-lang/crates.io-index"
1259 checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
1260
1261 [[package]]
1262 name = "futures-macro"
1263 version = "0.3.12"
1264 source = "registry+https://github.com/rust-lang/crates.io-index"
1265 checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
1266 dependencies = [
1267  "proc-macro-hack",
1268  "proc-macro2 1.0.24",
1269  "quote 1.0.8",
1270  "syn 1.0.60",
1271 ]
1272
1273 [[package]]
1274 name = "futures-sink"
1275 version = "0.3.12"
1276 source = "registry+https://github.com/rust-lang/crates.io-index"
1277 checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
1278
1279 [[package]]
1280 name = "futures-task"
1281 version = "0.3.12"
1282 source = "registry+https://github.com/rust-lang/crates.io-index"
1283 checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
1284 dependencies = [
1285  "once_cell",
1286 ]
1287
1288 [[package]]
1289 name = "futures-util"
1290 version = "0.3.12"
1291 source = "registry+https://github.com/rust-lang/crates.io-index"
1292 checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
1293 dependencies = [
1294  "futures-channel",
1295  "futures-core",
1296  "futures-io",
1297  "futures-macro",
1298  "futures-sink",
1299  "futures-task",
1300  "memchr",
1301  "pin-project-lite 0.2.4",
1302  "pin-utils",
1303  "proc-macro-hack",
1304  "proc-macro-nested",
1305  "slab",
1306 ]
1307
1308 [[package]]
1309 name = "fxhash"
1310 version = "0.2.1"
1311 source = "registry+https://github.com/rust-lang/crates.io-index"
1312 checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1313 dependencies = [
1314  "byteorder",
1315 ]
1316
1317 [[package]]
1318 name = "generic-array"
1319 version = "0.12.3"
1320 source = "registry+https://github.com/rust-lang/crates.io-index"
1321 checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
1322 dependencies = [
1323  "typenum",
1324 ]
1325
1326 [[package]]
1327 name = "generic-array"
1328 version = "0.14.4"
1329 source = "registry+https://github.com/rust-lang/crates.io-index"
1330 checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1331 dependencies = [
1332  "typenum",
1333  "version_check",
1334 ]
1335
1336 [[package]]
1337 name = "getrandom"
1338 version = "0.1.16"
1339 source = "registry+https://github.com/rust-lang/crates.io-index"
1340 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1341 dependencies = [
1342  "cfg-if 1.0.0",
1343  "libc",
1344  "wasi 0.9.0+wasi-snapshot-preview1",
1345 ]
1346
1347 [[package]]
1348 name = "getrandom"
1349 version = "0.2.2"
1350 source = "registry+https://github.com/rust-lang/crates.io-index"
1351 checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
1352 dependencies = [
1353  "cfg-if 1.0.0",
1354  "libc",
1355  "wasi 0.10.0+wasi-snapshot-preview1",
1356 ]
1357
1358 [[package]]
1359 name = "gif"
1360 version = "0.11.1"
1361 source = "registry+https://github.com/rust-lang/crates.io-index"
1362 checksum = "02efba560f227847cb41463a7395c514d127d4f74fff12ef0137fff1b84b96c4"
1363 dependencies = [
1364  "color_quant",
1365  "weezl",
1366 ]
1367
1368 [[package]]
1369 name = "gimli"
1370 version = "0.23.0"
1371 source = "registry+https://github.com/rust-lang/crates.io-index"
1372 checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
1373
1374 [[package]]
1375 name = "h2"
1376 version = "0.2.7"
1377 source = "registry+https://github.com/rust-lang/crates.io-index"
1378 checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
1379 dependencies = [
1380  "bytes 0.5.6",
1381  "fnv",
1382  "futures-core",
1383  "futures-sink",
1384  "futures-util",
1385  "http",
1386  "indexmap",
1387  "slab",
1388  "tokio 0.2.25",
1389  "tokio-util",
1390  "tracing",
1391  "tracing-futures",
1392 ]
1393
1394 [[package]]
1395 name = "hashbrown"
1396 version = "0.9.1"
1397 source = "registry+https://github.com/rust-lang/crates.io-index"
1398 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
1399 dependencies = [
1400  "ahash",
1401 ]
1402
1403 [[package]]
1404 name = "heck"
1405 version = "0.3.2"
1406 source = "registry+https://github.com/rust-lang/crates.io-index"
1407 checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
1408 dependencies = [
1409  "unicode-segmentation",
1410 ]
1411
1412 [[package]]
1413 name = "hermit-abi"
1414 version = "0.1.18"
1415 source = "registry+https://github.com/rust-lang/crates.io-index"
1416 checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
1417 dependencies = [
1418  "libc",
1419 ]
1420
1421 [[package]]
1422 name = "hostname"
1423 version = "0.3.1"
1424 source = "registry+https://github.com/rust-lang/crates.io-index"
1425 checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
1426 dependencies = [
1427  "libc",
1428  "match_cfg",
1429  "winapi 0.3.9",
1430 ]
1431
1432 [[package]]
1433 name = "hound"
1434 version = "3.4.0"
1435 source = "registry+https://github.com/rust-lang/crates.io-index"
1436 checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
1437
1438 [[package]]
1439 name = "http"
1440 version = "0.2.3"
1441 source = "registry+https://github.com/rust-lang/crates.io-index"
1442 checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
1443 dependencies = [
1444  "bytes 1.0.1",
1445  "fnv",
1446  "itoa",
1447 ]
1448
1449 [[package]]
1450 name = "http-body"
1451 version = "0.3.1"
1452 source = "registry+https://github.com/rust-lang/crates.io-index"
1453 checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
1454 dependencies = [
1455  "bytes 0.5.6",
1456  "http",
1457 ]
1458
1459 [[package]]
1460 name = "http-signature-normalization"
1461 version = "0.5.3"
1462 source = "registry+https://github.com/rust-lang/crates.io-index"
1463 checksum = "cb3a020c37b48d2258910fae9c9b4f8455651f56abfdde1ae68a9397b2765c31"
1464 dependencies = [
1465  "chrono",
1466  "thiserror",
1467 ]
1468
1469 [[package]]
1470 name = "http-signature-normalization-actix"
1471 version = "0.4.1"
1472 source = "registry+https://github.com/rust-lang/crates.io-index"
1473 checksum = "57da981a97112479df3de7e88550c0de21dfbcc401efe832c8e5c7574ba1952e"
1474 dependencies = [
1475  "actix-web",
1476  "awc",
1477  "base64 0.12.3",
1478  "bytes 0.5.6",
1479  "chrono",
1480  "futures",
1481  "http-signature-normalization",
1482  "log",
1483  "sha2",
1484  "thiserror",
1485 ]
1486
1487 [[package]]
1488 name = "http-signature-normalization-reqwest"
1489 version = "0.1.3"
1490 source = "registry+https://github.com/rust-lang/crates.io-index"
1491 checksum = "7bc26a68f8963e26453c7fdea9e016e2e31a48ca018a9223f96afe2cca1a4bd1"
1492 dependencies = [
1493  "base64 0.12.3",
1494  "bytes 0.5.6",
1495  "chrono",
1496  "futures",
1497  "http",
1498  "http-signature-normalization",
1499  "reqwest",
1500  "sha2",
1501  "thiserror",
1502  "tokio 0.2.25",
1503 ]
1504
1505 [[package]]
1506 name = "httparse"
1507 version = "1.3.5"
1508 source = "registry+https://github.com/rust-lang/crates.io-index"
1509 checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
1510
1511 [[package]]
1512 name = "httpdate"
1513 version = "0.3.2"
1514 source = "registry+https://github.com/rust-lang/crates.io-index"
1515 checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
1516
1517 [[package]]
1518 name = "humantime"
1519 version = "2.1.0"
1520 source = "registry+https://github.com/rust-lang/crates.io-index"
1521 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
1522
1523 [[package]]
1524 name = "hyper"
1525 version = "0.13.9"
1526 source = "registry+https://github.com/rust-lang/crates.io-index"
1527 checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
1528 dependencies = [
1529  "bytes 0.5.6",
1530  "futures-channel",
1531  "futures-core",
1532  "futures-util",
1533  "h2",
1534  "http",
1535  "http-body",
1536  "httparse",
1537  "httpdate",
1538  "itoa",
1539  "pin-project 1.0.4",
1540  "socket2",
1541  "tokio 0.2.25",
1542  "tower-service",
1543  "tracing",
1544  "want",
1545 ]
1546
1547 [[package]]
1548 name = "hyper-tls"
1549 version = "0.4.3"
1550 source = "registry+https://github.com/rust-lang/crates.io-index"
1551 checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
1552 dependencies = [
1553  "bytes 0.5.6",
1554  "hyper",
1555  "native-tls",
1556  "tokio 0.2.25",
1557  "tokio-tls",
1558 ]
1559
1560 [[package]]
1561 name = "hyperx"
1562 version = "1.3.0"
1563 source = "registry+https://github.com/rust-lang/crates.io-index"
1564 checksum = "82566a1ace7f56f604d83b7b2c259c78e243d99c565f23d7b4ae34466442c5a2"
1565 dependencies = [
1566  "base64 0.13.0",
1567  "bytes 1.0.1",
1568  "http",
1569  "httparse",
1570  "httpdate",
1571  "language-tags",
1572  "mime",
1573  "percent-encoding",
1574  "unicase",
1575 ]
1576
1577 [[package]]
1578 name = "ident_case"
1579 version = "1.0.1"
1580 source = "registry+https://github.com/rust-lang/crates.io-index"
1581 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1582
1583 [[package]]
1584 name = "idna"
1585 version = "0.2.0"
1586 source = "registry+https://github.com/rust-lang/crates.io-index"
1587 checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
1588 dependencies = [
1589  "matches",
1590  "unicode-bidi",
1591  "unicode-normalization",
1592 ]
1593
1594 [[package]]
1595 name = "image"
1596 version = "0.23.12"
1597 source = "registry+https://github.com/rust-lang/crates.io-index"
1598 checksum = "7ce04077ead78e39ae8610ad26216aed811996b043d47beed5090db674f9e9b5"
1599 dependencies = [
1600  "bytemuck",
1601  "byteorder",
1602  "color_quant",
1603  "gif",
1604  "jpeg-decoder",
1605  "num-iter",
1606  "num-rational",
1607  "num-traits",
1608  "png",
1609  "scoped_threadpool",
1610  "tiff",
1611 ]
1612
1613 [[package]]
1614 name = "indexmap"
1615 version = "1.6.1"
1616 source = "registry+https://github.com/rust-lang/crates.io-index"
1617 checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
1618 dependencies = [
1619  "autocfg",
1620  "hashbrown",
1621 ]
1622
1623 [[package]]
1624 name = "instant"
1625 version = "0.1.9"
1626 source = "registry+https://github.com/rust-lang/crates.io-index"
1627 checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
1628 dependencies = [
1629  "cfg-if 1.0.0",
1630 ]
1631
1632 [[package]]
1633 name = "iovec"
1634 version = "0.1.4"
1635 source = "registry+https://github.com/rust-lang/crates.io-index"
1636 checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1637 dependencies = [
1638  "libc",
1639 ]
1640
1641 [[package]]
1642 name = "ipconfig"
1643 version = "0.2.2"
1644 source = "registry+https://github.com/rust-lang/crates.io-index"
1645 checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
1646 dependencies = [
1647  "socket2",
1648  "widestring",
1649  "winapi 0.3.9",
1650  "winreg 0.6.2",
1651 ]
1652
1653 [[package]]
1654 name = "ipnet"
1655 version = "2.3.0"
1656 source = "registry+https://github.com/rust-lang/crates.io-index"
1657 checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
1658
1659 [[package]]
1660 name = "itertools"
1661 version = "0.10.0"
1662 source = "registry+https://github.com/rust-lang/crates.io-index"
1663 checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
1664 dependencies = [
1665  "either",
1666 ]
1667
1668 [[package]]
1669 name = "itoa"
1670 version = "0.4.7"
1671 source = "registry+https://github.com/rust-lang/crates.io-index"
1672 checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
1673
1674 [[package]]
1675 name = "jpeg-decoder"
1676 version = "0.1.22"
1677 source = "registry+https://github.com/rust-lang/crates.io-index"
1678 checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
1679 dependencies = [
1680  "rayon",
1681 ]
1682
1683 [[package]]
1684 name = "js-sys"
1685 version = "0.3.47"
1686 source = "registry+https://github.com/rust-lang/crates.io-index"
1687 checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"
1688 dependencies = [
1689  "wasm-bindgen",
1690 ]
1691
1692 [[package]]
1693 name = "jsonwebtoken"
1694 version = "7.2.0"
1695 source = "registry+https://github.com/rust-lang/crates.io-index"
1696 checksum = "afabcc15e437a6484fc4f12d0fd63068fe457bf93f1c148d3d9649c60b103f32"
1697 dependencies = [
1698  "base64 0.12.3",
1699  "pem",
1700  "ring",
1701  "serde",
1702  "serde_json",
1703  "simple_asn1",
1704 ]
1705
1706 [[package]]
1707 name = "kernel32-sys"
1708 version = "0.2.2"
1709 source = "registry+https://github.com/rust-lang/crates.io-index"
1710 checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1711 dependencies = [
1712  "winapi 0.2.8",
1713  "winapi-build",
1714 ]
1715
1716 [[package]]
1717 name = "language-tags"
1718 version = "0.2.2"
1719 source = "registry+https://github.com/rust-lang/crates.io-index"
1720 checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
1721
1722 [[package]]
1723 name = "lazy_static"
1724 version = "1.4.0"
1725 source = "registry+https://github.com/rust-lang/crates.io-index"
1726 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1727
1728 [[package]]
1729 name = "lemmy_api"
1730 version = "0.1.0"
1731 dependencies = [
1732  "actix",
1733  "actix-rt",
1734  "actix-web",
1735  "anyhow",
1736  "async-trait",
1737  "awc",
1738  "background-jobs",
1739  "base64 0.13.0",
1740  "bcrypt",
1741  "captcha",
1742  "chrono",
1743  "diesel",
1744  "futures",
1745  "http",
1746  "http-signature-normalization-actix",
1747  "itertools",
1748  "lazy_static",
1749  "lemmy_api_structs",
1750  "lemmy_apub",
1751  "lemmy_db_queries",
1752  "lemmy_db_schema",
1753  "lemmy_db_views",
1754  "lemmy_db_views_actor",
1755  "lemmy_db_views_moderator",
1756  "lemmy_utils",
1757  "lemmy_websocket",
1758  "log",
1759  "openssl",
1760  "rand 0.8.3",
1761  "reqwest",
1762  "serde",
1763  "serde_json",
1764  "sha2",
1765  "strum",
1766  "strum_macros",
1767  "thiserror",
1768  "tokio 0.3.7",
1769  "url",
1770  "uuid",
1771 ]
1772
1773 [[package]]
1774 name = "lemmy_api_structs"
1775 version = "0.1.0"
1776 dependencies = [
1777  "actix-web",
1778  "chrono",
1779  "diesel",
1780  "lemmy_db_queries",
1781  "lemmy_db_schema",
1782  "lemmy_db_views",
1783  "lemmy_db_views_actor",
1784  "lemmy_db_views_moderator",
1785  "lemmy_utils",
1786  "log",
1787  "serde",
1788  "serde_json",
1789  "url",
1790 ]
1791
1792 [[package]]
1793 name = "lemmy_apub"
1794 version = "0.1.0"
1795 dependencies = [
1796  "activitystreams",
1797  "activitystreams-ext",
1798  "actix",
1799  "actix-rt",
1800  "actix-web",
1801  "anyhow",
1802  "async-trait",
1803  "awc",
1804  "background-jobs",
1805  "backtrace",
1806  "base64 0.13.0",
1807  "bcrypt",
1808  "chrono",
1809  "diesel",
1810  "futures",
1811  "http",
1812  "http-signature-normalization-actix",
1813  "http-signature-normalization-reqwest",
1814  "itertools",
1815  "lazy_static",
1816  "lemmy_api_structs",
1817  "lemmy_db_queries",
1818  "lemmy_db_schema",
1819  "lemmy_db_views",
1820  "lemmy_db_views_actor",
1821  "lemmy_utils",
1822  "lemmy_websocket",
1823  "log",
1824  "openssl",
1825  "percent-encoding",
1826  "rand 0.8.3",
1827  "reqwest",
1828  "serde",
1829  "serde_json",
1830  "sha2",
1831  "strum",
1832  "strum_macros",
1833  "thiserror",
1834  "tokio 0.3.7",
1835  "url",
1836  "uuid",
1837 ]
1838
1839 [[package]]
1840 name = "lemmy_db_queries"
1841 version = "0.1.0"
1842 dependencies = [
1843  "bcrypt",
1844  "chrono",
1845  "diesel",
1846  "diesel_migrations",
1847  "lazy_static",
1848  "lemmy_db_schema",
1849  "lemmy_utils",
1850  "log",
1851  "regex",
1852  "serde",
1853  "serde_json",
1854  "serial_test",
1855  "sha2",
1856  "strum",
1857  "strum_macros",
1858  "url",
1859 ]
1860
1861 [[package]]
1862 name = "lemmy_db_schema"
1863 version = "0.1.0"
1864 dependencies = [
1865  "chrono",
1866  "diesel",
1867  "diesel-derive-newtype",
1868  "log",
1869  "serde",
1870  "serde_json",
1871  "url",
1872 ]
1873
1874 [[package]]
1875 name = "lemmy_db_views"
1876 version = "0.1.0"
1877 dependencies = [
1878  "diesel",
1879  "lemmy_db_queries",
1880  "lemmy_db_schema",
1881  "log",
1882  "serde",
1883  "serial_test",
1884  "url",
1885 ]
1886
1887 [[package]]
1888 name = "lemmy_db_views_actor"
1889 version = "0.1.0"
1890 dependencies = [
1891  "diesel",
1892  "lemmy_db_queries",
1893  "lemmy_db_schema",
1894  "serde",
1895 ]
1896
1897 [[package]]
1898 name = "lemmy_db_views_moderator"
1899 version = "0.1.0"
1900 dependencies = [
1901  "diesel",
1902  "lemmy_db_queries",
1903  "lemmy_db_schema",
1904  "serde",
1905 ]
1906
1907 [[package]]
1908 name = "lemmy_routes"
1909 version = "0.1.0"
1910 dependencies = [
1911  "actix",
1912  "actix-web",
1913  "actix-web-actors",
1914  "anyhow",
1915  "awc",
1916  "chrono",
1917  "diesel",
1918  "lazy_static",
1919  "lemmy_api_structs",
1920  "lemmy_db_queries",
1921  "lemmy_db_schema",
1922  "lemmy_db_views",
1923  "lemmy_db_views_actor",
1924  "lemmy_utils",
1925  "lemmy_websocket",
1926  "log",
1927  "rss",
1928  "serde",
1929  "sha2",
1930  "strum",
1931  "url",
1932 ]
1933
1934 [[package]]
1935 name = "lemmy_server"
1936 version = "0.0.1"
1937 dependencies = [
1938  "activitystreams",
1939  "actix",
1940  "actix-rt",
1941  "actix-web",
1942  "anyhow",
1943  "cargo-husky",
1944  "chrono",
1945  "clokwerk",
1946  "diesel",
1947  "diesel_migrations",
1948  "env_logger",
1949  "http-signature-normalization-actix",
1950  "lemmy_api",
1951  "lemmy_api_structs",
1952  "lemmy_apub",
1953  "lemmy_db_queries",
1954  "lemmy_db_schema",
1955  "lemmy_db_views",
1956  "lemmy_db_views_actor",
1957  "lemmy_db_views_moderator",
1958  "lemmy_routes",
1959  "lemmy_utils",
1960  "lemmy_websocket",
1961  "log",
1962  "openssl",
1963  "reqwest",
1964  "serde",
1965  "serde_json",
1966  "strum",
1967  "tokio 0.3.7",
1968  "url",
1969 ]
1970
1971 [[package]]
1972 name = "lemmy_utils"
1973 version = "0.1.0"
1974 dependencies = [
1975  "actix-rt",
1976  "actix-web",
1977  "anyhow",
1978  "chrono",
1979  "comrak",
1980  "deser-hjson",
1981  "diesel",
1982  "envy",
1983  "futures",
1984  "http",
1985  "itertools",
1986  "jsonwebtoken",
1987  "lazy_static",
1988  "lettre",
1989  "log",
1990  "merge",
1991  "openssl",
1992  "percent-encoding",
1993  "rand 0.8.3",
1994  "regex",
1995  "reqwest",
1996  "serde",
1997  "serde_json",
1998  "strum",
1999  "strum_macros",
2000  "thiserror",
2001  "tokio 0.3.7",
2002  "url",
2003 ]
2004
2005 [[package]]
2006 name = "lemmy_websocket"
2007 version = "0.1.0"
2008 dependencies = [
2009  "actix",
2010  "actix-web",
2011  "actix-web-actors",
2012  "anyhow",
2013  "background-jobs",
2014  "chrono",
2015  "diesel",
2016  "lemmy_api_structs",
2017  "lemmy_db_queries",
2018  "lemmy_db_schema",
2019  "lemmy_utils",
2020  "log",
2021  "rand 0.8.3",
2022  "reqwest",
2023  "serde",
2024  "serde_json",
2025  "strum",
2026  "strum_macros",
2027  "tokio 0.3.7",
2028 ]
2029
2030 [[package]]
2031 name = "lettre"
2032 version = "0.10.0-alpha.5"
2033 source = "registry+https://github.com/rust-lang/crates.io-index"
2034 checksum = "34f3dd8d917156976a47ef421a2e771423d6da95e93696f1814e76768625c162"
2035 dependencies = [
2036  "base64 0.13.0",
2037  "hostname",
2038  "hyperx",
2039  "idna",
2040  "mime",
2041  "native-tls",
2042  "nom",
2043  "once_cell",
2044  "quoted_printable",
2045  "r2d2",
2046  "rand 0.8.3",
2047  "regex",
2048  "serde",
2049  "serde_json",
2050  "uuid",
2051 ]
2052
2053 [[package]]
2054 name = "libc"
2055 version = "0.2.84"
2056 source = "registry+https://github.com/rust-lang/crates.io-index"
2057 checksum = "1cca32fa0182e8c0989459524dc356b8f2b5c10f1b9eb521b7d182c03cf8c5ff"
2058
2059 [[package]]
2060 name = "linked-hash-map"
2061 version = "0.5.4"
2062 source = "registry+https://github.com/rust-lang/crates.io-index"
2063 checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2064
2065 [[package]]
2066 name = "lock_api"
2067 version = "0.4.2"
2068 source = "registry+https://github.com/rust-lang/crates.io-index"
2069 checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
2070 dependencies = [
2071  "scopeguard",
2072 ]
2073
2074 [[package]]
2075 name = "lodepng"
2076 version = "3.4.3"
2077 source = "registry+https://github.com/rust-lang/crates.io-index"
2078 checksum = "11443d177d97dc468ee5cc956769bbdeb4c20707d443c62dfd8b473505365613"
2079 dependencies = [
2080  "fallible_collections",
2081  "flate2",
2082  "libc",
2083  "rgb",
2084 ]
2085
2086 [[package]]
2087 name = "log"
2088 version = "0.4.14"
2089 source = "registry+https://github.com/rust-lang/crates.io-index"
2090 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2091 dependencies = [
2092  "cfg-if 1.0.0",
2093 ]
2094
2095 [[package]]
2096 name = "lru-cache"
2097 version = "0.1.2"
2098 source = "registry+https://github.com/rust-lang/crates.io-index"
2099 checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2100 dependencies = [
2101  "linked-hash-map",
2102 ]
2103
2104 [[package]]
2105 name = "maplit"
2106 version = "1.0.2"
2107 source = "registry+https://github.com/rust-lang/crates.io-index"
2108 checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2109
2110 [[package]]
2111 name = "match_cfg"
2112 version = "0.1.0"
2113 source = "registry+https://github.com/rust-lang/crates.io-index"
2114 checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2115
2116 [[package]]
2117 name = "matches"
2118 version = "0.1.8"
2119 source = "registry+https://github.com/rust-lang/crates.io-index"
2120 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2121
2122 [[package]]
2123 name = "maybe-uninit"
2124 version = "2.0.0"
2125 source = "registry+https://github.com/rust-lang/crates.io-index"
2126 checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2127
2128 [[package]]
2129 name = "memchr"
2130 version = "2.3.4"
2131 source = "registry+https://github.com/rust-lang/crates.io-index"
2132 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2133
2134 [[package]]
2135 name = "memoffset"
2136 version = "0.6.1"
2137 source = "registry+https://github.com/rust-lang/crates.io-index"
2138 checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
2139 dependencies = [
2140  "autocfg",
2141 ]
2142
2143 [[package]]
2144 name = "merge"
2145 version = "0.1.0"
2146 source = "registry+https://github.com/rust-lang/crates.io-index"
2147 checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
2148 dependencies = [
2149  "merge_derive",
2150  "num-traits",
2151 ]
2152
2153 [[package]]
2154 name = "merge_derive"
2155 version = "0.1.0"
2156 source = "registry+https://github.com/rust-lang/crates.io-index"
2157 checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
2158 dependencies = [
2159  "proc-macro-error",
2160  "proc-macro2 1.0.24",
2161  "quote 1.0.8",
2162  "syn 1.0.60",
2163 ]
2164
2165 [[package]]
2166 name = "migrations_internals"
2167 version = "1.4.1"
2168 source = "registry+https://github.com/rust-lang/crates.io-index"
2169 checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
2170 dependencies = [
2171  "diesel",
2172 ]
2173
2174 [[package]]
2175 name = "migrations_macros"
2176 version = "1.4.2"
2177 source = "registry+https://github.com/rust-lang/crates.io-index"
2178 checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
2179 dependencies = [
2180  "migrations_internals",
2181  "proc-macro2 1.0.24",
2182  "quote 1.0.8",
2183  "syn 1.0.60",
2184 ]
2185
2186 [[package]]
2187 name = "mime"
2188 version = "0.3.16"
2189 source = "registry+https://github.com/rust-lang/crates.io-index"
2190 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2191
2192 [[package]]
2193 name = "mime_guess"
2194 version = "2.0.3"
2195 source = "registry+https://github.com/rust-lang/crates.io-index"
2196 checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
2197 dependencies = [
2198  "mime",
2199  "unicase",
2200 ]
2201
2202 [[package]]
2203 name = "miniz_oxide"
2204 version = "0.3.7"
2205 source = "registry+https://github.com/rust-lang/crates.io-index"
2206 checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2207 dependencies = [
2208  "adler32",
2209 ]
2210
2211 [[package]]
2212 name = "miniz_oxide"
2213 version = "0.4.3"
2214 source = "registry+https://github.com/rust-lang/crates.io-index"
2215 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
2216 dependencies = [
2217  "adler",
2218  "autocfg",
2219 ]
2220
2221 [[package]]
2222 name = "mio"
2223 version = "0.6.23"
2224 source = "registry+https://github.com/rust-lang/crates.io-index"
2225 checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2226 dependencies = [
2227  "cfg-if 0.1.10",
2228  "fuchsia-zircon",
2229  "fuchsia-zircon-sys",
2230  "iovec",
2231  "kernel32-sys",
2232  "libc",
2233  "log",
2234  "miow",
2235  "net2",
2236  "slab",
2237  "winapi 0.2.8",
2238 ]
2239
2240 [[package]]
2241 name = "mio-uds"
2242 version = "0.6.8"
2243 source = "registry+https://github.com/rust-lang/crates.io-index"
2244 checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
2245 dependencies = [
2246  "iovec",
2247  "libc",
2248  "mio",
2249 ]
2250
2251 [[package]]
2252 name = "miow"
2253 version = "0.2.2"
2254 source = "registry+https://github.com/rust-lang/crates.io-index"
2255 checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2256 dependencies = [
2257  "kernel32-sys",
2258  "net2",
2259  "winapi 0.2.8",
2260  "ws2_32-sys",
2261 ]
2262
2263 [[package]]
2264 name = "native-tls"
2265 version = "0.2.7"
2266 source = "registry+https://github.com/rust-lang/crates.io-index"
2267 checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
2268 dependencies = [
2269  "lazy_static",
2270  "libc",
2271  "log",
2272  "openssl",
2273  "openssl-probe",
2274  "openssl-sys",
2275  "schannel",
2276  "security-framework",
2277  "security-framework-sys",
2278  "tempfile",
2279 ]
2280
2281 [[package]]
2282 name = "net2"
2283 version = "0.2.37"
2284 source = "registry+https://github.com/rust-lang/crates.io-index"
2285 checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2286 dependencies = [
2287  "cfg-if 0.1.10",
2288  "libc",
2289  "winapi 0.3.9",
2290 ]
2291
2292 [[package]]
2293 name = "nom"
2294 version = "6.1.0"
2295 source = "registry+https://github.com/rust-lang/crates.io-index"
2296 checksum = "ab6f70b46d6325aa300f1c7bb3d470127dfc27806d8ea6bf294ee0ce643ce2b1"
2297 dependencies = [
2298  "bitvec",
2299  "memchr",
2300  "version_check",
2301 ]
2302
2303 [[package]]
2304 name = "num-bigint"
2305 version = "0.2.6"
2306 source = "registry+https://github.com/rust-lang/crates.io-index"
2307 checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
2308 dependencies = [
2309  "autocfg",
2310  "num-integer",
2311  "num-traits",
2312 ]
2313
2314 [[package]]
2315 name = "num-integer"
2316 version = "0.1.44"
2317 source = "registry+https://github.com/rust-lang/crates.io-index"
2318 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2319 dependencies = [
2320  "autocfg",
2321  "num-traits",
2322 ]
2323
2324 [[package]]
2325 name = "num-iter"
2326 version = "0.1.42"
2327 source = "registry+https://github.com/rust-lang/crates.io-index"
2328 checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
2329 dependencies = [
2330  "autocfg",
2331  "num-integer",
2332  "num-traits",
2333 ]
2334
2335 [[package]]
2336 name = "num-rational"
2337 version = "0.3.2"
2338 source = "registry+https://github.com/rust-lang/crates.io-index"
2339 checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
2340 dependencies = [
2341  "autocfg",
2342  "num-integer",
2343  "num-traits",
2344 ]
2345
2346 [[package]]
2347 name = "num-traits"
2348 version = "0.2.14"
2349 source = "registry+https://github.com/rust-lang/crates.io-index"
2350 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2351 dependencies = [
2352  "autocfg",
2353 ]
2354
2355 [[package]]
2356 name = "num_cpus"
2357 version = "1.13.0"
2358 source = "registry+https://github.com/rust-lang/crates.io-index"
2359 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2360 dependencies = [
2361  "hermit-abi",
2362  "libc",
2363 ]
2364
2365 [[package]]
2366 name = "object"
2367 version = "0.23.0"
2368 source = "registry+https://github.com/rust-lang/crates.io-index"
2369 checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
2370
2371 [[package]]
2372 name = "once_cell"
2373 version = "1.5.2"
2374 source = "registry+https://github.com/rust-lang/crates.io-index"
2375 checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
2376
2377 [[package]]
2378 name = "opaque-debug"
2379 version = "0.2.3"
2380 source = "registry+https://github.com/rust-lang/crates.io-index"
2381 checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2382
2383 [[package]]
2384 name = "opaque-debug"
2385 version = "0.3.0"
2386 source = "registry+https://github.com/rust-lang/crates.io-index"
2387 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2388
2389 [[package]]
2390 name = "openssl"
2391 version = "0.10.32"
2392 source = "registry+https://github.com/rust-lang/crates.io-index"
2393 checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
2394 dependencies = [
2395  "bitflags",
2396  "cfg-if 1.0.0",
2397  "foreign-types",
2398  "lazy_static",
2399  "libc",
2400  "openssl-sys",
2401 ]
2402
2403 [[package]]
2404 name = "openssl-probe"
2405 version = "0.1.2"
2406 source = "registry+https://github.com/rust-lang/crates.io-index"
2407 checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2408
2409 [[package]]
2410 name = "openssl-sys"
2411 version = "0.9.60"
2412 source = "registry+https://github.com/rust-lang/crates.io-index"
2413 checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
2414 dependencies = [
2415  "autocfg",
2416  "cc",
2417  "libc",
2418  "pkg-config",
2419  "vcpkg",
2420 ]
2421
2422 [[package]]
2423 name = "parking_lot"
2424 version = "0.11.1"
2425 source = "registry+https://github.com/rust-lang/crates.io-index"
2426 checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2427 dependencies = [
2428  "instant",
2429  "lock_api",
2430  "parking_lot_core",
2431 ]
2432
2433 [[package]]
2434 name = "parking_lot_core"
2435 version = "0.8.2"
2436 source = "registry+https://github.com/rust-lang/crates.io-index"
2437 checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
2438 dependencies = [
2439  "cfg-if 1.0.0",
2440  "instant",
2441  "libc",
2442  "redox_syscall 0.1.57",
2443  "smallvec",
2444  "winapi 0.3.9",
2445 ]
2446
2447 [[package]]
2448 name = "pem"
2449 version = "0.8.2"
2450 source = "registry+https://github.com/rust-lang/crates.io-index"
2451 checksum = "f4c220d01f863d13d96ca82359d1e81e64a7c6bf0637bcde7b2349630addf0c6"
2452 dependencies = [
2453  "base64 0.13.0",
2454  "once_cell",
2455  "regex",
2456 ]
2457
2458 [[package]]
2459 name = "percent-encoding"
2460 version = "2.1.0"
2461 source = "registry+https://github.com/rust-lang/crates.io-index"
2462 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2463
2464 [[package]]
2465 name = "pest"
2466 version = "2.1.3"
2467 source = "registry+https://github.com/rust-lang/crates.io-index"
2468 checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2469 dependencies = [
2470  "ucd-trie",
2471 ]
2472
2473 [[package]]
2474 name = "pest_derive"
2475 version = "2.1.0"
2476 source = "registry+https://github.com/rust-lang/crates.io-index"
2477 checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2478 dependencies = [
2479  "pest",
2480  "pest_generator",
2481 ]
2482
2483 [[package]]
2484 name = "pest_generator"
2485 version = "2.1.3"
2486 source = "registry+https://github.com/rust-lang/crates.io-index"
2487 checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2488 dependencies = [
2489  "pest",
2490  "pest_meta",
2491  "proc-macro2 1.0.24",
2492  "quote 1.0.8",
2493  "syn 1.0.60",
2494 ]
2495
2496 [[package]]
2497 name = "pest_meta"
2498 version = "2.1.3"
2499 source = "registry+https://github.com/rust-lang/crates.io-index"
2500 checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2501 dependencies = [
2502  "maplit",
2503  "pest",
2504  "sha-1 0.8.2",
2505 ]
2506
2507 [[package]]
2508 name = "pin-project"
2509 version = "0.4.27"
2510 source = "registry+https://github.com/rust-lang/crates.io-index"
2511 checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
2512 dependencies = [
2513  "pin-project-internal 0.4.27",
2514 ]
2515
2516 [[package]]
2517 name = "pin-project"
2518 version = "1.0.4"
2519 source = "registry+https://github.com/rust-lang/crates.io-index"
2520 checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2"
2521 dependencies = [
2522  "pin-project-internal 1.0.4",
2523 ]
2524
2525 [[package]]
2526 name = "pin-project-internal"
2527 version = "0.4.27"
2528 source = "registry+https://github.com/rust-lang/crates.io-index"
2529 checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
2530 dependencies = [
2531  "proc-macro2 1.0.24",
2532  "quote 1.0.8",
2533  "syn 1.0.60",
2534 ]
2535
2536 [[package]]
2537 name = "pin-project-internal"
2538 version = "1.0.4"
2539 source = "registry+https://github.com/rust-lang/crates.io-index"
2540 checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71"
2541 dependencies = [
2542  "proc-macro2 1.0.24",
2543  "quote 1.0.8",
2544  "syn 1.0.60",
2545 ]
2546
2547 [[package]]
2548 name = "pin-project-lite"
2549 version = "0.1.11"
2550 source = "registry+https://github.com/rust-lang/crates.io-index"
2551 checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
2552
2553 [[package]]
2554 name = "pin-project-lite"
2555 version = "0.2.4"
2556 source = "registry+https://github.com/rust-lang/crates.io-index"
2557 checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
2558
2559 [[package]]
2560 name = "pin-utils"
2561 version = "0.1.0"
2562 source = "registry+https://github.com/rust-lang/crates.io-index"
2563 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2564
2565 [[package]]
2566 name = "pkg-config"
2567 version = "0.3.19"
2568 source = "registry+https://github.com/rust-lang/crates.io-index"
2569 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2570
2571 [[package]]
2572 name = "png"
2573 version = "0.16.8"
2574 source = "registry+https://github.com/rust-lang/crates.io-index"
2575 checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
2576 dependencies = [
2577  "bitflags",
2578  "crc32fast",
2579  "deflate",
2580  "miniz_oxide 0.3.7",
2581 ]
2582
2583 [[package]]
2584 name = "ppv-lite86"
2585 version = "0.2.10"
2586 source = "registry+https://github.com/rust-lang/crates.io-index"
2587 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2588
2589 [[package]]
2590 name = "pq-sys"
2591 version = "0.4.6"
2592 source = "registry+https://github.com/rust-lang/crates.io-index"
2593 checksum = "6ac25eee5a0582f45a67e837e350d784e7003bd29a5f460796772061ca49ffda"
2594 dependencies = [
2595  "vcpkg",
2596 ]
2597
2598 [[package]]
2599 name = "proc-macro-error"
2600 version = "1.0.4"
2601 source = "registry+https://github.com/rust-lang/crates.io-index"
2602 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2603 dependencies = [
2604  "proc-macro-error-attr",
2605  "proc-macro2 1.0.24",
2606  "quote 1.0.8",
2607  "syn 1.0.60",
2608  "version_check",
2609 ]
2610
2611 [[package]]
2612 name = "proc-macro-error-attr"
2613 version = "1.0.4"
2614 source = "registry+https://github.com/rust-lang/crates.io-index"
2615 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2616 dependencies = [
2617  "proc-macro2 1.0.24",
2618  "quote 1.0.8",
2619  "version_check",
2620 ]
2621
2622 [[package]]
2623 name = "proc-macro-hack"
2624 version = "0.5.19"
2625 source = "registry+https://github.com/rust-lang/crates.io-index"
2626 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2627
2628 [[package]]
2629 name = "proc-macro-nested"
2630 version = "0.1.7"
2631 source = "registry+https://github.com/rust-lang/crates.io-index"
2632 checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2633
2634 [[package]]
2635 name = "proc-macro2"
2636 version = "0.4.30"
2637 source = "registry+https://github.com/rust-lang/crates.io-index"
2638 checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2639 dependencies = [
2640  "unicode-xid 0.1.0",
2641 ]
2642
2643 [[package]]
2644 name = "proc-macro2"
2645 version = "1.0.24"
2646 source = "registry+https://github.com/rust-lang/crates.io-index"
2647 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2648 dependencies = [
2649  "unicode-xid 0.2.1",
2650 ]
2651
2652 [[package]]
2653 name = "quick-error"
2654 version = "1.2.3"
2655 source = "registry+https://github.com/rust-lang/crates.io-index"
2656 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2657
2658 [[package]]
2659 name = "quick-xml"
2660 version = "0.20.0"
2661 source = "registry+https://github.com/rust-lang/crates.io-index"
2662 checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
2663 dependencies = [
2664  "encoding_rs",
2665  "memchr",
2666 ]
2667
2668 [[package]]
2669 name = "quote"
2670 version = "0.6.13"
2671 source = "registry+https://github.com/rust-lang/crates.io-index"
2672 checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
2673 dependencies = [
2674  "proc-macro2 0.4.30",
2675 ]
2676
2677 [[package]]
2678 name = "quote"
2679 version = "1.0.8"
2680 source = "registry+https://github.com/rust-lang/crates.io-index"
2681 checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
2682 dependencies = [
2683  "proc-macro2 1.0.24",
2684 ]
2685
2686 [[package]]
2687 name = "quoted_printable"
2688 version = "0.4.2"
2689 source = "registry+https://github.com/rust-lang/crates.io-index"
2690 checksum = "47b080c5db639b292ac79cbd34be0cfc5d36694768d8341109634d90b86930e2"
2691
2692 [[package]]
2693 name = "r2d2"
2694 version = "0.8.9"
2695 source = "registry+https://github.com/rust-lang/crates.io-index"
2696 checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
2697 dependencies = [
2698  "log",
2699  "parking_lot",
2700  "scheduled-thread-pool",
2701 ]
2702
2703 [[package]]
2704 name = "radium"
2705 version = "0.5.3"
2706 source = "registry+https://github.com/rust-lang/crates.io-index"
2707 checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
2708
2709 [[package]]
2710 name = "rand"
2711 version = "0.7.3"
2712 source = "registry+https://github.com/rust-lang/crates.io-index"
2713 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2714 dependencies = [
2715  "getrandom 0.1.16",
2716  "libc",
2717  "rand_chacha 0.2.2",
2718  "rand_core 0.5.1",
2719  "rand_hc 0.2.0",
2720 ]
2721
2722 [[package]]
2723 name = "rand"
2724 version = "0.8.3"
2725 source = "registry+https://github.com/rust-lang/crates.io-index"
2726 checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
2727 dependencies = [
2728  "libc",
2729  "rand_chacha 0.3.0",
2730  "rand_core 0.6.1",
2731  "rand_hc 0.3.0",
2732 ]
2733
2734 [[package]]
2735 name = "rand_chacha"
2736 version = "0.2.2"
2737 source = "registry+https://github.com/rust-lang/crates.io-index"
2738 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2739 dependencies = [
2740  "ppv-lite86",
2741  "rand_core 0.5.1",
2742 ]
2743
2744 [[package]]
2745 name = "rand_chacha"
2746 version = "0.3.0"
2747 source = "registry+https://github.com/rust-lang/crates.io-index"
2748 checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2749 dependencies = [
2750  "ppv-lite86",
2751  "rand_core 0.6.1",
2752 ]
2753
2754 [[package]]
2755 name = "rand_core"
2756 version = "0.5.1"
2757 source = "registry+https://github.com/rust-lang/crates.io-index"
2758 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2759 dependencies = [
2760  "getrandom 0.1.16",
2761 ]
2762
2763 [[package]]
2764 name = "rand_core"
2765 version = "0.6.1"
2766 source = "registry+https://github.com/rust-lang/crates.io-index"
2767 checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
2768 dependencies = [
2769  "getrandom 0.2.2",
2770 ]
2771
2772 [[package]]
2773 name = "rand_hc"
2774 version = "0.2.0"
2775 source = "registry+https://github.com/rust-lang/crates.io-index"
2776 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2777 dependencies = [
2778  "rand_core 0.5.1",
2779 ]
2780
2781 [[package]]
2782 name = "rand_hc"
2783 version = "0.3.0"
2784 source = "registry+https://github.com/rust-lang/crates.io-index"
2785 checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
2786 dependencies = [
2787  "rand_core 0.6.1",
2788 ]
2789
2790 [[package]]
2791 name = "rayon"
2792 version = "1.5.0"
2793 source = "registry+https://github.com/rust-lang/crates.io-index"
2794 checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
2795 dependencies = [
2796  "autocfg",
2797  "crossbeam-deque",
2798  "either",
2799  "rayon-core",
2800 ]
2801
2802 [[package]]
2803 name = "rayon-core"
2804 version = "1.9.0"
2805 source = "registry+https://github.com/rust-lang/crates.io-index"
2806 checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
2807 dependencies = [
2808  "crossbeam-channel 0.5.0",
2809  "crossbeam-deque",
2810  "crossbeam-utils 0.8.1",
2811  "lazy_static",
2812  "num_cpus",
2813 ]
2814
2815 [[package]]
2816 name = "redox_syscall"
2817 version = "0.1.57"
2818 source = "registry+https://github.com/rust-lang/crates.io-index"
2819 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2820
2821 [[package]]
2822 name = "redox_syscall"
2823 version = "0.2.4"
2824 source = "registry+https://github.com/rust-lang/crates.io-index"
2825 checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
2826 dependencies = [
2827  "bitflags",
2828 ]
2829
2830 [[package]]
2831 name = "regex"
2832 version = "1.4.3"
2833 source = "registry+https://github.com/rust-lang/crates.io-index"
2834 checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
2835 dependencies = [
2836  "aho-corasick",
2837  "memchr",
2838  "regex-syntax",
2839  "thread_local",
2840 ]
2841
2842 [[package]]
2843 name = "regex-syntax"
2844 version = "0.6.22"
2845 source = "registry+https://github.com/rust-lang/crates.io-index"
2846 checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
2847
2848 [[package]]
2849 name = "remove_dir_all"
2850 version = "0.5.3"
2851 source = "registry+https://github.com/rust-lang/crates.io-index"
2852 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2853 dependencies = [
2854  "winapi 0.3.9",
2855 ]
2856
2857 [[package]]
2858 name = "reqwest"
2859 version = "0.10.10"
2860 source = "registry+https://github.com/rust-lang/crates.io-index"
2861 checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
2862 dependencies = [
2863  "base64 0.13.0",
2864  "bytes 0.5.6",
2865  "encoding_rs",
2866  "futures-core",
2867  "futures-util",
2868  "http",
2869  "http-body",
2870  "hyper",
2871  "hyper-tls",
2872  "ipnet",
2873  "js-sys",
2874  "lazy_static",
2875  "log",
2876  "mime",
2877  "mime_guess",
2878  "native-tls",
2879  "percent-encoding",
2880  "pin-project-lite 0.2.4",
2881  "serde",
2882  "serde_json",
2883  "serde_urlencoded",
2884  "tokio 0.2.25",
2885  "tokio-tls",
2886  "url",
2887  "wasm-bindgen",
2888  "wasm-bindgen-futures",
2889  "web-sys",
2890  "winreg 0.7.0",
2891 ]
2892
2893 [[package]]
2894 name = "resolv-conf"
2895 version = "0.7.0"
2896 source = "registry+https://github.com/rust-lang/crates.io-index"
2897 checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
2898 dependencies = [
2899  "hostname",
2900  "quick-error",
2901 ]
2902
2903 [[package]]
2904 name = "rgb"
2905 version = "0.8.25"
2906 source = "registry+https://github.com/rust-lang/crates.io-index"
2907 checksum = "287f3c3f8236abb92d8b7e36797f19159df4b58f0a658cc3fb6dd3004b1f3bd3"
2908 dependencies = [
2909  "bytemuck",
2910 ]
2911
2912 [[package]]
2913 name = "ring"
2914 version = "0.16.20"
2915 source = "registry+https://github.com/rust-lang/crates.io-index"
2916 checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2917 dependencies = [
2918  "cc",
2919  "libc",
2920  "once_cell",
2921  "spin",
2922  "untrusted",
2923  "web-sys",
2924  "winapi 0.3.9",
2925 ]
2926
2927 [[package]]
2928 name = "rss"
2929 version = "1.10.0"
2930 source = "registry+https://github.com/rust-lang/crates.io-index"
2931 checksum = "02e70d6ae72f8a4333af8ce9dce58942020528430eb0d46ee2fcb5e8d4d16377"
2932 dependencies = [
2933  "atom_syndication",
2934  "derive_builder",
2935  "quick-xml",
2936 ]
2937
2938 [[package]]
2939 name = "rustc-demangle"
2940 version = "0.1.18"
2941 source = "registry+https://github.com/rust-lang/crates.io-index"
2942 checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
2943
2944 [[package]]
2945 name = "rustc_version"
2946 version = "0.2.3"
2947 source = "registry+https://github.com/rust-lang/crates.io-index"
2948 checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2949 dependencies = [
2950  "semver",
2951 ]
2952
2953 [[package]]
2954 name = "rustls"
2955 version = "0.18.1"
2956 source = "registry+https://github.com/rust-lang/crates.io-index"
2957 checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
2958 dependencies = [
2959  "base64 0.12.3",
2960  "log",
2961  "ring",
2962  "sct",
2963  "webpki",
2964 ]
2965
2966 [[package]]
2967 name = "ryu"
2968 version = "1.0.5"
2969 source = "registry+https://github.com/rust-lang/crates.io-index"
2970 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2971
2972 [[package]]
2973 name = "schannel"
2974 version = "0.1.19"
2975 source = "registry+https://github.com/rust-lang/crates.io-index"
2976 checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2977 dependencies = [
2978  "lazy_static",
2979  "winapi 0.3.9",
2980 ]
2981
2982 [[package]]
2983 name = "scheduled-thread-pool"
2984 version = "0.2.5"
2985 source = "registry+https://github.com/rust-lang/crates.io-index"
2986 checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
2987 dependencies = [
2988  "parking_lot",
2989 ]
2990
2991 [[package]]
2992 name = "scoped_threadpool"
2993 version = "0.1.9"
2994 source = "registry+https://github.com/rust-lang/crates.io-index"
2995 checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
2996
2997 [[package]]
2998 name = "scopeguard"
2999 version = "1.1.0"
3000 source = "registry+https://github.com/rust-lang/crates.io-index"
3001 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
3002
3003 [[package]]
3004 name = "sct"
3005 version = "0.6.0"
3006 source = "registry+https://github.com/rust-lang/crates.io-index"
3007 checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
3008 dependencies = [
3009  "ring",
3010  "untrusted",
3011 ]
3012
3013 [[package]]
3014 name = "security-framework"
3015 version = "2.0.0"
3016 source = "registry+https://github.com/rust-lang/crates.io-index"
3017 checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
3018 dependencies = [
3019  "bitflags",
3020  "core-foundation",
3021  "core-foundation-sys",
3022  "libc",
3023  "security-framework-sys",
3024 ]
3025
3026 [[package]]
3027 name = "security-framework-sys"
3028 version = "2.0.0"
3029 source = "registry+https://github.com/rust-lang/crates.io-index"
3030 checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
3031 dependencies = [
3032  "core-foundation-sys",
3033  "libc",
3034 ]
3035
3036 [[package]]
3037 name = "semver"
3038 version = "0.9.0"
3039 source = "registry+https://github.com/rust-lang/crates.io-index"
3040 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
3041 dependencies = [
3042  "semver-parser",
3043 ]
3044
3045 [[package]]
3046 name = "semver-parser"
3047 version = "0.7.0"
3048 source = "registry+https://github.com/rust-lang/crates.io-index"
3049 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
3050
3051 [[package]]
3052 name = "serde"
3053 version = "1.0.123"
3054 source = "registry+https://github.com/rust-lang/crates.io-index"
3055 checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
3056 dependencies = [
3057  "serde_derive",
3058 ]
3059
3060 [[package]]
3061 name = "serde_derive"
3062 version = "1.0.123"
3063 source = "registry+https://github.com/rust-lang/crates.io-index"
3064 checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
3065 dependencies = [
3066  "proc-macro2 1.0.24",
3067  "quote 1.0.8",
3068  "syn 1.0.60",
3069 ]
3070
3071 [[package]]
3072 name = "serde_json"
3073 version = "1.0.61"
3074 source = "registry+https://github.com/rust-lang/crates.io-index"
3075 checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
3076 dependencies = [
3077  "indexmap",
3078  "itoa",
3079  "ryu",
3080  "serde",
3081 ]
3082
3083 [[package]]
3084 name = "serde_urlencoded"
3085 version = "0.7.0"
3086 source = "registry+https://github.com/rust-lang/crates.io-index"
3087 checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
3088 dependencies = [
3089  "form_urlencoded",
3090  "itoa",
3091  "ryu",
3092  "serde",
3093 ]
3094
3095 [[package]]
3096 name = "serial_test"
3097 version = "0.5.1"
3098 source = "registry+https://github.com/rust-lang/crates.io-index"
3099 checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d"
3100 dependencies = [
3101  "lazy_static",
3102  "parking_lot",
3103  "serial_test_derive",
3104 ]
3105
3106 [[package]]
3107 name = "serial_test_derive"
3108 version = "0.5.1"
3109 source = "registry+https://github.com/rust-lang/crates.io-index"
3110 checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5"
3111 dependencies = [
3112  "proc-macro2 1.0.24",
3113  "quote 1.0.8",
3114  "syn 1.0.60",
3115 ]
3116
3117 [[package]]
3118 name = "sha-1"
3119 version = "0.8.2"
3120 source = "registry+https://github.com/rust-lang/crates.io-index"
3121 checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
3122 dependencies = [
3123  "block-buffer 0.7.3",
3124  "digest 0.8.1",
3125  "fake-simd",
3126  "opaque-debug 0.2.3",
3127 ]
3128
3129 [[package]]
3130 name = "sha-1"
3131 version = "0.9.3"
3132 source = "registry+https://github.com/rust-lang/crates.io-index"
3133 checksum = "f4b312c3731e3fe78a185e6b9b911a7aa715b8e31cce117975219aab2acf285d"
3134 dependencies = [
3135  "block-buffer 0.9.0",
3136  "cfg-if 1.0.0",
3137  "cpuid-bool",
3138  "digest 0.9.0",
3139  "opaque-debug 0.3.0",
3140 ]
3141
3142 [[package]]
3143 name = "sha1"
3144 version = "0.6.0"
3145 source = "registry+https://github.com/rust-lang/crates.io-index"
3146 checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
3147
3148 [[package]]
3149 name = "sha2"
3150 version = "0.9.3"
3151 source = "registry+https://github.com/rust-lang/crates.io-index"
3152 checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de"
3153 dependencies = [
3154  "block-buffer 0.9.0",
3155  "cfg-if 1.0.0",
3156  "cpuid-bool",
3157  "digest 0.9.0",
3158  "opaque-debug 0.3.0",
3159 ]
3160
3161 [[package]]
3162 name = "shell-words"
3163 version = "1.0.0"
3164 source = "registry+https://github.com/rust-lang/crates.io-index"
3165 checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
3166
3167 [[package]]
3168 name = "signal-hook-registry"
3169 version = "1.3.0"
3170 source = "registry+https://github.com/rust-lang/crates.io-index"
3171 checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
3172 dependencies = [
3173  "libc",
3174 ]
3175
3176 [[package]]
3177 name = "simple_asn1"
3178 version = "0.4.1"
3179 source = "registry+https://github.com/rust-lang/crates.io-index"
3180 checksum = "692ca13de57ce0613a363c8c2f1de925adebc81b04c923ac60c5488bb44abe4b"
3181 dependencies = [
3182  "chrono",
3183  "num-bigint",
3184  "num-traits",
3185 ]
3186
3187 [[package]]
3188 name = "slab"
3189 version = "0.4.2"
3190 source = "registry+https://github.com/rust-lang/crates.io-index"
3191 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
3192
3193 [[package]]
3194 name = "smallvec"
3195 version = "1.6.1"
3196 source = "registry+https://github.com/rust-lang/crates.io-index"
3197 checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
3198
3199 [[package]]
3200 name = "socket2"
3201 version = "0.3.19"
3202 source = "registry+https://github.com/rust-lang/crates.io-index"
3203 checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
3204 dependencies = [
3205  "cfg-if 1.0.0",
3206  "libc",
3207  "winapi 0.3.9",
3208 ]
3209
3210 [[package]]
3211 name = "spin"
3212 version = "0.5.2"
3213 source = "registry+https://github.com/rust-lang/crates.io-index"
3214 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
3215
3216 [[package]]
3217 name = "standback"
3218 version = "0.2.14"
3219 source = "registry+https://github.com/rust-lang/crates.io-index"
3220 checksum = "c66a8cff4fa24853fdf6b51f75c6d7f8206d7c75cab4e467bcd7f25c2b1febe0"
3221 dependencies = [
3222  "version_check",
3223 ]
3224
3225 [[package]]
3226 name = "stdweb"
3227 version = "0.4.20"
3228 source = "registry+https://github.com/rust-lang/crates.io-index"
3229 checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
3230 dependencies = [
3231  "discard",
3232  "rustc_version",
3233  "stdweb-derive",
3234  "stdweb-internal-macros",
3235  "stdweb-internal-runtime",
3236  "wasm-bindgen",
3237 ]
3238
3239 [[package]]
3240 name = "stdweb-derive"
3241 version = "0.5.3"
3242 source = "registry+https://github.com/rust-lang/crates.io-index"
3243 checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
3244 dependencies = [
3245  "proc-macro2 1.0.24",
3246  "quote 1.0.8",
3247  "serde",
3248  "serde_derive",
3249  "syn 1.0.60",
3250 ]
3251
3252 [[package]]
3253 name = "stdweb-internal-macros"
3254 version = "0.2.9"
3255 source = "registry+https://github.com/rust-lang/crates.io-index"
3256 checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
3257 dependencies = [
3258  "base-x",
3259  "proc-macro2 1.0.24",
3260  "quote 1.0.8",
3261  "serde",
3262  "serde_derive",
3263  "serde_json",
3264  "sha1",
3265  "syn 1.0.60",
3266 ]
3267
3268 [[package]]
3269 name = "stdweb-internal-runtime"
3270 version = "0.1.5"
3271 source = "registry+https://github.com/rust-lang/crates.io-index"
3272 checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
3273
3274 [[package]]
3275 name = "strsim"
3276 version = "0.9.3"
3277 source = "registry+https://github.com/rust-lang/crates.io-index"
3278 checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
3279
3280 [[package]]
3281 name = "strum"
3282 version = "0.20.0"
3283 source = "registry+https://github.com/rust-lang/crates.io-index"
3284 checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
3285
3286 [[package]]
3287 name = "strum_macros"
3288 version = "0.20.1"
3289 source = "registry+https://github.com/rust-lang/crates.io-index"
3290 checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
3291 dependencies = [
3292  "heck",
3293  "proc-macro2 1.0.24",
3294  "quote 1.0.8",
3295  "syn 1.0.60",
3296 ]
3297
3298 [[package]]
3299 name = "syn"
3300 version = "0.14.9"
3301 source = "registry+https://github.com/rust-lang/crates.io-index"
3302 checksum = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741"
3303 dependencies = [
3304  "proc-macro2 0.4.30",
3305  "quote 0.6.13",
3306  "unicode-xid 0.1.0",
3307 ]
3308
3309 [[package]]
3310 name = "syn"
3311 version = "1.0.60"
3312 source = "registry+https://github.com/rust-lang/crates.io-index"
3313 checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
3314 dependencies = [
3315  "proc-macro2 1.0.24",
3316  "quote 1.0.8",
3317  "unicode-xid 0.2.1",
3318 ]
3319
3320 [[package]]
3321 name = "tap"
3322 version = "1.0.0"
3323 source = "registry+https://github.com/rust-lang/crates.io-index"
3324 checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"
3325
3326 [[package]]
3327 name = "tempfile"
3328 version = "3.2.0"
3329 source = "registry+https://github.com/rust-lang/crates.io-index"
3330 checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
3331 dependencies = [
3332  "cfg-if 1.0.0",
3333  "libc",
3334  "rand 0.8.3",
3335  "redox_syscall 0.2.4",
3336  "remove_dir_all",
3337  "winapi 0.3.9",
3338 ]
3339
3340 [[package]]
3341 name = "termcolor"
3342 version = "1.1.2"
3343 source = "registry+https://github.com/rust-lang/crates.io-index"
3344 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
3345 dependencies = [
3346  "winapi-util",
3347 ]
3348
3349 [[package]]
3350 name = "thiserror"
3351 version = "1.0.23"
3352 source = "registry+https://github.com/rust-lang/crates.io-index"
3353 checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
3354 dependencies = [
3355  "thiserror-impl",
3356 ]
3357
3358 [[package]]
3359 name = "thiserror-impl"
3360 version = "1.0.23"
3361 source = "registry+https://github.com/rust-lang/crates.io-index"
3362 checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
3363 dependencies = [
3364  "proc-macro2 1.0.24",
3365  "quote 1.0.8",
3366  "syn 1.0.60",
3367 ]
3368
3369 [[package]]
3370 name = "thread_local"
3371 version = "1.1.2"
3372 source = "registry+https://github.com/rust-lang/crates.io-index"
3373 checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915"
3374 dependencies = [
3375  "once_cell",
3376 ]
3377
3378 [[package]]
3379 name = "threadpool"
3380 version = "1.8.1"
3381 source = "registry+https://github.com/rust-lang/crates.io-index"
3382 checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
3383 dependencies = [
3384  "num_cpus",
3385 ]
3386
3387 [[package]]
3388 name = "tiff"
3389 version = "0.6.1"
3390 source = "registry+https://github.com/rust-lang/crates.io-index"
3391 checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
3392 dependencies = [
3393  "jpeg-decoder",
3394  "miniz_oxide 0.4.3",
3395  "weezl",
3396 ]
3397
3398 [[package]]
3399 name = "time"
3400 version = "0.1.44"
3401 source = "registry+https://github.com/rust-lang/crates.io-index"
3402 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
3403 dependencies = [
3404  "libc",
3405  "wasi 0.10.0+wasi-snapshot-preview1",
3406  "winapi 0.3.9",
3407 ]
3408
3409 [[package]]
3410 name = "time"
3411 version = "0.2.25"
3412 source = "registry+https://github.com/rust-lang/crates.io-index"
3413 checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7"
3414 dependencies = [
3415  "const_fn",
3416  "libc",
3417  "standback",
3418  "stdweb",
3419  "time-macros",
3420  "version_check",
3421  "winapi 0.3.9",
3422 ]
3423
3424 [[package]]
3425 name = "time-macros"
3426 version = "0.1.1"
3427 source = "registry+https://github.com/rust-lang/crates.io-index"
3428 checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
3429 dependencies = [
3430  "proc-macro-hack",
3431  "time-macros-impl",
3432 ]
3433
3434 [[package]]
3435 name = "time-macros-impl"
3436 version = "0.1.1"
3437 source = "registry+https://github.com/rust-lang/crates.io-index"
3438 checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
3439 dependencies = [
3440  "proc-macro-hack",
3441  "proc-macro2 1.0.24",
3442  "quote 1.0.8",
3443  "standback",
3444  "syn 1.0.60",
3445 ]
3446
3447 [[package]]
3448 name = "tinyvec"
3449 version = "1.1.1"
3450 source = "registry+https://github.com/rust-lang/crates.io-index"
3451 checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
3452 dependencies = [
3453  "tinyvec_macros",
3454 ]
3455
3456 [[package]]
3457 name = "tinyvec_macros"
3458 version = "0.1.0"
3459 source = "registry+https://github.com/rust-lang/crates.io-index"
3460 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
3461
3462 [[package]]
3463 name = "tokio"
3464 version = "0.2.25"
3465 source = "registry+https://github.com/rust-lang/crates.io-index"
3466 checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
3467 dependencies = [
3468  "bytes 0.5.6",
3469  "fnv",
3470  "futures-core",
3471  "iovec",
3472  "lazy_static",
3473  "libc",
3474  "memchr",
3475  "mio",
3476  "mio-uds",
3477  "pin-project-lite 0.1.11",
3478  "signal-hook-registry",
3479  "slab",
3480  "winapi 0.3.9",
3481 ]
3482
3483 [[package]]
3484 name = "tokio"
3485 version = "0.3.7"
3486 source = "registry+https://github.com/rust-lang/crates.io-index"
3487 checksum = "46409491c9375a693ce7032101970a54f8a2010efb77e13f70788f0d84489e39"
3488 dependencies = [
3489  "autocfg",
3490  "pin-project-lite 0.2.4",
3491 ]
3492
3493 [[package]]
3494 name = "tokio-rustls"
3495 version = "0.14.1"
3496 source = "registry+https://github.com/rust-lang/crates.io-index"
3497 checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
3498 dependencies = [
3499  "futures-core",
3500  "rustls",
3501  "tokio 0.2.25",
3502  "webpki",
3503 ]
3504
3505 [[package]]
3506 name = "tokio-tls"
3507 version = "0.3.1"
3508 source = "registry+https://github.com/rust-lang/crates.io-index"
3509 checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
3510 dependencies = [
3511  "native-tls",
3512  "tokio 0.2.25",
3513 ]
3514
3515 [[package]]
3516 name = "tokio-util"
3517 version = "0.3.1"
3518 source = "registry+https://github.com/rust-lang/crates.io-index"
3519 checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
3520 dependencies = [
3521  "bytes 0.5.6",
3522  "futures-core",
3523  "futures-io",
3524  "futures-sink",
3525  "log",
3526  "pin-project-lite 0.1.11",
3527  "tokio 0.2.25",
3528 ]
3529
3530 [[package]]
3531 name = "tower-service"
3532 version = "0.3.1"
3533 source = "registry+https://github.com/rust-lang/crates.io-index"
3534 checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
3535
3536 [[package]]
3537 name = "tracing"
3538 version = "0.1.22"
3539 source = "registry+https://github.com/rust-lang/crates.io-index"
3540 checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
3541 dependencies = [
3542  "cfg-if 1.0.0",
3543  "log",
3544  "pin-project-lite 0.2.4",
3545  "tracing-core",
3546 ]
3547
3548 [[package]]
3549 name = "tracing-core"
3550 version = "0.1.17"
3551 source = "registry+https://github.com/rust-lang/crates.io-index"
3552 checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
3553 dependencies = [
3554  "lazy_static",
3555 ]
3556
3557 [[package]]
3558 name = "tracing-futures"
3559 version = "0.2.4"
3560 source = "registry+https://github.com/rust-lang/crates.io-index"
3561 checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
3562 dependencies = [
3563  "pin-project 0.4.27",
3564  "tracing",
3565 ]
3566
3567 [[package]]
3568 name = "trust-dns-proto"
3569 version = "0.19.6"
3570 source = "registry+https://github.com/rust-lang/crates.io-index"
3571 checksum = "53861fcb288a166aae4c508ae558ed18b53838db728d4d310aad08270a7d4c2b"
3572 dependencies = [
3573  "async-trait",
3574  "backtrace",
3575  "enum-as-inner",
3576  "futures",
3577  "idna",
3578  "lazy_static",
3579  "log",
3580  "rand 0.7.3",
3581  "smallvec",
3582  "thiserror",
3583  "tokio 0.2.25",
3584  "url",
3585 ]
3586
3587 [[package]]
3588 name = "trust-dns-resolver"
3589 version = "0.19.6"
3590 source = "registry+https://github.com/rust-lang/crates.io-index"
3591 checksum = "6759e8efc40465547b0dfce9500d733c65f969a4cbbfbe3ccf68daaa46ef179e"
3592 dependencies = [
3593  "backtrace",
3594  "cfg-if 0.1.10",
3595  "futures",
3596  "ipconfig",
3597  "lazy_static",
3598  "log",
3599  "lru-cache",
3600  "resolv-conf",
3601  "smallvec",
3602  "thiserror",
3603  "tokio 0.2.25",
3604  "trust-dns-proto",
3605 ]
3606
3607 [[package]]
3608 name = "try-lock"
3609 version = "0.2.3"
3610 source = "registry+https://github.com/rust-lang/crates.io-index"
3611 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
3612
3613 [[package]]
3614 name = "twoway"
3615 version = "0.2.1"
3616 source = "registry+https://github.com/rust-lang/crates.io-index"
3617 checksum = "6b40075910de3a912adbd80b5d8bad6ad10a23eeb1f5bf9d4006839e899ba5bc"
3618 dependencies = [
3619  "memchr",
3620  "unchecked-index",
3621 ]
3622
3623 [[package]]
3624 name = "typed-arena"
3625 version = "1.7.0"
3626 source = "registry+https://github.com/rust-lang/crates.io-index"
3627 checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
3628
3629 [[package]]
3630 name = "typenum"
3631 version = "1.12.0"
3632 source = "registry+https://github.com/rust-lang/crates.io-index"
3633 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
3634
3635 [[package]]
3636 name = "ucd-trie"
3637 version = "0.1.3"
3638 source = "registry+https://github.com/rust-lang/crates.io-index"
3639 checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
3640
3641 [[package]]
3642 name = "unchecked-index"
3643 version = "0.2.2"
3644 source = "registry+https://github.com/rust-lang/crates.io-index"
3645 checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
3646
3647 [[package]]
3648 name = "unicase"
3649 version = "2.6.0"
3650 source = "registry+https://github.com/rust-lang/crates.io-index"
3651 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
3652 dependencies = [
3653  "version_check",
3654 ]
3655
3656 [[package]]
3657 name = "unicode-bidi"
3658 version = "0.3.4"
3659 source = "registry+https://github.com/rust-lang/crates.io-index"
3660 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
3661 dependencies = [
3662  "matches",
3663 ]
3664
3665 [[package]]
3666 name = "unicode-normalization"
3667 version = "0.1.16"
3668 source = "registry+https://github.com/rust-lang/crates.io-index"
3669 checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
3670 dependencies = [
3671  "tinyvec",
3672 ]
3673
3674 [[package]]
3675 name = "unicode-segmentation"
3676 version = "1.7.1"
3677 source = "registry+https://github.com/rust-lang/crates.io-index"
3678 checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
3679
3680 [[package]]
3681 name = "unicode-xid"
3682 version = "0.1.0"
3683 source = "registry+https://github.com/rust-lang/crates.io-index"
3684 checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
3685
3686 [[package]]
3687 name = "unicode-xid"
3688 version = "0.2.1"
3689 source = "registry+https://github.com/rust-lang/crates.io-index"
3690 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
3691
3692 [[package]]
3693 name = "unicode_categories"
3694 version = "0.1.1"
3695 source = "registry+https://github.com/rust-lang/crates.io-index"
3696 checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
3697
3698 [[package]]
3699 name = "untrusted"
3700 version = "0.7.1"
3701 source = "registry+https://github.com/rust-lang/crates.io-index"
3702 checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
3703
3704 [[package]]
3705 name = "url"
3706 version = "2.2.1"
3707 source = "registry+https://github.com/rust-lang/crates.io-index"
3708 checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
3709 dependencies = [
3710  "form_urlencoded",
3711  "idna",
3712  "matches",
3713  "percent-encoding",
3714  "serde",
3715 ]
3716
3717 [[package]]
3718 name = "uuid"
3719 version = "0.8.2"
3720 source = "registry+https://github.com/rust-lang/crates.io-index"
3721 checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
3722 dependencies = [
3723  "getrandom 0.2.2",
3724  "serde",
3725 ]
3726
3727 [[package]]
3728 name = "vcpkg"
3729 version = "0.2.11"
3730 source = "registry+https://github.com/rust-lang/crates.io-index"
3731 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
3732
3733 [[package]]
3734 name = "version_check"
3735 version = "0.9.2"
3736 source = "registry+https://github.com/rust-lang/crates.io-index"
3737 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
3738
3739 [[package]]
3740 name = "want"
3741 version = "0.3.0"
3742 source = "registry+https://github.com/rust-lang/crates.io-index"
3743 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
3744 dependencies = [
3745  "log",
3746  "try-lock",
3747 ]
3748
3749 [[package]]
3750 name = "wasi"
3751 version = "0.9.0+wasi-snapshot-preview1"
3752 source = "registry+https://github.com/rust-lang/crates.io-index"
3753 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
3754
3755 [[package]]
3756 name = "wasi"
3757 version = "0.10.0+wasi-snapshot-preview1"
3758 source = "registry+https://github.com/rust-lang/crates.io-index"
3759 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
3760
3761 [[package]]
3762 name = "wasm-bindgen"
3763 version = "0.2.70"
3764 source = "registry+https://github.com/rust-lang/crates.io-index"
3765 checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
3766 dependencies = [
3767  "cfg-if 1.0.0",
3768  "serde",
3769  "serde_json",
3770  "wasm-bindgen-macro",
3771 ]
3772
3773 [[package]]
3774 name = "wasm-bindgen-backend"
3775 version = "0.2.70"
3776 source = "registry+https://github.com/rust-lang/crates.io-index"
3777 checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
3778 dependencies = [
3779  "bumpalo",
3780  "lazy_static",
3781  "log",
3782  "proc-macro2 1.0.24",
3783  "quote 1.0.8",
3784  "syn 1.0.60",
3785  "wasm-bindgen-shared",
3786 ]
3787
3788 [[package]]
3789 name = "wasm-bindgen-futures"
3790 version = "0.4.20"
3791 source = "registry+https://github.com/rust-lang/crates.io-index"
3792 checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
3793 dependencies = [
3794  "cfg-if 1.0.0",
3795  "js-sys",
3796  "wasm-bindgen",
3797  "web-sys",
3798 ]
3799
3800 [[package]]
3801 name = "wasm-bindgen-macro"
3802 version = "0.2.70"
3803 source = "registry+https://github.com/rust-lang/crates.io-index"
3804 checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
3805 dependencies = [
3806  "quote 1.0.8",
3807  "wasm-bindgen-macro-support",
3808 ]
3809
3810 [[package]]
3811 name = "wasm-bindgen-macro-support"
3812 version = "0.2.70"
3813 source = "registry+https://github.com/rust-lang/crates.io-index"
3814 checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
3815 dependencies = [
3816  "proc-macro2 1.0.24",
3817  "quote 1.0.8",
3818  "syn 1.0.60",
3819  "wasm-bindgen-backend",
3820  "wasm-bindgen-shared",
3821 ]
3822
3823 [[package]]
3824 name = "wasm-bindgen-shared"
3825 version = "0.2.70"
3826 source = "registry+https://github.com/rust-lang/crates.io-index"
3827 checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
3828
3829 [[package]]
3830 name = "web-sys"
3831 version = "0.3.47"
3832 source = "registry+https://github.com/rust-lang/crates.io-index"
3833 checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"
3834 dependencies = [
3835  "js-sys",
3836  "wasm-bindgen",
3837 ]
3838
3839 [[package]]
3840 name = "webpki"
3841 version = "0.21.4"
3842 source = "registry+https://github.com/rust-lang/crates.io-index"
3843 checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
3844 dependencies = [
3845  "ring",
3846  "untrusted",
3847 ]
3848
3849 [[package]]
3850 name = "webpki-roots"
3851 version = "0.20.0"
3852 source = "registry+https://github.com/rust-lang/crates.io-index"
3853 checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
3854 dependencies = [
3855  "webpki",
3856 ]
3857
3858 [[package]]
3859 name = "weezl"
3860 version = "0.1.4"
3861 source = "registry+https://github.com/rust-lang/crates.io-index"
3862 checksum = "4a32b378380f4e9869b22f0b5177c68a5519f03b3454fde0b291455ddbae266c"
3863
3864 [[package]]
3865 name = "widestring"
3866 version = "0.4.3"
3867 source = "registry+https://github.com/rust-lang/crates.io-index"
3868 checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
3869
3870 [[package]]
3871 name = "winapi"
3872 version = "0.2.8"
3873 source = "registry+https://github.com/rust-lang/crates.io-index"
3874 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
3875
3876 [[package]]
3877 name = "winapi"
3878 version = "0.3.9"
3879 source = "registry+https://github.com/rust-lang/crates.io-index"
3880 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3881 dependencies = [
3882  "winapi-i686-pc-windows-gnu",
3883  "winapi-x86_64-pc-windows-gnu",
3884 ]
3885
3886 [[package]]
3887 name = "winapi-build"
3888 version = "0.1.1"
3889 source = "registry+https://github.com/rust-lang/crates.io-index"
3890 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
3891
3892 [[package]]
3893 name = "winapi-i686-pc-windows-gnu"
3894 version = "0.4.0"
3895 source = "registry+https://github.com/rust-lang/crates.io-index"
3896 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3897
3898 [[package]]
3899 name = "winapi-util"
3900 version = "0.1.5"
3901 source = "registry+https://github.com/rust-lang/crates.io-index"
3902 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
3903 dependencies = [
3904  "winapi 0.3.9",
3905 ]
3906
3907 [[package]]
3908 name = "winapi-x86_64-pc-windows-gnu"
3909 version = "0.4.0"
3910 source = "registry+https://github.com/rust-lang/crates.io-index"
3911 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3912
3913 [[package]]
3914 name = "winreg"
3915 version = "0.6.2"
3916 source = "registry+https://github.com/rust-lang/crates.io-index"
3917 checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
3918 dependencies = [
3919  "winapi 0.3.9",
3920 ]
3921
3922 [[package]]
3923 name = "winreg"
3924 version = "0.7.0"
3925 source = "registry+https://github.com/rust-lang/crates.io-index"
3926 checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
3927 dependencies = [
3928  "winapi 0.3.9",
3929 ]
3930
3931 [[package]]
3932 name = "ws2_32-sys"
3933 version = "0.2.1"
3934 source = "registry+https://github.com/rust-lang/crates.io-index"
3935 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
3936 dependencies = [
3937  "winapi 0.2.8",
3938  "winapi-build",
3939 ]
3940
3941 [[package]]
3942 name = "wyz"
3943 version = "0.2.0"
3944 source = "registry+https://github.com/rust-lang/crates.io-index"
3945 checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
3946
3947 [[package]]
3948 name = "xdg"
3949 version = "2.2.0"
3950 source = "registry+https://github.com/rust-lang/crates.io-index"
3951 checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"