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