]> Untitled Git - lemmy.git/blob - Cargo.lock
remove timing files added by accident
[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_db_schema",
1722  "lemmy_rate_limit",
1723  "lemmy_structs",
1724  "lemmy_utils",
1725  "lemmy_websocket",
1726  "log",
1727  "openssl",
1728  "rand",
1729  "reqwest",
1730  "serde 1.0.118",
1731  "serde_json",
1732  "sha2",
1733  "strum",
1734  "strum_macros",
1735  "thiserror",
1736  "tokio 0.3.6",
1737  "url",
1738  "uuid",
1739 ]
1740
1741 [[package]]
1742 name = "lemmy_apub"
1743 version = "0.1.0"
1744 dependencies = [
1745  "activitystreams",
1746  "activitystreams-ext",
1747  "actix",
1748  "actix-rt",
1749  "actix-web",
1750  "anyhow",
1751  "async-trait",
1752  "awc",
1753  "background-jobs",
1754  "backtrace",
1755  "base64 0.13.0",
1756  "bcrypt",
1757  "chrono",
1758  "diesel",
1759  "futures",
1760  "http",
1761  "http-signature-normalization-actix",
1762  "http-signature-normalization-reqwest",
1763  "itertools",
1764  "lazy_static",
1765  "lemmy_db",
1766  "lemmy_db_schema",
1767  "lemmy_structs",
1768  "lemmy_utils",
1769  "lemmy_websocket",
1770  "log",
1771  "openssl",
1772  "percent-encoding",
1773  "rand",
1774  "reqwest",
1775  "serde 1.0.118",
1776  "serde_json",
1777  "sha2",
1778  "strum",
1779  "strum_macros",
1780  "thiserror",
1781  "tokio 0.3.6",
1782  "url",
1783  "uuid",
1784 ]
1785
1786 [[package]]
1787 name = "lemmy_db"
1788 version = "0.1.0"
1789 dependencies = [
1790  "bcrypt",
1791  "chrono",
1792  "diesel",
1793  "lazy_static",
1794  "lemmy_db_schema",
1795  "lemmy_utils",
1796  "log",
1797  "regex",
1798  "serde 1.0.118",
1799  "serde_json",
1800  "sha2",
1801  "strum",
1802  "strum_macros",
1803  "url",
1804 ]
1805
1806 [[package]]
1807 name = "lemmy_db_schema"
1808 version = "0.1.0"
1809 dependencies = [
1810  "chrono",
1811  "diesel",
1812  "log",
1813  "serde 1.0.118",
1814  "serde_json",
1815  "url",
1816 ]
1817
1818 [[package]]
1819 name = "lemmy_rate_limit"
1820 version = "0.1.0"
1821 dependencies = [
1822  "actix-web",
1823  "futures",
1824  "lemmy_utils",
1825  "log",
1826  "strum",
1827  "strum_macros",
1828  "tokio 0.3.6",
1829 ]
1830
1831 [[package]]
1832 name = "lemmy_server"
1833 version = "0.0.1"
1834 dependencies = [
1835  "activitystreams",
1836  "actix",
1837  "actix-files",
1838  "actix-rt",
1839  "actix-web",
1840  "actix-web-actors",
1841  "anyhow",
1842  "awc",
1843  "cargo-husky",
1844  "chrono",
1845  "diesel",
1846  "diesel_migrations",
1847  "env_logger",
1848  "http-signature-normalization-actix",
1849  "lazy_static",
1850  "lemmy_api",
1851  "lemmy_apub",
1852  "lemmy_db",
1853  "lemmy_db_schema",
1854  "lemmy_rate_limit",
1855  "lemmy_structs",
1856  "lemmy_utils",
1857  "lemmy_websocket",
1858  "log",
1859  "openssl",
1860  "reqwest",
1861  "rss",
1862  "serde 1.0.118",
1863  "serde_json",
1864  "sha2",
1865  "strum",
1866  "tokio 0.3.6",
1867  "url",
1868 ]
1869
1870 [[package]]
1871 name = "lemmy_structs"
1872 version = "0.1.0"
1873 dependencies = [
1874  "actix-web",
1875  "chrono",
1876  "diesel",
1877  "lemmy_db",
1878  "lemmy_db_schema",
1879  "lemmy_utils",
1880  "log",
1881  "serde 1.0.118",
1882  "serde_json",
1883 ]
1884
1885 [[package]]
1886 name = "lemmy_utils"
1887 version = "0.1.0"
1888 dependencies = [
1889  "actix-rt",
1890  "actix-web",
1891  "anyhow",
1892  "chrono",
1893  "comrak",
1894  "config",
1895  "itertools",
1896  "lazy_static",
1897  "lettre",
1898  "log",
1899  "openssl",
1900  "percent-encoding",
1901  "rand",
1902  "regex",
1903  "reqwest",
1904  "serde 1.0.118",
1905  "serde_json",
1906  "thiserror",
1907  "url",
1908 ]
1909
1910 [[package]]
1911 name = "lemmy_websocket"
1912 version = "0.1.0"
1913 dependencies = [
1914  "actix",
1915  "anyhow",
1916  "background-jobs",
1917  "chrono",
1918  "diesel",
1919  "lemmy_db",
1920  "lemmy_db_schema",
1921  "lemmy_rate_limit",
1922  "lemmy_structs",
1923  "lemmy_utils",
1924  "log",
1925  "rand",
1926  "reqwest",
1927  "serde 1.0.118",
1928  "serde_json",
1929  "strum",
1930  "strum_macros",
1931  "tokio 0.3.6",
1932 ]
1933
1934 [[package]]
1935 name = "lettre"
1936 version = "0.10.0-alpha.4"
1937 source = "registry+https://github.com/rust-lang/crates.io-index"
1938 checksum = "dc8c2fc7873920aca23647e5e86d44ff3f40bbc5a5efaab445c9eb0e001c9f71"
1939 dependencies = [
1940  "base64 0.13.0",
1941  "hostname",
1942  "hyperx",
1943  "idna",
1944  "mime",
1945  "native-tls",
1946  "nom 6.0.1",
1947  "once_cell",
1948  "quoted_printable",
1949  "r2d2",
1950  "rand",
1951  "regex",
1952  "serde 1.0.118",
1953  "serde_json",
1954  "uuid",
1955 ]
1956
1957 [[package]]
1958 name = "lexical-core"
1959 version = "0.7.4"
1960 source = "registry+https://github.com/rust-lang/crates.io-index"
1961 checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
1962 dependencies = [
1963  "arrayvec",
1964  "bitflags",
1965  "cfg-if 0.1.10",
1966  "ryu",
1967  "static_assertions",
1968 ]
1969
1970 [[package]]
1971 name = "libc"
1972 version = "0.2.81"
1973 source = "registry+https://github.com/rust-lang/crates.io-index"
1974 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
1975
1976 [[package]]
1977 name = "linked-hash-map"
1978 version = "0.3.0"
1979 source = "registry+https://github.com/rust-lang/crates.io-index"
1980 checksum = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd"
1981 dependencies = [
1982  "serde 0.8.23",
1983  "serde_test",
1984 ]
1985
1986 [[package]]
1987 name = "linked-hash-map"
1988 version = "0.5.3"
1989 source = "registry+https://github.com/rust-lang/crates.io-index"
1990 checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
1991
1992 [[package]]
1993 name = "lock_api"
1994 version = "0.4.2"
1995 source = "registry+https://github.com/rust-lang/crates.io-index"
1996 checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
1997 dependencies = [
1998  "scopeguard",
1999 ]
2000
2001 [[package]]
2002 name = "lodepng"
2003 version = "3.2.2"
2004 source = "registry+https://github.com/rust-lang/crates.io-index"
2005 checksum = "b6eb909184223b89c76d66b80199b7ad4163aebb2519244e6ebac8ba74e67eab"
2006 dependencies = [
2007  "flate2",
2008  "libc",
2009  "rgb",
2010 ]
2011
2012 [[package]]
2013 name = "log"
2014 version = "0.4.11"
2015 source = "registry+https://github.com/rust-lang/crates.io-index"
2016 checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2017 dependencies = [
2018  "cfg-if 0.1.10",
2019 ]
2020
2021 [[package]]
2022 name = "lru-cache"
2023 version = "0.1.2"
2024 source = "registry+https://github.com/rust-lang/crates.io-index"
2025 checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2026 dependencies = [
2027  "linked-hash-map 0.5.3",
2028 ]
2029
2030 [[package]]
2031 name = "maplit"
2032 version = "1.0.2"
2033 source = "registry+https://github.com/rust-lang/crates.io-index"
2034 checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2035
2036 [[package]]
2037 name = "match_cfg"
2038 version = "0.1.0"
2039 source = "registry+https://github.com/rust-lang/crates.io-index"
2040 checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2041
2042 [[package]]
2043 name = "matches"
2044 version = "0.1.8"
2045 source = "registry+https://github.com/rust-lang/crates.io-index"
2046 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2047
2048 [[package]]
2049 name = "maybe-uninit"
2050 version = "2.0.0"
2051 source = "registry+https://github.com/rust-lang/crates.io-index"
2052 checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2053
2054 [[package]]
2055 name = "memchr"
2056 version = "2.3.4"
2057 source = "registry+https://github.com/rust-lang/crates.io-index"
2058 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2059
2060 [[package]]
2061 name = "memoffset"
2062 version = "0.6.1"
2063 source = "registry+https://github.com/rust-lang/crates.io-index"
2064 checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
2065 dependencies = [
2066  "autocfg",
2067 ]
2068
2069 [[package]]
2070 name = "migrations_internals"
2071 version = "1.4.1"
2072 source = "registry+https://github.com/rust-lang/crates.io-index"
2073 checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
2074 dependencies = [
2075  "diesel",
2076 ]
2077
2078 [[package]]
2079 name = "migrations_macros"
2080 version = "1.4.2"
2081 source = "registry+https://github.com/rust-lang/crates.io-index"
2082 checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
2083 dependencies = [
2084  "migrations_internals",
2085  "proc-macro2",
2086  "quote",
2087  "syn",
2088 ]
2089
2090 [[package]]
2091 name = "mime"
2092 version = "0.3.16"
2093 source = "registry+https://github.com/rust-lang/crates.io-index"
2094 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2095
2096 [[package]]
2097 name = "mime_guess"
2098 version = "2.0.3"
2099 source = "registry+https://github.com/rust-lang/crates.io-index"
2100 checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
2101 dependencies = [
2102  "mime",
2103  "unicase",
2104 ]
2105
2106 [[package]]
2107 name = "miniz_oxide"
2108 version = "0.3.7"
2109 source = "registry+https://github.com/rust-lang/crates.io-index"
2110 checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2111 dependencies = [
2112  "adler32",
2113 ]
2114
2115 [[package]]
2116 name = "miniz_oxide"
2117 version = "0.4.3"
2118 source = "registry+https://github.com/rust-lang/crates.io-index"
2119 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
2120 dependencies = [
2121  "adler",
2122  "autocfg",
2123 ]
2124
2125 [[package]]
2126 name = "mio"
2127 version = "0.6.23"
2128 source = "registry+https://github.com/rust-lang/crates.io-index"
2129 checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2130 dependencies = [
2131  "cfg-if 0.1.10",
2132  "fuchsia-zircon",
2133  "fuchsia-zircon-sys",
2134  "iovec",
2135  "kernel32-sys",
2136  "libc",
2137  "log",
2138  "miow",
2139  "net2",
2140  "slab",
2141  "winapi 0.2.8",
2142 ]
2143
2144 [[package]]
2145 name = "mio-uds"
2146 version = "0.6.8"
2147 source = "registry+https://github.com/rust-lang/crates.io-index"
2148 checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
2149 dependencies = [
2150  "iovec",
2151  "libc",
2152  "mio",
2153 ]
2154
2155 [[package]]
2156 name = "miow"
2157 version = "0.2.2"
2158 source = "registry+https://github.com/rust-lang/crates.io-index"
2159 checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2160 dependencies = [
2161  "kernel32-sys",
2162  "net2",
2163  "winapi 0.2.8",
2164  "ws2_32-sys",
2165 ]
2166
2167 [[package]]
2168 name = "native-tls"
2169 version = "0.2.6"
2170 source = "registry+https://github.com/rust-lang/crates.io-index"
2171 checksum = "6fcc7939b5edc4e4f86b1b4a04bb1498afaaf871b1a6691838ed06fcb48d3a3f"
2172 dependencies = [
2173  "lazy_static",
2174  "libc",
2175  "log",
2176  "openssl",
2177  "openssl-probe",
2178  "openssl-sys",
2179  "schannel",
2180  "security-framework",
2181  "security-framework-sys",
2182  "tempfile",
2183 ]
2184
2185 [[package]]
2186 name = "net2"
2187 version = "0.2.37"
2188 source = "registry+https://github.com/rust-lang/crates.io-index"
2189 checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2190 dependencies = [
2191  "cfg-if 0.1.10",
2192  "libc",
2193  "winapi 0.3.9",
2194 ]
2195
2196 [[package]]
2197 name = "nom"
2198 version = "4.2.3"
2199 source = "registry+https://github.com/rust-lang/crates.io-index"
2200 checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
2201 dependencies = [
2202  "memchr",
2203  "version_check 0.1.5",
2204 ]
2205
2206 [[package]]
2207 name = "nom"
2208 version = "5.1.2"
2209 source = "registry+https://github.com/rust-lang/crates.io-index"
2210 checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2211 dependencies = [
2212  "lexical-core",
2213  "memchr",
2214  "version_check 0.9.2",
2215 ]
2216
2217 [[package]]
2218 name = "nom"
2219 version = "6.0.1"
2220 source = "registry+https://github.com/rust-lang/crates.io-index"
2221 checksum = "88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0"
2222 dependencies = [
2223  "bitvec",
2224  "memchr",
2225  "version_check 0.9.2",
2226 ]
2227
2228 [[package]]
2229 name = "num-bigint"
2230 version = "0.2.6"
2231 source = "registry+https://github.com/rust-lang/crates.io-index"
2232 checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
2233 dependencies = [
2234  "autocfg",
2235  "num-integer",
2236  "num-traits 0.2.14",
2237 ]
2238
2239 [[package]]
2240 name = "num-integer"
2241 version = "0.1.44"
2242 source = "registry+https://github.com/rust-lang/crates.io-index"
2243 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2244 dependencies = [
2245  "autocfg",
2246  "num-traits 0.2.14",
2247 ]
2248
2249 [[package]]
2250 name = "num-iter"
2251 version = "0.1.42"
2252 source = "registry+https://github.com/rust-lang/crates.io-index"
2253 checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
2254 dependencies = [
2255  "autocfg",
2256  "num-integer",
2257  "num-traits 0.2.14",
2258 ]
2259
2260 [[package]]
2261 name = "num-rational"
2262 version = "0.3.2"
2263 source = "registry+https://github.com/rust-lang/crates.io-index"
2264 checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
2265 dependencies = [
2266  "autocfg",
2267  "num-integer",
2268  "num-traits 0.2.14",
2269 ]
2270
2271 [[package]]
2272 name = "num-traits"
2273 version = "0.1.43"
2274 source = "registry+https://github.com/rust-lang/crates.io-index"
2275 checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
2276 dependencies = [
2277  "num-traits 0.2.14",
2278 ]
2279
2280 [[package]]
2281 name = "num-traits"
2282 version = "0.2.14"
2283 source = "registry+https://github.com/rust-lang/crates.io-index"
2284 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2285 dependencies = [
2286  "autocfg",
2287 ]
2288
2289 [[package]]
2290 name = "num_cpus"
2291 version = "1.13.0"
2292 source = "registry+https://github.com/rust-lang/crates.io-index"
2293 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2294 dependencies = [
2295  "hermit-abi",
2296  "libc",
2297 ]
2298
2299 [[package]]
2300 name = "object"
2301 version = "0.22.0"
2302 source = "registry+https://github.com/rust-lang/crates.io-index"
2303 checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
2304
2305 [[package]]
2306 name = "once_cell"
2307 version = "1.5.2"
2308 source = "registry+https://github.com/rust-lang/crates.io-index"
2309 checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
2310
2311 [[package]]
2312 name = "opaque-debug"
2313 version = "0.2.3"
2314 source = "registry+https://github.com/rust-lang/crates.io-index"
2315 checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2316
2317 [[package]]
2318 name = "opaque-debug"
2319 version = "0.3.0"
2320 source = "registry+https://github.com/rust-lang/crates.io-index"
2321 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2322
2323 [[package]]
2324 name = "openssl"
2325 version = "0.10.31"
2326 source = "registry+https://github.com/rust-lang/crates.io-index"
2327 checksum = "8d008f51b1acffa0d3450a68606e6a51c123012edaacb0f4e1426bd978869187"
2328 dependencies = [
2329  "bitflags",
2330  "cfg-if 1.0.0",
2331  "foreign-types",
2332  "lazy_static",
2333  "libc",
2334  "openssl-sys",
2335 ]
2336
2337 [[package]]
2338 name = "openssl-probe"
2339 version = "0.1.2"
2340 source = "registry+https://github.com/rust-lang/crates.io-index"
2341 checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2342
2343 [[package]]
2344 name = "openssl-sys"
2345 version = "0.9.59"
2346 source = "registry+https://github.com/rust-lang/crates.io-index"
2347 checksum = "de52d8eabd217311538a39bba130d7dea1f1e118010fee7a033d966845e7d5fe"
2348 dependencies = [
2349  "autocfg",
2350  "cc",
2351  "libc",
2352  "pkg-config",
2353  "vcpkg",
2354 ]
2355
2356 [[package]]
2357 name = "parking_lot"
2358 version = "0.11.1"
2359 source = "registry+https://github.com/rust-lang/crates.io-index"
2360 checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2361 dependencies = [
2362  "instant",
2363  "lock_api",
2364  "parking_lot_core",
2365 ]
2366
2367 [[package]]
2368 name = "parking_lot_core"
2369 version = "0.8.1"
2370 source = "registry+https://github.com/rust-lang/crates.io-index"
2371 checksum = "d7c6d9b8427445284a09c55be860a15855ab580a417ccad9da88f5a06787ced0"
2372 dependencies = [
2373  "cfg-if 1.0.0",
2374  "instant",
2375  "libc",
2376  "redox_syscall",
2377  "smallvec",
2378  "winapi 0.3.9",
2379 ]
2380
2381 [[package]]
2382 name = "pem"
2383 version = "0.8.2"
2384 source = "registry+https://github.com/rust-lang/crates.io-index"
2385 checksum = "f4c220d01f863d13d96ca82359d1e81e64a7c6bf0637bcde7b2349630addf0c6"
2386 dependencies = [
2387  "base64 0.13.0",
2388  "once_cell",
2389  "regex",
2390 ]
2391
2392 [[package]]
2393 name = "percent-encoding"
2394 version = "2.1.0"
2395 source = "registry+https://github.com/rust-lang/crates.io-index"
2396 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2397
2398 [[package]]
2399 name = "pest"
2400 version = "2.1.3"
2401 source = "registry+https://github.com/rust-lang/crates.io-index"
2402 checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2403 dependencies = [
2404  "ucd-trie",
2405 ]
2406
2407 [[package]]
2408 name = "pest_derive"
2409 version = "2.1.0"
2410 source = "registry+https://github.com/rust-lang/crates.io-index"
2411 checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2412 dependencies = [
2413  "pest",
2414  "pest_generator",
2415 ]
2416
2417 [[package]]
2418 name = "pest_generator"
2419 version = "2.1.3"
2420 source = "registry+https://github.com/rust-lang/crates.io-index"
2421 checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2422 dependencies = [
2423  "pest",
2424  "pest_meta",
2425  "proc-macro2",
2426  "quote",
2427  "syn",
2428 ]
2429
2430 [[package]]
2431 name = "pest_meta"
2432 version = "2.1.3"
2433 source = "registry+https://github.com/rust-lang/crates.io-index"
2434 checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2435 dependencies = [
2436  "maplit",
2437  "pest",
2438  "sha-1 0.8.2",
2439 ]
2440
2441 [[package]]
2442 name = "pin-project"
2443 version = "0.4.27"
2444 source = "registry+https://github.com/rust-lang/crates.io-index"
2445 checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
2446 dependencies = [
2447  "pin-project-internal 0.4.27",
2448 ]
2449
2450 [[package]]
2451 name = "pin-project"
2452 version = "1.0.2"
2453 source = "registry+https://github.com/rust-lang/crates.io-index"
2454 checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7"
2455 dependencies = [
2456  "pin-project-internal 1.0.2",
2457 ]
2458
2459 [[package]]
2460 name = "pin-project-internal"
2461 version = "0.4.27"
2462 source = "registry+https://github.com/rust-lang/crates.io-index"
2463 checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
2464 dependencies = [
2465  "proc-macro2",
2466  "quote",
2467  "syn",
2468 ]
2469
2470 [[package]]
2471 name = "pin-project-internal"
2472 version = "1.0.2"
2473 source = "registry+https://github.com/rust-lang/crates.io-index"
2474 checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f"
2475 dependencies = [
2476  "proc-macro2",
2477  "quote",
2478  "syn",
2479 ]
2480
2481 [[package]]
2482 name = "pin-project-lite"
2483 version = "0.1.11"
2484 source = "registry+https://github.com/rust-lang/crates.io-index"
2485 checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
2486
2487 [[package]]
2488 name = "pin-project-lite"
2489 version = "0.2.0"
2490 source = "registry+https://github.com/rust-lang/crates.io-index"
2491 checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
2492
2493 [[package]]
2494 name = "pin-utils"
2495 version = "0.1.0"
2496 source = "registry+https://github.com/rust-lang/crates.io-index"
2497 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2498
2499 [[package]]
2500 name = "pkg-config"
2501 version = "0.3.19"
2502 source = "registry+https://github.com/rust-lang/crates.io-index"
2503 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2504
2505 [[package]]
2506 name = "png"
2507 version = "0.16.8"
2508 source = "registry+https://github.com/rust-lang/crates.io-index"
2509 checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
2510 dependencies = [
2511  "bitflags",
2512  "crc32fast",
2513  "deflate",
2514  "miniz_oxide 0.3.7",
2515 ]
2516
2517 [[package]]
2518 name = "ppv-lite86"
2519 version = "0.2.10"
2520 source = "registry+https://github.com/rust-lang/crates.io-index"
2521 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2522
2523 [[package]]
2524 name = "pq-sys"
2525 version = "0.4.6"
2526 source = "registry+https://github.com/rust-lang/crates.io-index"
2527 checksum = "6ac25eee5a0582f45a67e837e350d784e7003bd29a5f460796772061ca49ffda"
2528 dependencies = [
2529  "vcpkg",
2530 ]
2531
2532 [[package]]
2533 name = "proc-macro-hack"
2534 version = "0.5.19"
2535 source = "registry+https://github.com/rust-lang/crates.io-index"
2536 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2537
2538 [[package]]
2539 name = "proc-macro-nested"
2540 version = "0.1.6"
2541 source = "registry+https://github.com/rust-lang/crates.io-index"
2542 checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
2543
2544 [[package]]
2545 name = "proc-macro2"
2546 version = "1.0.24"
2547 source = "registry+https://github.com/rust-lang/crates.io-index"
2548 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2549 dependencies = [
2550  "unicode-xid",
2551 ]
2552
2553 [[package]]
2554 name = "quick-error"
2555 version = "1.2.3"
2556 source = "registry+https://github.com/rust-lang/crates.io-index"
2557 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2558
2559 [[package]]
2560 name = "quick-xml"
2561 version = "0.17.2"
2562 source = "registry+https://github.com/rust-lang/crates.io-index"
2563 checksum = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0"
2564 dependencies = [
2565  "encoding_rs",
2566  "memchr",
2567 ]
2568
2569 [[package]]
2570 name = "quote"
2571 version = "1.0.7"
2572 source = "registry+https://github.com/rust-lang/crates.io-index"
2573 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2574 dependencies = [
2575  "proc-macro2",
2576 ]
2577
2578 [[package]]
2579 name = "quoted_printable"
2580 version = "0.4.2"
2581 source = "registry+https://github.com/rust-lang/crates.io-index"
2582 checksum = "47b080c5db639b292ac79cbd34be0cfc5d36694768d8341109634d90b86930e2"
2583
2584 [[package]]
2585 name = "r2d2"
2586 version = "0.8.9"
2587 source = "registry+https://github.com/rust-lang/crates.io-index"
2588 checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
2589 dependencies = [
2590  "log",
2591  "parking_lot",
2592  "scheduled-thread-pool",
2593 ]
2594
2595 [[package]]
2596 name = "radium"
2597 version = "0.5.3"
2598 source = "registry+https://github.com/rust-lang/crates.io-index"
2599 checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
2600
2601 [[package]]
2602 name = "rand"
2603 version = "0.7.3"
2604 source = "registry+https://github.com/rust-lang/crates.io-index"
2605 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2606 dependencies = [
2607  "getrandom 0.1.15",
2608  "libc",
2609  "rand_chacha",
2610  "rand_core",
2611  "rand_hc",
2612 ]
2613
2614 [[package]]
2615 name = "rand_chacha"
2616 version = "0.2.2"
2617 source = "registry+https://github.com/rust-lang/crates.io-index"
2618 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2619 dependencies = [
2620  "ppv-lite86",
2621  "rand_core",
2622 ]
2623
2624 [[package]]
2625 name = "rand_core"
2626 version = "0.5.1"
2627 source = "registry+https://github.com/rust-lang/crates.io-index"
2628 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2629 dependencies = [
2630  "getrandom 0.1.15",
2631 ]
2632
2633 [[package]]
2634 name = "rand_hc"
2635 version = "0.2.0"
2636 source = "registry+https://github.com/rust-lang/crates.io-index"
2637 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2638 dependencies = [
2639  "rand_core",
2640 ]
2641
2642 [[package]]
2643 name = "rayon"
2644 version = "1.5.0"
2645 source = "registry+https://github.com/rust-lang/crates.io-index"
2646 checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
2647 dependencies = [
2648  "autocfg",
2649  "crossbeam-deque",
2650  "either",
2651  "rayon-core",
2652 ]
2653
2654 [[package]]
2655 name = "rayon-core"
2656 version = "1.9.0"
2657 source = "registry+https://github.com/rust-lang/crates.io-index"
2658 checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
2659 dependencies = [
2660  "crossbeam-channel 0.5.0",
2661  "crossbeam-deque",
2662  "crossbeam-utils 0.8.1",
2663  "lazy_static",
2664  "num_cpus",
2665 ]
2666
2667 [[package]]
2668 name = "redox_syscall"
2669 version = "0.1.57"
2670 source = "registry+https://github.com/rust-lang/crates.io-index"
2671 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2672
2673 [[package]]
2674 name = "regex"
2675 version = "1.4.2"
2676 source = "registry+https://github.com/rust-lang/crates.io-index"
2677 checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
2678 dependencies = [
2679  "aho-corasick",
2680  "memchr",
2681  "regex-syntax",
2682  "thread_local",
2683 ]
2684
2685 [[package]]
2686 name = "regex-syntax"
2687 version = "0.6.21"
2688 source = "registry+https://github.com/rust-lang/crates.io-index"
2689 checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
2690
2691 [[package]]
2692 name = "remove_dir_all"
2693 version = "0.5.3"
2694 source = "registry+https://github.com/rust-lang/crates.io-index"
2695 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2696 dependencies = [
2697  "winapi 0.3.9",
2698 ]
2699
2700 [[package]]
2701 name = "reqwest"
2702 version = "0.10.10"
2703 source = "registry+https://github.com/rust-lang/crates.io-index"
2704 checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
2705 dependencies = [
2706  "base64 0.13.0",
2707  "bytes 0.5.6",
2708  "encoding_rs",
2709  "futures-core",
2710  "futures-util",
2711  "http",
2712  "http-body",
2713  "hyper",
2714  "hyper-tls",
2715  "ipnet",
2716  "js-sys",
2717  "lazy_static",
2718  "log",
2719  "mime",
2720  "mime_guess",
2721  "native-tls",
2722  "percent-encoding",
2723  "pin-project-lite 0.2.0",
2724  "serde 1.0.118",
2725  "serde_json",
2726  "serde_urlencoded",
2727  "tokio 0.2.24",
2728  "tokio-tls",
2729  "url",
2730  "wasm-bindgen",
2731  "wasm-bindgen-futures",
2732  "web-sys",
2733  "winreg 0.7.0",
2734 ]
2735
2736 [[package]]
2737 name = "resolv-conf"
2738 version = "0.7.0"
2739 source = "registry+https://github.com/rust-lang/crates.io-index"
2740 checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
2741 dependencies = [
2742  "hostname",
2743  "quick-error",
2744 ]
2745
2746 [[package]]
2747 name = "rgb"
2748 version = "0.8.25"
2749 source = "registry+https://github.com/rust-lang/crates.io-index"
2750 checksum = "287f3c3f8236abb92d8b7e36797f19159df4b58f0a658cc3fb6dd3004b1f3bd3"
2751 dependencies = [
2752  "bytemuck",
2753 ]
2754
2755 [[package]]
2756 name = "ring"
2757 version = "0.16.19"
2758 source = "registry+https://github.com/rust-lang/crates.io-index"
2759 checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226"
2760 dependencies = [
2761  "cc",
2762  "libc",
2763  "once_cell",
2764  "spin",
2765  "untrusted",
2766  "web-sys",
2767  "winapi 0.3.9",
2768 ]
2769
2770 [[package]]
2771 name = "rss"
2772 version = "1.9.0"
2773 source = "registry+https://github.com/rust-lang/crates.io-index"
2774 checksum = "99979205510c60f80a119dedbabd0b8426517384edf205322f8bcd51796bcef9"
2775 dependencies = [
2776  "derive_builder",
2777  "quick-xml",
2778 ]
2779
2780 [[package]]
2781 name = "rustc-demangle"
2782 version = "0.1.18"
2783 source = "registry+https://github.com/rust-lang/crates.io-index"
2784 checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
2785
2786 [[package]]
2787 name = "rustc_version"
2788 version = "0.2.3"
2789 source = "registry+https://github.com/rust-lang/crates.io-index"
2790 checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2791 dependencies = [
2792  "semver",
2793 ]
2794
2795 [[package]]
2796 name = "rustls"
2797 version = "0.18.1"
2798 source = "registry+https://github.com/rust-lang/crates.io-index"
2799 checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
2800 dependencies = [
2801  "base64 0.12.3",
2802  "log",
2803  "ring",
2804  "sct",
2805  "webpki",
2806 ]
2807
2808 [[package]]
2809 name = "ryu"
2810 version = "1.0.5"
2811 source = "registry+https://github.com/rust-lang/crates.io-index"
2812 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2813
2814 [[package]]
2815 name = "schannel"
2816 version = "0.1.19"
2817 source = "registry+https://github.com/rust-lang/crates.io-index"
2818 checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2819 dependencies = [
2820  "lazy_static",
2821  "winapi 0.3.9",
2822 ]
2823
2824 [[package]]
2825 name = "scheduled-thread-pool"
2826 version = "0.2.5"
2827 source = "registry+https://github.com/rust-lang/crates.io-index"
2828 checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
2829 dependencies = [
2830  "parking_lot",
2831 ]
2832
2833 [[package]]
2834 name = "scoped_threadpool"
2835 version = "0.1.9"
2836 source = "registry+https://github.com/rust-lang/crates.io-index"
2837 checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
2838
2839 [[package]]
2840 name = "scopeguard"
2841 version = "1.1.0"
2842 source = "registry+https://github.com/rust-lang/crates.io-index"
2843 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2844
2845 [[package]]
2846 name = "sct"
2847 version = "0.6.0"
2848 source = "registry+https://github.com/rust-lang/crates.io-index"
2849 checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
2850 dependencies = [
2851  "ring",
2852  "untrusted",
2853 ]
2854
2855 [[package]]
2856 name = "security-framework"
2857 version = "2.0.0"
2858 source = "registry+https://github.com/rust-lang/crates.io-index"
2859 checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
2860 dependencies = [
2861  "bitflags",
2862  "core-foundation",
2863  "core-foundation-sys",
2864  "libc",
2865  "security-framework-sys",
2866 ]
2867
2868 [[package]]
2869 name = "security-framework-sys"
2870 version = "2.0.0"
2871 source = "registry+https://github.com/rust-lang/crates.io-index"
2872 checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
2873 dependencies = [
2874  "core-foundation-sys",
2875  "libc",
2876 ]
2877
2878 [[package]]
2879 name = "semver"
2880 version = "0.9.0"
2881 source = "registry+https://github.com/rust-lang/crates.io-index"
2882 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2883 dependencies = [
2884  "semver-parser",
2885 ]
2886
2887 [[package]]
2888 name = "semver-parser"
2889 version = "0.7.0"
2890 source = "registry+https://github.com/rust-lang/crates.io-index"
2891 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2892
2893 [[package]]
2894 name = "serde"
2895 version = "0.8.23"
2896 source = "registry+https://github.com/rust-lang/crates.io-index"
2897 checksum = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8"
2898
2899 [[package]]
2900 name = "serde"
2901 version = "1.0.118"
2902 source = "registry+https://github.com/rust-lang/crates.io-index"
2903 checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
2904 dependencies = [
2905  "serde_derive",
2906 ]
2907
2908 [[package]]
2909 name = "serde-hjson"
2910 version = "0.9.1"
2911 source = "registry+https://github.com/rust-lang/crates.io-index"
2912 checksum = "6a3a4e0ea8a88553209f6cc6cfe8724ecad22e1acf372793c27d995290fe74f8"
2913 dependencies = [
2914  "lazy_static",
2915  "linked-hash-map 0.3.0",
2916  "num-traits 0.1.43",
2917  "regex",
2918  "serde 0.8.23",
2919 ]
2920
2921 [[package]]
2922 name = "serde_derive"
2923 version = "1.0.118"
2924 source = "registry+https://github.com/rust-lang/crates.io-index"
2925 checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
2926 dependencies = [
2927  "proc-macro2",
2928  "quote",
2929  "syn",
2930 ]
2931
2932 [[package]]
2933 name = "serde_json"
2934 version = "1.0.60"
2935 source = "registry+https://github.com/rust-lang/crates.io-index"
2936 checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779"
2937 dependencies = [
2938  "indexmap",
2939  "itoa",
2940  "ryu",
2941  "serde 1.0.118",
2942 ]
2943
2944 [[package]]
2945 name = "serde_test"
2946 version = "0.8.23"
2947 source = "registry+https://github.com/rust-lang/crates.io-index"
2948 checksum = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5"
2949 dependencies = [
2950  "serde 0.8.23",
2951 ]
2952
2953 [[package]]
2954 name = "serde_urlencoded"
2955 version = "0.7.0"
2956 source = "registry+https://github.com/rust-lang/crates.io-index"
2957 checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
2958 dependencies = [
2959  "form_urlencoded",
2960  "itoa",
2961  "ryu",
2962  "serde 1.0.118",
2963 ]
2964
2965 [[package]]
2966 name = "sha-1"
2967 version = "0.8.2"
2968 source = "registry+https://github.com/rust-lang/crates.io-index"
2969 checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
2970 dependencies = [
2971  "block-buffer 0.7.3",
2972  "digest 0.8.1",
2973  "fake-simd",
2974  "opaque-debug 0.2.3",
2975 ]
2976
2977 [[package]]
2978 name = "sha-1"
2979 version = "0.9.2"
2980 source = "registry+https://github.com/rust-lang/crates.io-index"
2981 checksum = "ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c"
2982 dependencies = [
2983  "block-buffer 0.9.0",
2984  "cfg-if 1.0.0",
2985  "cpuid-bool",
2986  "digest 0.9.0",
2987  "opaque-debug 0.3.0",
2988 ]
2989
2990 [[package]]
2991 name = "sha1"
2992 version = "0.6.0"
2993 source = "registry+https://github.com/rust-lang/crates.io-index"
2994 checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
2995
2996 [[package]]
2997 name = "sha2"
2998 version = "0.9.2"
2999 source = "registry+https://github.com/rust-lang/crates.io-index"
3000 checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"
3001 dependencies = [
3002  "block-buffer 0.9.0",
3003  "cfg-if 1.0.0",
3004  "cpuid-bool",
3005  "digest 0.9.0",
3006  "opaque-debug 0.3.0",
3007 ]
3008
3009 [[package]]
3010 name = "shell-words"
3011 version = "1.0.0"
3012 source = "registry+https://github.com/rust-lang/crates.io-index"
3013 checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
3014
3015 [[package]]
3016 name = "signal-hook-registry"
3017 version = "1.2.2"
3018 source = "registry+https://github.com/rust-lang/crates.io-index"
3019 checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
3020 dependencies = [
3021  "libc",
3022 ]
3023
3024 [[package]]
3025 name = "simple_asn1"
3026 version = "0.4.1"
3027 source = "registry+https://github.com/rust-lang/crates.io-index"
3028 checksum = "692ca13de57ce0613a363c8c2f1de925adebc81b04c923ac60c5488bb44abe4b"
3029 dependencies = [
3030  "chrono",
3031  "num-bigint",
3032  "num-traits 0.2.14",
3033 ]
3034
3035 [[package]]
3036 name = "slab"
3037 version = "0.4.2"
3038 source = "registry+https://github.com/rust-lang/crates.io-index"
3039 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
3040
3041 [[package]]
3042 name = "smallvec"
3043 version = "1.5.1"
3044 source = "registry+https://github.com/rust-lang/crates.io-index"
3045 checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
3046
3047 [[package]]
3048 name = "socket2"
3049 version = "0.3.18"
3050 source = "registry+https://github.com/rust-lang/crates.io-index"
3051 checksum = "97e0e9fd577458a4f61fb91fcb559ea2afecc54c934119421f9f5d3d5b1a1057"
3052 dependencies = [
3053  "cfg-if 1.0.0",
3054  "libc",
3055  "winapi 0.3.9",
3056 ]
3057
3058 [[package]]
3059 name = "spin"
3060 version = "0.5.2"
3061 source = "registry+https://github.com/rust-lang/crates.io-index"
3062 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
3063
3064 [[package]]
3065 name = "standback"
3066 version = "0.2.13"
3067 source = "registry+https://github.com/rust-lang/crates.io-index"
3068 checksum = "cf906c8b8fc3f6ecd1046e01da1d8ddec83e48c8b08b84dcc02b585a6bedf5a8"
3069 dependencies = [
3070  "version_check 0.9.2",
3071 ]
3072
3073 [[package]]
3074 name = "static_assertions"
3075 version = "1.1.0"
3076 source = "registry+https://github.com/rust-lang/crates.io-index"
3077 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3078
3079 [[package]]
3080 name = "stdweb"
3081 version = "0.4.20"
3082 source = "registry+https://github.com/rust-lang/crates.io-index"
3083 checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
3084 dependencies = [
3085  "discard",
3086  "rustc_version",
3087  "stdweb-derive",
3088  "stdweb-internal-macros",
3089  "stdweb-internal-runtime",
3090  "wasm-bindgen",
3091 ]
3092
3093 [[package]]
3094 name = "stdweb-derive"
3095 version = "0.5.3"
3096 source = "registry+https://github.com/rust-lang/crates.io-index"
3097 checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
3098 dependencies = [
3099  "proc-macro2",
3100  "quote",
3101  "serde 1.0.118",
3102  "serde_derive",
3103  "syn",
3104 ]
3105
3106 [[package]]
3107 name = "stdweb-internal-macros"
3108 version = "0.2.9"
3109 source = "registry+https://github.com/rust-lang/crates.io-index"
3110 checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
3111 dependencies = [
3112  "base-x",
3113  "proc-macro2",
3114  "quote",
3115  "serde 1.0.118",
3116  "serde_derive",
3117  "serde_json",
3118  "sha1",
3119  "syn",
3120 ]
3121
3122 [[package]]
3123 name = "stdweb-internal-runtime"
3124 version = "0.1.5"
3125 source = "registry+https://github.com/rust-lang/crates.io-index"
3126 checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
3127
3128 [[package]]
3129 name = "strsim"
3130 version = "0.9.3"
3131 source = "registry+https://github.com/rust-lang/crates.io-index"
3132 checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
3133
3134 [[package]]
3135 name = "strum"
3136 version = "0.20.0"
3137 source = "registry+https://github.com/rust-lang/crates.io-index"
3138 checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
3139
3140 [[package]]
3141 name = "strum_macros"
3142 version = "0.20.1"
3143 source = "registry+https://github.com/rust-lang/crates.io-index"
3144 checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
3145 dependencies = [
3146  "heck",
3147  "proc-macro2",
3148  "quote",
3149  "syn",
3150 ]
3151
3152 [[package]]
3153 name = "syn"
3154 version = "1.0.54"
3155 source = "registry+https://github.com/rust-lang/crates.io-index"
3156 checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
3157 dependencies = [
3158  "proc-macro2",
3159  "quote",
3160  "unicode-xid",
3161 ]
3162
3163 [[package]]
3164 name = "tap"
3165 version = "1.0.0"
3166 source = "registry+https://github.com/rust-lang/crates.io-index"
3167 checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"
3168
3169 [[package]]
3170 name = "tempfile"
3171 version = "3.1.0"
3172 source = "registry+https://github.com/rust-lang/crates.io-index"
3173 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
3174 dependencies = [
3175  "cfg-if 0.1.10",
3176  "libc",
3177  "rand",
3178  "redox_syscall",
3179  "remove_dir_all",
3180  "winapi 0.3.9",
3181 ]
3182
3183 [[package]]
3184 name = "termcolor"
3185 version = "1.1.2"
3186 source = "registry+https://github.com/rust-lang/crates.io-index"
3187 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
3188 dependencies = [
3189  "winapi-util",
3190 ]
3191
3192 [[package]]
3193 name = "thiserror"
3194 version = "1.0.22"
3195 source = "registry+https://github.com/rust-lang/crates.io-index"
3196 checksum = "0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e"
3197 dependencies = [
3198  "thiserror-impl",
3199 ]
3200
3201 [[package]]
3202 name = "thiserror-impl"
3203 version = "1.0.22"
3204 source = "registry+https://github.com/rust-lang/crates.io-index"
3205 checksum = "9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56"
3206 dependencies = [
3207  "proc-macro2",
3208  "quote",
3209  "syn",
3210 ]
3211
3212 [[package]]
3213 name = "thread_local"
3214 version = "1.0.1"
3215 source = "registry+https://github.com/rust-lang/crates.io-index"
3216 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
3217 dependencies = [
3218  "lazy_static",
3219 ]
3220
3221 [[package]]
3222 name = "threadpool"
3223 version = "1.8.1"
3224 source = "registry+https://github.com/rust-lang/crates.io-index"
3225 checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
3226 dependencies = [
3227  "num_cpus",
3228 ]
3229
3230 [[package]]
3231 name = "tiff"
3232 version = "0.6.1"
3233 source = "registry+https://github.com/rust-lang/crates.io-index"
3234 checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
3235 dependencies = [
3236  "jpeg-decoder",
3237  "miniz_oxide 0.4.3",
3238  "weezl",
3239 ]
3240
3241 [[package]]
3242 name = "time"
3243 version = "0.1.44"
3244 source = "registry+https://github.com/rust-lang/crates.io-index"
3245 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
3246 dependencies = [
3247  "libc",
3248  "wasi 0.10.0+wasi-snapshot-preview1",
3249  "winapi 0.3.9",
3250 ]
3251
3252 [[package]]
3253 name = "time"
3254 version = "0.2.23"
3255 source = "registry+https://github.com/rust-lang/crates.io-index"
3256 checksum = "bcdaeea317915d59b2b4cd3b5efcd156c309108664277793f5351700c02ce98b"
3257 dependencies = [
3258  "const_fn",
3259  "libc",
3260  "standback",
3261  "stdweb",
3262  "time-macros",
3263  "version_check 0.9.2",
3264  "winapi 0.3.9",
3265 ]
3266
3267 [[package]]
3268 name = "time-macros"
3269 version = "0.1.1"
3270 source = "registry+https://github.com/rust-lang/crates.io-index"
3271 checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
3272 dependencies = [
3273  "proc-macro-hack",
3274  "time-macros-impl",
3275 ]
3276
3277 [[package]]
3278 name = "time-macros-impl"
3279 version = "0.1.1"
3280 source = "registry+https://github.com/rust-lang/crates.io-index"
3281 checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
3282 dependencies = [
3283  "proc-macro-hack",
3284  "proc-macro2",
3285  "quote",
3286  "standback",
3287  "syn",
3288 ]
3289
3290 [[package]]
3291 name = "tinyvec"
3292 version = "1.1.0"
3293 source = "registry+https://github.com/rust-lang/crates.io-index"
3294 checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
3295 dependencies = [
3296  "tinyvec_macros",
3297 ]
3298
3299 [[package]]
3300 name = "tinyvec_macros"
3301 version = "0.1.0"
3302 source = "registry+https://github.com/rust-lang/crates.io-index"
3303 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
3304
3305 [[package]]
3306 name = "tokio"
3307 version = "0.2.24"
3308 source = "registry+https://github.com/rust-lang/crates.io-index"
3309 checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48"
3310 dependencies = [
3311  "bytes 0.5.6",
3312  "fnv",
3313  "futures-core",
3314  "iovec",
3315  "lazy_static",
3316  "libc",
3317  "memchr",
3318  "mio",
3319  "mio-uds",
3320  "pin-project-lite 0.1.11",
3321  "signal-hook-registry",
3322  "slab",
3323  "winapi 0.3.9",
3324 ]
3325
3326 [[package]]
3327 name = "tokio"
3328 version = "0.3.6"
3329 source = "registry+https://github.com/rust-lang/crates.io-index"
3330 checksum = "720ba21c25078711bf456d607987d95bce90f7c3bea5abe1db587862e7a1e87c"
3331 dependencies = [
3332  "autocfg",
3333  "pin-project-lite 0.2.0",
3334 ]
3335
3336 [[package]]
3337 name = "tokio-rustls"
3338 version = "0.14.1"
3339 source = "registry+https://github.com/rust-lang/crates.io-index"
3340 checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
3341 dependencies = [
3342  "futures-core",
3343  "rustls",
3344  "tokio 0.2.24",
3345  "webpki",
3346 ]
3347
3348 [[package]]
3349 name = "tokio-tls"
3350 version = "0.3.1"
3351 source = "registry+https://github.com/rust-lang/crates.io-index"
3352 checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
3353 dependencies = [
3354  "native-tls",
3355  "tokio 0.2.24",
3356 ]
3357
3358 [[package]]
3359 name = "tokio-util"
3360 version = "0.3.1"
3361 source = "registry+https://github.com/rust-lang/crates.io-index"
3362 checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
3363 dependencies = [
3364  "bytes 0.5.6",
3365  "futures-core",
3366  "futures-io",
3367  "futures-sink",
3368  "log",
3369  "pin-project-lite 0.1.11",
3370  "tokio 0.2.24",
3371 ]
3372
3373 [[package]]
3374 name = "tower-service"
3375 version = "0.3.0"
3376 source = "registry+https://github.com/rust-lang/crates.io-index"
3377 checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
3378
3379 [[package]]
3380 name = "tracing"
3381 version = "0.1.22"
3382 source = "registry+https://github.com/rust-lang/crates.io-index"
3383 checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
3384 dependencies = [
3385  "cfg-if 1.0.0",
3386  "log",
3387  "pin-project-lite 0.2.0",
3388  "tracing-core",
3389 ]
3390
3391 [[package]]
3392 name = "tracing-core"
3393 version = "0.1.17"
3394 source = "registry+https://github.com/rust-lang/crates.io-index"
3395 checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
3396 dependencies = [
3397  "lazy_static",
3398 ]
3399
3400 [[package]]
3401 name = "tracing-futures"
3402 version = "0.2.4"
3403 source = "registry+https://github.com/rust-lang/crates.io-index"
3404 checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
3405 dependencies = [
3406  "pin-project 0.4.27",
3407  "tracing",
3408 ]
3409
3410 [[package]]
3411 name = "trust-dns-proto"
3412 version = "0.19.6"
3413 source = "registry+https://github.com/rust-lang/crates.io-index"
3414 checksum = "53861fcb288a166aae4c508ae558ed18b53838db728d4d310aad08270a7d4c2b"
3415 dependencies = [
3416  "async-trait",
3417  "backtrace",
3418  "enum-as-inner",
3419  "futures",
3420  "idna",
3421  "lazy_static",
3422  "log",
3423  "rand",
3424  "smallvec",
3425  "thiserror",
3426  "tokio 0.2.24",
3427  "url",
3428 ]
3429
3430 [[package]]
3431 name = "trust-dns-resolver"
3432 version = "0.19.6"
3433 source = "registry+https://github.com/rust-lang/crates.io-index"
3434 checksum = "6759e8efc40465547b0dfce9500d733c65f969a4cbbfbe3ccf68daaa46ef179e"
3435 dependencies = [
3436  "backtrace",
3437  "cfg-if 0.1.10",
3438  "futures",
3439  "ipconfig",
3440  "lazy_static",
3441  "log",
3442  "lru-cache",
3443  "resolv-conf",
3444  "smallvec",
3445  "thiserror",
3446  "tokio 0.2.24",
3447  "trust-dns-proto",
3448 ]
3449
3450 [[package]]
3451 name = "try-lock"
3452 version = "0.2.3"
3453 source = "registry+https://github.com/rust-lang/crates.io-index"
3454 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
3455
3456 [[package]]
3457 name = "twoway"
3458 version = "0.2.1"
3459 source = "registry+https://github.com/rust-lang/crates.io-index"
3460 checksum = "6b40075910de3a912adbd80b5d8bad6ad10a23eeb1f5bf9d4006839e899ba5bc"
3461 dependencies = [
3462  "memchr",
3463  "unchecked-index",
3464 ]
3465
3466 [[package]]
3467 name = "typed-arena"
3468 version = "1.7.0"
3469 source = "registry+https://github.com/rust-lang/crates.io-index"
3470 checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
3471
3472 [[package]]
3473 name = "typenum"
3474 version = "1.12.0"
3475 source = "registry+https://github.com/rust-lang/crates.io-index"
3476 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
3477
3478 [[package]]
3479 name = "ucd-trie"
3480 version = "0.1.3"
3481 source = "registry+https://github.com/rust-lang/crates.io-index"
3482 checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
3483
3484 [[package]]
3485 name = "unchecked-index"
3486 version = "0.2.2"
3487 source = "registry+https://github.com/rust-lang/crates.io-index"
3488 checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
3489
3490 [[package]]
3491 name = "unicase"
3492 version = "2.6.0"
3493 source = "registry+https://github.com/rust-lang/crates.io-index"
3494 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
3495 dependencies = [
3496  "version_check 0.9.2",
3497 ]
3498
3499 [[package]]
3500 name = "unicode-bidi"
3501 version = "0.3.4"
3502 source = "registry+https://github.com/rust-lang/crates.io-index"
3503 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
3504 dependencies = [
3505  "matches",
3506 ]
3507
3508 [[package]]
3509 name = "unicode-normalization"
3510 version = "0.1.16"
3511 source = "registry+https://github.com/rust-lang/crates.io-index"
3512 checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
3513 dependencies = [
3514  "tinyvec",
3515 ]
3516
3517 [[package]]
3518 name = "unicode-segmentation"
3519 version = "1.7.1"
3520 source = "registry+https://github.com/rust-lang/crates.io-index"
3521 checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
3522
3523 [[package]]
3524 name = "unicode-xid"
3525 version = "0.2.1"
3526 source = "registry+https://github.com/rust-lang/crates.io-index"
3527 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
3528
3529 [[package]]
3530 name = "unicode_categories"
3531 version = "0.1.1"
3532 source = "registry+https://github.com/rust-lang/crates.io-index"
3533 checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
3534
3535 [[package]]
3536 name = "untrusted"
3537 version = "0.7.1"
3538 source = "registry+https://github.com/rust-lang/crates.io-index"
3539 checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
3540
3541 [[package]]
3542 name = "url"
3543 version = "2.2.0"
3544 source = "registry+https://github.com/rust-lang/crates.io-index"
3545 checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
3546 dependencies = [
3547  "form_urlencoded",
3548  "idna",
3549  "matches",
3550  "percent-encoding",
3551  "serde 1.0.118",
3552 ]
3553
3554 [[package]]
3555 name = "uuid"
3556 version = "0.8.1"
3557 source = "registry+https://github.com/rust-lang/crates.io-index"
3558 checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
3559 dependencies = [
3560  "rand",
3561  "serde 1.0.118",
3562 ]
3563
3564 [[package]]
3565 name = "v_escape"
3566 version = "0.14.1"
3567 source = "registry+https://github.com/rust-lang/crates.io-index"
3568 checksum = "ccca9e73c678b882900cbaec16dae4d3662ace5a17774ac45af04e0f3988fafa"
3569 dependencies = [
3570  "buf-min",
3571  "v_escape_derive",
3572 ]
3573
3574 [[package]]
3575 name = "v_escape_derive"
3576 version = "0.8.4"
3577 source = "registry+https://github.com/rust-lang/crates.io-index"
3578 checksum = "c860ad1273f4eee7006cee05db20c9e60e5d24cba024a32e1094aa8e574f3668"
3579 dependencies = [
3580  "nom 4.2.3",
3581  "proc-macro2",
3582  "quote",
3583  "syn",
3584 ]
3585
3586 [[package]]
3587 name = "v_htmlescape"
3588 version = "0.11.0"
3589 source = "registry+https://github.com/rust-lang/crates.io-index"
3590 checksum = "db00c903248abee8499af60bf20d242e7882335bbbffd2614915184cbb207402"
3591 dependencies = [
3592  "cfg-if 1.0.0",
3593  "v_escape",
3594 ]
3595
3596 [[package]]
3597 name = "vcpkg"
3598 version = "0.2.11"
3599 source = "registry+https://github.com/rust-lang/crates.io-index"
3600 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
3601
3602 [[package]]
3603 name = "version_check"
3604 version = "0.1.5"
3605 source = "registry+https://github.com/rust-lang/crates.io-index"
3606 checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
3607
3608 [[package]]
3609 name = "version_check"
3610 version = "0.9.2"
3611 source = "registry+https://github.com/rust-lang/crates.io-index"
3612 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
3613
3614 [[package]]
3615 name = "want"
3616 version = "0.3.0"
3617 source = "registry+https://github.com/rust-lang/crates.io-index"
3618 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
3619 dependencies = [
3620  "log",
3621  "try-lock",
3622 ]
3623
3624 [[package]]
3625 name = "wasi"
3626 version = "0.9.0+wasi-snapshot-preview1"
3627 source = "registry+https://github.com/rust-lang/crates.io-index"
3628 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
3629
3630 [[package]]
3631 name = "wasi"
3632 version = "0.10.0+wasi-snapshot-preview1"
3633 source = "registry+https://github.com/rust-lang/crates.io-index"
3634 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
3635
3636 [[package]]
3637 name = "wasm-bindgen"
3638 version = "0.2.69"
3639 source = "registry+https://github.com/rust-lang/crates.io-index"
3640 checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
3641 dependencies = [
3642  "cfg-if 1.0.0",
3643  "serde 1.0.118",
3644  "serde_json",
3645  "wasm-bindgen-macro",
3646 ]
3647
3648 [[package]]
3649 name = "wasm-bindgen-backend"
3650 version = "0.2.69"
3651 source = "registry+https://github.com/rust-lang/crates.io-index"
3652 checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
3653 dependencies = [
3654  "bumpalo",
3655  "lazy_static",
3656  "log",
3657  "proc-macro2",
3658  "quote",
3659  "syn",
3660  "wasm-bindgen-shared",
3661 ]
3662
3663 [[package]]
3664 name = "wasm-bindgen-futures"
3665 version = "0.4.19"
3666 source = "registry+https://github.com/rust-lang/crates.io-index"
3667 checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35"
3668 dependencies = [
3669  "cfg-if 1.0.0",
3670  "js-sys",
3671  "wasm-bindgen",
3672  "web-sys",
3673 ]
3674
3675 [[package]]
3676 name = "wasm-bindgen-macro"
3677 version = "0.2.69"
3678 source = "registry+https://github.com/rust-lang/crates.io-index"
3679 checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
3680 dependencies = [
3681  "quote",
3682  "wasm-bindgen-macro-support",
3683 ]
3684
3685 [[package]]
3686 name = "wasm-bindgen-macro-support"
3687 version = "0.2.69"
3688 source = "registry+https://github.com/rust-lang/crates.io-index"
3689 checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
3690 dependencies = [
3691  "proc-macro2",
3692  "quote",
3693  "syn",
3694  "wasm-bindgen-backend",
3695  "wasm-bindgen-shared",
3696 ]
3697
3698 [[package]]
3699 name = "wasm-bindgen-shared"
3700 version = "0.2.69"
3701 source = "registry+https://github.com/rust-lang/crates.io-index"
3702 checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
3703
3704 [[package]]
3705 name = "web-sys"
3706 version = "0.3.46"
3707 source = "registry+https://github.com/rust-lang/crates.io-index"
3708 checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
3709 dependencies = [
3710  "js-sys",
3711  "wasm-bindgen",
3712 ]
3713
3714 [[package]]
3715 name = "webpki"
3716 version = "0.21.4"
3717 source = "registry+https://github.com/rust-lang/crates.io-index"
3718 checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
3719 dependencies = [
3720  "ring",
3721  "untrusted",
3722 ]
3723
3724 [[package]]
3725 name = "webpki-roots"
3726 version = "0.20.0"
3727 source = "registry+https://github.com/rust-lang/crates.io-index"
3728 checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
3729 dependencies = [
3730  "webpki",
3731 ]
3732
3733 [[package]]
3734 name = "weezl"
3735 version = "0.1.3"
3736 source = "registry+https://github.com/rust-lang/crates.io-index"
3737 checksum = "3e2bb9fc8309084dd7cd651336673844c1d47f8ef6d2091ec160b27f5c4aa277"
3738
3739 [[package]]
3740 name = "widestring"
3741 version = "0.4.3"
3742 source = "registry+https://github.com/rust-lang/crates.io-index"
3743 checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
3744
3745 [[package]]
3746 name = "winapi"
3747 version = "0.2.8"
3748 source = "registry+https://github.com/rust-lang/crates.io-index"
3749 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
3750
3751 [[package]]
3752 name = "winapi"
3753 version = "0.3.9"
3754 source = "registry+https://github.com/rust-lang/crates.io-index"
3755 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3756 dependencies = [
3757  "winapi-i686-pc-windows-gnu",
3758  "winapi-x86_64-pc-windows-gnu",
3759 ]
3760
3761 [[package]]
3762 name = "winapi-build"
3763 version = "0.1.1"
3764 source = "registry+https://github.com/rust-lang/crates.io-index"
3765 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
3766
3767 [[package]]
3768 name = "winapi-i686-pc-windows-gnu"
3769 version = "0.4.0"
3770 source = "registry+https://github.com/rust-lang/crates.io-index"
3771 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3772
3773 [[package]]
3774 name = "winapi-util"
3775 version = "0.1.5"
3776 source = "registry+https://github.com/rust-lang/crates.io-index"
3777 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
3778 dependencies = [
3779  "winapi 0.3.9",
3780 ]
3781
3782 [[package]]
3783 name = "winapi-x86_64-pc-windows-gnu"
3784 version = "0.4.0"
3785 source = "registry+https://github.com/rust-lang/crates.io-index"
3786 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3787
3788 [[package]]
3789 name = "winreg"
3790 version = "0.6.2"
3791 source = "registry+https://github.com/rust-lang/crates.io-index"
3792 checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
3793 dependencies = [
3794  "winapi 0.3.9",
3795 ]
3796
3797 [[package]]
3798 name = "winreg"
3799 version = "0.7.0"
3800 source = "registry+https://github.com/rust-lang/crates.io-index"
3801 checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
3802 dependencies = [
3803  "winapi 0.3.9",
3804 ]
3805
3806 [[package]]
3807 name = "ws2_32-sys"
3808 version = "0.2.1"
3809 source = "registry+https://github.com/rust-lang/crates.io-index"
3810 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
3811 dependencies = [
3812  "winapi 0.2.8",
3813  "winapi-build",
3814 ]
3815
3816 [[package]]
3817 name = "wyz"
3818 version = "0.2.0"
3819 source = "registry+https://github.com/rust-lang/crates.io-index"
3820 checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
3821
3822 [[package]]
3823 name = "xdg"
3824 version = "2.2.0"
3825 source = "registry+https://github.com/rust-lang/crates.io-index"
3826 checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"