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