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