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