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