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