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