Initial commit
[valheim_web.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "actix-codec"
5 version = "0.2.0"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "09e55f0a5c2ca15795035d90c46bd0e73a5123b72f68f12596d6ba5282051380"
8 dependencies = [
9  "bitflags",
10  "bytes 0.5.6",
11  "futures-core",
12  "futures-sink",
13  "log",
14  "tokio",
15  "tokio-util 0.2.0",
16 ]
17
18 [[package]]
19 name = "actix-codec"
20 version = "0.3.0"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 checksum = "78d1833b3838dbe990df0f1f87baf640cf6146e898166afe401839d1b001e570"
23 dependencies = [
24  "bitflags",
25  "bytes 0.5.6",
26  "futures-core",
27  "futures-sink",
28  "log",
29  "pin-project 0.4.27",
30  "tokio",
31  "tokio-util 0.3.1",
32 ]
33
34 [[package]]
35 name = "actix-connect"
36 version = "1.0.2"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 checksum = "c95cc9569221e9802bf4c377f6c18b90ef10227d787611decf79fd47d2a8e76c"
39 dependencies = [
40  "actix-codec 0.2.0",
41  "actix-rt",
42  "actix-service",
43  "actix-utils 1.0.6",
44  "derive_more",
45  "either",
46  "futures",
47  "http",
48  "log",
49  "trust-dns-proto",
50  "trust-dns-resolver",
51 ]
52
53 [[package]]
54 name = "actix-files"
55 version = "0.2.2"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "193b22cb1f7b4ff12a4eb2415d6d19e47e44ea93e05930b30d05375ea29d3529"
58 dependencies = [
59  "actix-http",
60  "actix-service",
61  "actix-web",
62  "bitflags",
63  "bytes 0.5.6",
64  "derive_more",
65  "futures-core",
66  "futures-util",
67  "log",
68  "mime",
69  "mime_guess",
70  "percent-encoding",
71  "v_htmlescape",
72 ]
73
74 [[package]]
75 name = "actix-http"
76 version = "1.0.1"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
78 checksum = "c16664cc4fdea8030837ad5a845eb231fb93fc3c5c171edfefb52fad92ce9019"
79 dependencies = [
80  "actix-codec 0.2.0",
81  "actix-connect",
82  "actix-rt",
83  "actix-service",
84  "actix-threadpool",
85  "actix-utils 1.0.6",
86  "base64 0.11.0",
87  "bitflags",
88  "brotli2",
89  "bytes 0.5.6",
90  "chrono",
91  "copyless",
92  "derive_more",
93  "either",
94  "encoding_rs",
95  "failure",
96  "flate2",
97  "futures-channel",
98  "futures-core",
99  "futures-util",
100  "fxhash",
101  "h2",
102  "http",
103  "httparse",
104  "indexmap",
105  "language-tags",
106  "lazy_static",
107  "log",
108  "mime",
109  "percent-encoding",
110  "pin-project 0.4.27",
111  "rand",
112  "regex",
113  "serde",
114  "serde_json",
115  "serde_urlencoded",
116  "sha1",
117  "slab",
118  "time",
119 ]
120
121 [[package]]
122 name = "actix-macros"
123 version = "0.1.3"
124 source = "registry+https://github.com/rust-lang/crates.io-index"
125 checksum = "b4ca8ce00b267af8ccebbd647de0d61e0674b6e61185cc7a592ff88772bed655"
126 dependencies = [
127  "quote",
128  "syn",
129 ]
130
131 [[package]]
132 name = "actix-router"
133 version = "0.2.7"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
135 checksum = "2ad299af73649e1fc893e333ccf86f377751eb95ff875d095131574c6f43452c"
136 dependencies = [
137  "bytestring",
138  "http",
139  "log",
140  "regex",
141  "serde",
142 ]
143
144 [[package]]
145 name = "actix-rt"
146 version = "1.1.1"
147 source = "registry+https://github.com/rust-lang/crates.io-index"
148 checksum = "143fcc2912e0d1de2bcf4e2f720d2a60c28652ab4179685a1ee159e0fb3db227"
149 dependencies = [
150  "actix-macros",
151  "actix-threadpool",
152  "copyless",
153  "futures-channel",
154  "futures-util",
155  "smallvec",
156  "tokio",
157 ]
158
159 [[package]]
160 name = "actix-server"
161 version = "1.0.4"
162 source = "registry+https://github.com/rust-lang/crates.io-index"
163 checksum = "45407e6e672ca24784baa667c5d32ef109ccdd8d5e0b5ebb9ef8a67f4dfb708e"
164 dependencies = [
165  "actix-codec 0.3.0",
166  "actix-rt",
167  "actix-service",
168  "actix-utils 2.0.0",
169  "futures-channel",
170  "futures-util",
171  "log",
172  "mio",
173  "mio-uds",
174  "num_cpus",
175  "slab",
176  "socket2",
177 ]
178
179 [[package]]
180 name = "actix-service"
181 version = "1.0.6"
182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 checksum = "0052435d581b5be835d11f4eb3bce417c8af18d87ddf8ace99f8e67e595882bb"
184 dependencies = [
185  "futures-util",
186  "pin-project 0.4.27",
187 ]
188
189 [[package]]
190 name = "actix-testing"
191 version = "1.0.1"
192 source = "registry+https://github.com/rust-lang/crates.io-index"
193 checksum = "47239ca38799ab74ee6a8a94d1ce857014b2ac36f242f70f3f75a66f691e791c"
194 dependencies = [
195  "actix-macros",
196  "actix-rt",
197  "actix-server",
198  "actix-service",
199  "log",
200  "socket2",
201 ]
202
203 [[package]]
204 name = "actix-threadpool"
205 version = "0.3.3"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
207 checksum = "d209f04d002854b9afd3743032a27b066158817965bf5d036824d19ac2cc0e30"
208 dependencies = [
209  "derive_more",
210  "futures-channel",
211  "lazy_static",
212  "log",
213  "num_cpus",
214  "parking_lot",
215  "threadpool",
216 ]
217
218 [[package]]
219 name = "actix-tls"
220 version = "1.0.0"
221 source = "registry+https://github.com/rust-lang/crates.io-index"
222 checksum = "a4e5b4faaf105e9a6d389c606c298dcdb033061b00d532af9df56ff3a54995a8"
223 dependencies = [
224  "actix-codec 0.2.0",
225  "actix-rt",
226  "actix-service",
227  "actix-utils 1.0.6",
228  "derive_more",
229  "either",
230  "futures",
231  "log",
232 ]
233
234 [[package]]
235 name = "actix-utils"
236 version = "1.0.6"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238 checksum = "fcf8f5631bf01adec2267808f00e228b761c60c0584cc9fa0b5364f41d147f4e"
239 dependencies = [
240  "actix-codec 0.2.0",
241  "actix-rt",
242  "actix-service",
243  "bitflags",
244  "bytes 0.5.6",
245  "either",
246  "futures",
247  "log",
248  "pin-project 0.4.27",
249  "slab",
250 ]
251
252 [[package]]
253 name = "actix-utils"
254 version = "2.0.0"
255 source = "registry+https://github.com/rust-lang/crates.io-index"
256 checksum = "2e9022dec56632d1d7979e59af14f0597a28a830a9c1c7fec8b2327eb9f16b5a"
257 dependencies = [
258  "actix-codec 0.3.0",
259  "actix-rt",
260  "actix-service",
261  "bitflags",
262  "bytes 0.5.6",
263  "either",
264  "futures-channel",
265  "futures-sink",
266  "futures-util",
267  "log",
268  "pin-project 0.4.27",
269  "slab",
270 ]
271
272 [[package]]
273 name = "actix-web"
274 version = "2.0.0"
275 source = "registry+https://github.com/rust-lang/crates.io-index"
276 checksum = "3158e822461040822f0dbf1735b9c2ce1f95f93b651d7a7aded00b1efbb1f635"
277 dependencies = [
278  "actix-codec 0.2.0",
279  "actix-http",
280  "actix-macros",
281  "actix-router",
282  "actix-rt",
283  "actix-server",
284  "actix-service",
285  "actix-testing",
286  "actix-threadpool",
287  "actix-tls",
288  "actix-utils 1.0.6",
289  "actix-web-codegen",
290  "awc",
291  "bytes 0.5.6",
292  "derive_more",
293  "encoding_rs",
294  "futures",
295  "fxhash",
296  "log",
297  "mime",
298  "net2",
299  "pin-project 0.4.27",
300  "regex",
301  "serde",
302  "serde_json",
303  "serde_urlencoded",
304  "time",
305  "url",
306 ]
307
308 [[package]]
309 name = "actix-web-codegen"
310 version = "0.2.2"
311 source = "registry+https://github.com/rust-lang/crates.io-index"
312 checksum = "a71bf475cbe07281d0b3696abb48212db118e7e23219f13596ce865235ff5766"
313 dependencies = [
314  "proc-macro2",
315  "quote",
316  "syn",
317 ]
318
319 [[package]]
320 name = "addr2line"
321 version = "0.14.1"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
324 dependencies = [
325  "gimli",
326 ]
327
328 [[package]]
329 name = "adler"
330 version = "1.0.2"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
333
334 [[package]]
335 name = "aho-corasick"
336 version = "0.7.15"
337 source = "registry+https://github.com/rust-lang/crates.io-index"
338 checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
339 dependencies = [
340  "memchr",
341 ]
342
343 [[package]]
344 name = "askama"
345 version = "0.9.0"
346 source = "registry+https://github.com/rust-lang/crates.io-index"
347 checksum = "10a1fb9e41eb366cbcd267da2094be5b7e62fdbca9f82091e7503e80f885050d"
348 dependencies = [
349  "actix-web",
350  "askama_derive",
351  "askama_escape",
352  "askama_shared",
353  "bytes 0.5.6",
354  "futures",
355  "mime",
356  "mime_guess",
357 ]
358
359 [[package]]
360 name = "askama_derive"
361 version = "0.9.0"
362 source = "registry+https://github.com/rust-lang/crates.io-index"
363 checksum = "e1012c270085fa35ece6a48a569544fde85b6d9ee41074c7b706cc912a03f939"
364 dependencies = [
365  "askama_shared",
366  "nom 5.1.2",
367  "proc-macro2",
368  "quote",
369  "syn",
370 ]
371
372 [[package]]
373 name = "askama_escape"
374 version = "0.3.0"
375 source = "registry+https://github.com/rust-lang/crates.io-index"
376 checksum = "7a577aeba5fec1aafb9f195d98cfcc38a78b588e4ebf9b15f62ca1c7aa33795a"
377
378 [[package]]
379 name = "askama_shared"
380 version = "0.9.1"
381 source = "registry+https://github.com/rust-lang/crates.io-index"
382 checksum = "8ee517f4e33c27b129928e71d8a044d54c513e72e0b72ec5c4f5f1823e9de353"
383 dependencies = [
384  "askama_escape",
385  "humansize",
386  "num-traits",
387  "serde",
388  "toml",
389 ]
390
391 [[package]]
392 name = "async-trait"
393 version = "0.1.44"
394 source = "registry+https://github.com/rust-lang/crates.io-index"
395 checksum = "3a4c64e223db1fffa7683a719921434caa880463cfa5820032b063c9ecd5cc49"
396 dependencies = [
397  "proc-macro2",
398  "quote",
399  "syn",
400 ]
401
402 [[package]]
403 name = "autocfg"
404 version = "1.0.1"
405 source = "registry+https://github.com/rust-lang/crates.io-index"
406 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
407
408 [[package]]
409 name = "awc"
410 version = "1.0.1"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
412 checksum = "d7601d4d1d7ef2335d6597a41b5fe069f6ab799b85f53565ab390e7b7065aac5"
413 dependencies = [
414  "actix-codec 0.2.0",
415  "actix-http",
416  "actix-rt",
417  "actix-service",
418  "base64 0.11.0",
419  "bytes 0.5.6",
420  "derive_more",
421  "futures-core",
422  "log",
423  "mime",
424  "percent-encoding",
425  "rand",
426  "serde",
427  "serde_json",
428  "serde_urlencoded",
429 ]
430
431 [[package]]
432 name = "backtrace"
433 version = "0.3.56"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
435 checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
436 dependencies = [
437  "addr2line",
438  "cfg-if 1.0.0",
439  "libc",
440  "miniz_oxide",
441  "object",
442  "rustc-demangle",
443 ]
444
445 [[package]]
446 name = "base64"
447 version = "0.11.0"
448 source = "registry+https://github.com/rust-lang/crates.io-index"
449 checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
450
451 [[package]]
452 name = "base64"
453 version = "0.13.0"
454 source = "registry+https://github.com/rust-lang/crates.io-index"
455 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
456
457 [[package]]
458 name = "bitflags"
459 version = "1.2.1"
460 source = "registry+https://github.com/rust-lang/crates.io-index"
461 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
462
463 [[package]]
464 name = "brotli-sys"
465 version = "0.3.2"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
467 checksum = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"
468 dependencies = [
469  "cc",
470  "libc",
471 ]
472
473 [[package]]
474 name = "brotli2"
475 version = "0.3.2"
476 source = "registry+https://github.com/rust-lang/crates.io-index"
477 checksum = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"
478 dependencies = [
479  "brotli-sys",
480  "libc",
481 ]
482
483 [[package]]
484 name = "byteorder"
485 version = "1.4.2"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
488
489 [[package]]
490 name = "bytes"
491 version = "0.5.6"
492 source = "registry+https://github.com/rust-lang/crates.io-index"
493 checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
494
495 [[package]]
496 name = "bytes"
497 version = "1.0.1"
498 source = "registry+https://github.com/rust-lang/crates.io-index"
499 checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
500
501 [[package]]
502 name = "bytestring"
503 version = "1.0.0"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
505 checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
506 dependencies = [
507  "bytes 1.0.1",
508 ]
509
510 [[package]]
511 name = "cc"
512 version = "1.0.67"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
514 checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
515
516 [[package]]
517 name = "cfg-if"
518 version = "0.1.10"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
520 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
521
522 [[package]]
523 name = "cfg-if"
524 version = "1.0.0"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
526 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
527
528 [[package]]
529 name = "chrono"
530 version = "0.4.19"
531 source = "registry+https://github.com/rust-lang/crates.io-index"
532 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
533 dependencies = [
534  "libc",
535  "num-integer",
536  "num-traits",
537  "time",
538  "winapi 0.3.9",
539 ]
540
541 [[package]]
542 name = "common"
543 version = "0.1.0"
544
545 [[package]]
546 name = "copyless"
547 version = "0.1.5"
548 source = "registry+https://github.com/rust-lang/crates.io-index"
549 checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
550
551 [[package]]
552 name = "crc32fast"
553 version = "1.2.1"
554 source = "registry+https://github.com/rust-lang/crates.io-index"
555 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
556 dependencies = [
557  "cfg-if 1.0.0",
558 ]
559
560 [[package]]
561 name = "derive_more"
562 version = "0.99.11"
563 source = "registry+https://github.com/rust-lang/crates.io-index"
564 checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
565 dependencies = [
566  "proc-macro2",
567  "quote",
568  "syn",
569 ]
570
571 [[package]]
572 name = "dtoa"
573 version = "0.4.7"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
575 checksum = "88d7ed2934d741c6b37e33e3832298e8850b53fd2d2bea03873375596c7cea4e"
576
577 [[package]]
578 name = "either"
579 version = "1.6.1"
580 source = "registry+https://github.com/rust-lang/crates.io-index"
581 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
582
583 [[package]]
584 name = "encoding_rs"
585 version = "0.8.28"
586 source = "registry+https://github.com/rust-lang/crates.io-index"
587 checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
588 dependencies = [
589  "cfg-if 1.0.0",
590 ]
591
592 [[package]]
593 name = "enum-as-inner"
594 version = "0.3.3"
595 source = "registry+https://github.com/rust-lang/crates.io-index"
596 checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"
597 dependencies = [
598  "heck",
599  "proc-macro2",
600  "quote",
601  "syn",
602 ]
603
604 [[package]]
605 name = "failure"
606 version = "0.1.8"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
608 checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
609 dependencies = [
610  "backtrace",
611  "failure_derive",
612 ]
613
614 [[package]]
615 name = "failure_derive"
616 version = "0.1.8"
617 source = "registry+https://github.com/rust-lang/crates.io-index"
618 checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
619 dependencies = [
620  "proc-macro2",
621  "quote",
622  "syn",
623  "synstructure",
624 ]
625
626 [[package]]
627 name = "flate2"
628 version = "1.0.20"
629 source = "registry+https://github.com/rust-lang/crates.io-index"
630 checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
631 dependencies = [
632  "cfg-if 1.0.0",
633  "crc32fast",
634  "libc",
635  "miniz_oxide",
636 ]
637
638 [[package]]
639 name = "fnv"
640 version = "1.0.7"
641 source = "registry+https://github.com/rust-lang/crates.io-index"
642 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
643
644 [[package]]
645 name = "form_urlencoded"
646 version = "1.0.1"
647 source = "registry+https://github.com/rust-lang/crates.io-index"
648 checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
649 dependencies = [
650  "matches",
651  "percent-encoding",
652 ]
653
654 [[package]]
655 name = "fuchsia-zircon"
656 version = "0.3.3"
657 source = "registry+https://github.com/rust-lang/crates.io-index"
658 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
659 dependencies = [
660  "bitflags",
661  "fuchsia-zircon-sys",
662 ]
663
664 [[package]]
665 name = "fuchsia-zircon-sys"
666 version = "0.3.3"
667 source = "registry+https://github.com/rust-lang/crates.io-index"
668 checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
669
670 [[package]]
671 name = "futures"
672 version = "0.3.13"
673 source = "registry+https://github.com/rust-lang/crates.io-index"
674 checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1"
675 dependencies = [
676  "futures-channel",
677  "futures-core",
678  "futures-executor",
679  "futures-io",
680  "futures-sink",
681  "futures-task",
682  "futures-util",
683 ]
684
685 [[package]]
686 name = "futures-channel"
687 version = "0.3.13"
688 source = "registry+https://github.com/rust-lang/crates.io-index"
689 checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939"
690 dependencies = [
691  "futures-core",
692  "futures-sink",
693 ]
694
695 [[package]]
696 name = "futures-core"
697 version = "0.3.13"
698 source = "registry+https://github.com/rust-lang/crates.io-index"
699 checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94"
700
701 [[package]]
702 name = "futures-executor"
703 version = "0.3.13"
704 source = "registry+https://github.com/rust-lang/crates.io-index"
705 checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1"
706 dependencies = [
707  "futures-core",
708  "futures-task",
709  "futures-util",
710 ]
711
712 [[package]]
713 name = "futures-io"
714 version = "0.3.13"
715 source = "registry+https://github.com/rust-lang/crates.io-index"
716 checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59"
717
718 [[package]]
719 name = "futures-macro"
720 version = "0.3.13"
721 source = "registry+https://github.com/rust-lang/crates.io-index"
722 checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7"
723 dependencies = [
724  "proc-macro-hack",
725  "proc-macro2",
726  "quote",
727  "syn",
728 ]
729
730 [[package]]
731 name = "futures-sink"
732 version = "0.3.13"
733 source = "registry+https://github.com/rust-lang/crates.io-index"
734 checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3"
735
736 [[package]]
737 name = "futures-task"
738 version = "0.3.13"
739 source = "registry+https://github.com/rust-lang/crates.io-index"
740 checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80"
741
742 [[package]]
743 name = "futures-util"
744 version = "0.3.13"
745 source = "registry+https://github.com/rust-lang/crates.io-index"
746 checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1"
747 dependencies = [
748  "futures-channel",
749  "futures-core",
750  "futures-io",
751  "futures-macro",
752  "futures-sink",
753  "futures-task",
754  "memchr",
755  "pin-project-lite 0.2.6",
756  "pin-utils",
757  "proc-macro-hack",
758  "proc-macro-nested",
759  "slab",
760 ]
761
762 [[package]]
763 name = "fxhash"
764 version = "0.2.1"
765 source = "registry+https://github.com/rust-lang/crates.io-index"
766 checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
767 dependencies = [
768  "byteorder",
769 ]
770
771 [[package]]
772 name = "getrandom"
773 version = "0.1.16"
774 source = "registry+https://github.com/rust-lang/crates.io-index"
775 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
776 dependencies = [
777  "cfg-if 1.0.0",
778  "libc",
779  "wasi 0.9.0+wasi-snapshot-preview1",
780 ]
781
782 [[package]]
783 name = "gimli"
784 version = "0.23.0"
785 source = "registry+https://github.com/rust-lang/crates.io-index"
786 checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
787
788 [[package]]
789 name = "h2"
790 version = "0.2.7"
791 source = "registry+https://github.com/rust-lang/crates.io-index"
792 checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
793 dependencies = [
794  "bytes 0.5.6",
795  "fnv",
796  "futures-core",
797  "futures-sink",
798  "futures-util",
799  "http",
800  "indexmap",
801  "slab",
802  "tokio",
803  "tokio-util 0.3.1",
804  "tracing",
805  "tracing-futures",
806 ]
807
808 [[package]]
809 name = "hashbrown"
810 version = "0.9.1"
811 source = "registry+https://github.com/rust-lang/crates.io-index"
812 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
813
814 [[package]]
815 name = "heck"
816 version = "0.3.2"
817 source = "registry+https://github.com/rust-lang/crates.io-index"
818 checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
819 dependencies = [
820  "unicode-segmentation",
821 ]
822
823 [[package]]
824 name = "hermit-abi"
825 version = "0.1.18"
826 source = "registry+https://github.com/rust-lang/crates.io-index"
827 checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
828 dependencies = [
829  "libc",
830 ]
831
832 [[package]]
833 name = "hostname"
834 version = "0.3.1"
835 source = "registry+https://github.com/rust-lang/crates.io-index"
836 checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
837 dependencies = [
838  "libc",
839  "match_cfg",
840  "winapi 0.3.9",
841 ]
842
843 [[package]]
844 name = "http"
845 version = "0.2.3"
846 source = "registry+https://github.com/rust-lang/crates.io-index"
847 checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
848 dependencies = [
849  "bytes 1.0.1",
850  "fnv",
851  "itoa",
852 ]
853
854 [[package]]
855 name = "httparse"
856 version = "1.3.5"
857 source = "registry+https://github.com/rust-lang/crates.io-index"
858 checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
859
860 [[package]]
861 name = "humansize"
862 version = "1.1.0"
863 source = "registry+https://github.com/rust-lang/crates.io-index"
864 checksum = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
865
866 [[package]]
867 name = "idna"
868 version = "0.2.2"
869 source = "registry+https://github.com/rust-lang/crates.io-index"
870 checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
871 dependencies = [
872  "matches",
873  "unicode-bidi",
874  "unicode-normalization",
875 ]
876
877 [[package]]
878 name = "indexmap"
879 version = "1.6.1"
880 source = "registry+https://github.com/rust-lang/crates.io-index"
881 checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
882 dependencies = [
883  "autocfg",
884  "hashbrown",
885 ]
886
887 [[package]]
888 name = "instant"
889 version = "0.1.9"
890 source = "registry+https://github.com/rust-lang/crates.io-index"
891 checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
892 dependencies = [
893  "cfg-if 1.0.0",
894 ]
895
896 [[package]]
897 name = "iovec"
898 version = "0.1.4"
899 source = "registry+https://github.com/rust-lang/crates.io-index"
900 checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
901 dependencies = [
902  "libc",
903 ]
904
905 [[package]]
906 name = "ipconfig"
907 version = "0.2.2"
908 source = "registry+https://github.com/rust-lang/crates.io-index"
909 checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
910 dependencies = [
911  "socket2",
912  "widestring",
913  "winapi 0.3.9",
914  "winreg",
915 ]
916
917 [[package]]
918 name = "itertools"
919 version = "0.10.0"
920 source = "registry+https://github.com/rust-lang/crates.io-index"
921 checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
922 dependencies = [
923  "either",
924 ]
925
926 [[package]]
927 name = "itoa"
928 version = "0.4.7"
929 source = "registry+https://github.com/rust-lang/crates.io-index"
930 checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
931
932 [[package]]
933 name = "kernel32-sys"
934 version = "0.2.2"
935 source = "registry+https://github.com/rust-lang/crates.io-index"
936 checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
937 dependencies = [
938  "winapi 0.2.8",
939  "winapi-build",
940 ]
941
942 [[package]]
943 name = "language-tags"
944 version = "0.2.2"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
946 checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
947
948 [[package]]
949 name = "lazy_static"
950 version = "1.4.0"
951 source = "registry+https://github.com/rust-lang/crates.io-index"
952 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
953
954 [[package]]
955 name = "libc"
956 version = "0.2.87"
957 source = "registry+https://github.com/rust-lang/crates.io-index"
958 checksum = "265d751d31d6780a3f956bb5b8022feba2d94eeee5a84ba64f4212eedca42213"
959
960 [[package]]
961 name = "linked-hash-map"
962 version = "0.5.4"
963 source = "registry+https://github.com/rust-lang/crates.io-index"
964 checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
965
966 [[package]]
967 name = "listenfd"
968 version = "0.3.3"
969 source = "registry+https://github.com/rust-lang/crates.io-index"
970 checksum = "492158e732f2e2de81c592f0a2427e57e12cd3d59877378fe7af624b6bbe0ca1"
971 dependencies = [
972  "libc",
973  "uuid",
974  "winapi 0.3.9",
975 ]
976
977 [[package]]
978 name = "lock_api"
979 version = "0.4.2"
980 source = "registry+https://github.com/rust-lang/crates.io-index"
981 checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
982 dependencies = [
983  "scopeguard",
984 ]
985
986 [[package]]
987 name = "log"
988 version = "0.4.14"
989 source = "registry+https://github.com/rust-lang/crates.io-index"
990 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
991 dependencies = [
992  "cfg-if 1.0.0",
993 ]
994
995 [[package]]
996 name = "lru-cache"
997 version = "0.1.2"
998 source = "registry+https://github.com/rust-lang/crates.io-index"
999 checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
1000 dependencies = [
1001  "linked-hash-map",
1002 ]
1003
1004 [[package]]
1005 name = "match_cfg"
1006 version = "0.1.0"
1007 source = "registry+https://github.com/rust-lang/crates.io-index"
1008 checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
1009
1010 [[package]]
1011 name = "matches"
1012 version = "0.1.8"
1013 source = "registry+https://github.com/rust-lang/crates.io-index"
1014 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1015
1016 [[package]]
1017 name = "memchr"
1018 version = "2.3.4"
1019 source = "registry+https://github.com/rust-lang/crates.io-index"
1020 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
1021
1022 [[package]]
1023 name = "mime"
1024 version = "0.3.16"
1025 source = "registry+https://github.com/rust-lang/crates.io-index"
1026 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
1027
1028 [[package]]
1029 name = "mime_guess"
1030 version = "2.0.3"
1031 source = "registry+https://github.com/rust-lang/crates.io-index"
1032 checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
1033 dependencies = [
1034  "mime",
1035  "unicase",
1036 ]
1037
1038 [[package]]
1039 name = "miniz_oxide"
1040 version = "0.4.4"
1041 source = "registry+https://github.com/rust-lang/crates.io-index"
1042 checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
1043 dependencies = [
1044  "adler",
1045  "autocfg",
1046 ]
1047
1048 [[package]]
1049 name = "mio"
1050 version = "0.6.23"
1051 source = "registry+https://github.com/rust-lang/crates.io-index"
1052 checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
1053 dependencies = [
1054  "cfg-if 0.1.10",
1055  "fuchsia-zircon",
1056  "fuchsia-zircon-sys",
1057  "iovec",
1058  "kernel32-sys",
1059  "libc",
1060  "log",
1061  "miow",
1062  "net2",
1063  "slab",
1064  "winapi 0.2.8",
1065 ]
1066
1067 [[package]]
1068 name = "mio-uds"
1069 version = "0.6.8"
1070 source = "registry+https://github.com/rust-lang/crates.io-index"
1071 checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
1072 dependencies = [
1073  "iovec",
1074  "libc",
1075  "mio",
1076 ]
1077
1078 [[package]]
1079 name = "miow"
1080 version = "0.2.2"
1081 source = "registry+https://github.com/rust-lang/crates.io-index"
1082 checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1083 dependencies = [
1084  "kernel32-sys",
1085  "net2",
1086  "winapi 0.2.8",
1087  "ws2_32-sys",
1088 ]
1089
1090 [[package]]
1091 name = "net2"
1092 version = "0.2.37"
1093 source = "registry+https://github.com/rust-lang/crates.io-index"
1094 checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
1095 dependencies = [
1096  "cfg-if 0.1.10",
1097  "libc",
1098  "winapi 0.3.9",
1099 ]
1100
1101 [[package]]
1102 name = "nom"
1103 version = "4.2.3"
1104 source = "registry+https://github.com/rust-lang/crates.io-index"
1105 checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
1106 dependencies = [
1107  "memchr",
1108  "version_check 0.1.5",
1109 ]
1110
1111 [[package]]
1112 name = "nom"
1113 version = "5.1.2"
1114 source = "registry+https://github.com/rust-lang/crates.io-index"
1115 checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
1116 dependencies = [
1117  "memchr",
1118  "version_check 0.9.2",
1119 ]
1120
1121 [[package]]
1122 name = "num-integer"
1123 version = "0.1.44"
1124 source = "registry+https://github.com/rust-lang/crates.io-index"
1125 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
1126 dependencies = [
1127  "autocfg",
1128  "num-traits",
1129 ]
1130
1131 [[package]]
1132 name = "num-traits"
1133 version = "0.2.14"
1134 source = "registry+https://github.com/rust-lang/crates.io-index"
1135 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
1136 dependencies = [
1137  "autocfg",
1138 ]
1139
1140 [[package]]
1141 name = "num_cpus"
1142 version = "1.13.0"
1143 source = "registry+https://github.com/rust-lang/crates.io-index"
1144 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
1145 dependencies = [
1146  "hermit-abi",
1147  "libc",
1148 ]
1149
1150 [[package]]
1151 name = "object"
1152 version = "0.23.0"
1153 source = "registry+https://github.com/rust-lang/crates.io-index"
1154 checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
1155
1156 [[package]]
1157 name = "once_cell"
1158 version = "1.7.2"
1159 source = "registry+https://github.com/rust-lang/crates.io-index"
1160 checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
1161
1162 [[package]]
1163 name = "parking_lot"
1164 version = "0.11.1"
1165 source = "registry+https://github.com/rust-lang/crates.io-index"
1166 checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
1167 dependencies = [
1168  "instant",
1169  "lock_api",
1170  "parking_lot_core",
1171 ]
1172
1173 [[package]]
1174 name = "parking_lot_core"
1175 version = "0.8.3"
1176 source = "registry+https://github.com/rust-lang/crates.io-index"
1177 checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
1178 dependencies = [
1179  "cfg-if 1.0.0",
1180  "instant",
1181  "libc",
1182  "redox_syscall",
1183  "smallvec",
1184  "winapi 0.3.9",
1185 ]
1186
1187 [[package]]
1188 name = "percent-encoding"
1189 version = "2.1.0"
1190 source = "registry+https://github.com/rust-lang/crates.io-index"
1191 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
1192
1193 [[package]]
1194 name = "pin-project"
1195 version = "0.4.27"
1196 source = "registry+https://github.com/rust-lang/crates.io-index"
1197 checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
1198 dependencies = [
1199  "pin-project-internal 0.4.27",
1200 ]
1201
1202 [[package]]
1203 name = "pin-project"
1204 version = "1.0.5"
1205 source = "registry+https://github.com/rust-lang/crates.io-index"
1206 checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
1207 dependencies = [
1208  "pin-project-internal 1.0.5",
1209 ]
1210
1211 [[package]]
1212 name = "pin-project-internal"
1213 version = "0.4.27"
1214 source = "registry+https://github.com/rust-lang/crates.io-index"
1215 checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
1216 dependencies = [
1217  "proc-macro2",
1218  "quote",
1219  "syn",
1220 ]
1221
1222 [[package]]
1223 name = "pin-project-internal"
1224 version = "1.0.5"
1225 source = "registry+https://github.com/rust-lang/crates.io-index"
1226 checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
1227 dependencies = [
1228  "proc-macro2",
1229  "quote",
1230  "syn",
1231 ]
1232
1233 [[package]]
1234 name = "pin-project-lite"
1235 version = "0.1.12"
1236 source = "registry+https://github.com/rust-lang/crates.io-index"
1237 checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
1238
1239 [[package]]
1240 name = "pin-project-lite"
1241 version = "0.2.6"
1242 source = "registry+https://github.com/rust-lang/crates.io-index"
1243 checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
1244
1245 [[package]]
1246 name = "pin-utils"
1247 version = "0.1.0"
1248 source = "registry+https://github.com/rust-lang/crates.io-index"
1249 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1250
1251 [[package]]
1252 name = "ppv-lite86"
1253 version = "0.2.10"
1254 source = "registry+https://github.com/rust-lang/crates.io-index"
1255 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
1256
1257 [[package]]
1258 name = "proc-macro-hack"
1259 version = "0.5.19"
1260 source = "registry+https://github.com/rust-lang/crates.io-index"
1261 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
1262
1263 [[package]]
1264 name = "proc-macro-nested"
1265 version = "0.1.7"
1266 source = "registry+https://github.com/rust-lang/crates.io-index"
1267 checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
1268
1269 [[package]]
1270 name = "proc-macro2"
1271 version = "1.0.24"
1272 source = "registry+https://github.com/rust-lang/crates.io-index"
1273 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
1274 dependencies = [
1275  "unicode-xid",
1276 ]
1277
1278 [[package]]
1279 name = "quick-error"
1280 version = "1.2.3"
1281 source = "registry+https://github.com/rust-lang/crates.io-index"
1282 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1283
1284 [[package]]
1285 name = "quote"
1286 version = "1.0.9"
1287 source = "registry+https://github.com/rust-lang/crates.io-index"
1288 checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
1289 dependencies = [
1290  "proc-macro2",
1291 ]
1292
1293 [[package]]
1294 name = "rand"
1295 version = "0.7.3"
1296 source = "registry+https://github.com/rust-lang/crates.io-index"
1297 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1298 dependencies = [
1299  "getrandom",
1300  "libc",
1301  "rand_chacha",
1302  "rand_core",
1303  "rand_hc",
1304 ]
1305
1306 [[package]]
1307 name = "rand_chacha"
1308 version = "0.2.2"
1309 source = "registry+https://github.com/rust-lang/crates.io-index"
1310 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1311 dependencies = [
1312  "ppv-lite86",
1313  "rand_core",
1314 ]
1315
1316 [[package]]
1317 name = "rand_core"
1318 version = "0.5.1"
1319 source = "registry+https://github.com/rust-lang/crates.io-index"
1320 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1321 dependencies = [
1322  "getrandom",
1323 ]
1324
1325 [[package]]
1326 name = "rand_hc"
1327 version = "0.2.0"
1328 source = "registry+https://github.com/rust-lang/crates.io-index"
1329 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1330 dependencies = [
1331  "rand_core",
1332 ]
1333
1334 [[package]]
1335 name = "redox_syscall"
1336 version = "0.2.5"
1337 source = "registry+https://github.com/rust-lang/crates.io-index"
1338 checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
1339 dependencies = [
1340  "bitflags",
1341 ]
1342
1343 [[package]]
1344 name = "regex"
1345 version = "1.4.3"
1346 source = "registry+https://github.com/rust-lang/crates.io-index"
1347 checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
1348 dependencies = [
1349  "aho-corasick",
1350  "memchr",
1351  "regex-syntax",
1352  "thread_local",
1353 ]
1354
1355 [[package]]
1356 name = "regex-syntax"
1357 version = "0.6.22"
1358 source = "registry+https://github.com/rust-lang/crates.io-index"
1359 checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
1360
1361 [[package]]
1362 name = "resolv-conf"
1363 version = "0.6.3"
1364 source = "registry+https://github.com/rust-lang/crates.io-index"
1365 checksum = "11834e137f3b14e309437a8276714eed3a80d1ef894869e510f2c0c0b98b9f4a"
1366 dependencies = [
1367  "hostname",
1368  "quick-error",
1369 ]
1370
1371 [[package]]
1372 name = "ron"
1373 version = "0.6.4"
1374 source = "registry+https://github.com/rust-lang/crates.io-index"
1375 checksum = "064ea8613fb712a19faf920022ec8ddf134984f100090764a4e1d768f3827f1f"
1376 dependencies = [
1377  "base64 0.13.0",
1378  "bitflags",
1379  "serde",
1380 ]
1381
1382 [[package]]
1383 name = "rustc-demangle"
1384 version = "0.1.18"
1385 source = "registry+https://github.com/rust-lang/crates.io-index"
1386 checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
1387
1388 [[package]]
1389 name = "ryu"
1390 version = "1.0.5"
1391 source = "registry+https://github.com/rust-lang/crates.io-index"
1392 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1393
1394 [[package]]
1395 name = "scopeguard"
1396 version = "1.1.0"
1397 source = "registry+https://github.com/rust-lang/crates.io-index"
1398 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1399
1400 [[package]]
1401 name = "serde"
1402 version = "1.0.123"
1403 source = "registry+https://github.com/rust-lang/crates.io-index"
1404 checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
1405 dependencies = [
1406  "serde_derive",
1407 ]
1408
1409 [[package]]
1410 name = "serde_derive"
1411 version = "1.0.123"
1412 source = "registry+https://github.com/rust-lang/crates.io-index"
1413 checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
1414 dependencies = [
1415  "proc-macro2",
1416  "quote",
1417  "syn",
1418 ]
1419
1420 [[package]]
1421 name = "serde_json"
1422 version = "1.0.64"
1423 source = "registry+https://github.com/rust-lang/crates.io-index"
1424 checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
1425 dependencies = [
1426  "itoa",
1427  "ryu",
1428  "serde",
1429 ]
1430
1431 [[package]]
1432 name = "serde_urlencoded"
1433 version = "0.6.1"
1434 source = "registry+https://github.com/rust-lang/crates.io-index"
1435 checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
1436 dependencies = [
1437  "dtoa",
1438  "itoa",
1439  "serde",
1440  "url",
1441 ]
1442
1443 [[package]]
1444 name = "sha1"
1445 version = "0.6.0"
1446 source = "registry+https://github.com/rust-lang/crates.io-index"
1447 checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
1448
1449 [[package]]
1450 name = "signal-hook-registry"
1451 version = "1.3.0"
1452 source = "registry+https://github.com/rust-lang/crates.io-index"
1453 checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
1454 dependencies = [
1455  "libc",
1456 ]
1457
1458 [[package]]
1459 name = "slab"
1460 version = "0.4.2"
1461 source = "registry+https://github.com/rust-lang/crates.io-index"
1462 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1463
1464 [[package]]
1465 name = "smallvec"
1466 version = "1.6.1"
1467 source = "registry+https://github.com/rust-lang/crates.io-index"
1468 checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
1469
1470 [[package]]
1471 name = "socket2"
1472 version = "0.3.19"
1473 source = "registry+https://github.com/rust-lang/crates.io-index"
1474 checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
1475 dependencies = [
1476  "cfg-if 1.0.0",
1477  "libc",
1478  "winapi 0.3.9",
1479 ]
1480
1481 [[package]]
1482 name = "syn"
1483 version = "1.0.61"
1484 source = "registry+https://github.com/rust-lang/crates.io-index"
1485 checksum = "ed22b90a0e734a23a7610f4283ac9e5acfb96cbb30dfefa540d66f866f1c09c5"
1486 dependencies = [
1487  "proc-macro2",
1488  "quote",
1489  "unicode-xid",
1490 ]
1491
1492 [[package]]
1493 name = "synstructure"
1494 version = "0.12.4"
1495 source = "registry+https://github.com/rust-lang/crates.io-index"
1496 checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
1497 dependencies = [
1498  "proc-macro2",
1499  "quote",
1500  "syn",
1501  "unicode-xid",
1502 ]
1503
1504 [[package]]
1505 name = "thread_local"
1506 version = "1.1.3"
1507 source = "registry+https://github.com/rust-lang/crates.io-index"
1508 checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
1509 dependencies = [
1510  "once_cell",
1511 ]
1512
1513 [[package]]
1514 name = "threadpool"
1515 version = "1.8.1"
1516 source = "registry+https://github.com/rust-lang/crates.io-index"
1517 checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
1518 dependencies = [
1519  "num_cpus",
1520 ]
1521
1522 [[package]]
1523 name = "time"
1524 version = "0.1.44"
1525 source = "registry+https://github.com/rust-lang/crates.io-index"
1526 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1527 dependencies = [
1528  "libc",
1529  "wasi 0.10.0+wasi-snapshot-preview1",
1530  "winapi 0.3.9",
1531 ]
1532
1533 [[package]]
1534 name = "tinyvec"
1535 version = "1.1.1"
1536 source = "registry+https://github.com/rust-lang/crates.io-index"
1537 checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
1538 dependencies = [
1539  "tinyvec_macros",
1540 ]
1541
1542 [[package]]
1543 name = "tinyvec_macros"
1544 version = "0.1.0"
1545 source = "registry+https://github.com/rust-lang/crates.io-index"
1546 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
1547
1548 [[package]]
1549 name = "tokio"
1550 version = "0.2.25"
1551 source = "registry+https://github.com/rust-lang/crates.io-index"
1552 checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
1553 dependencies = [
1554  "bytes 0.5.6",
1555  "futures-core",
1556  "iovec",
1557  "lazy_static",
1558  "libc",
1559  "memchr",
1560  "mio",
1561  "mio-uds",
1562  "pin-project-lite 0.1.12",
1563  "signal-hook-registry",
1564  "slab",
1565  "winapi 0.3.9",
1566 ]
1567
1568 [[package]]
1569 name = "tokio-util"
1570 version = "0.2.0"
1571 source = "registry+https://github.com/rust-lang/crates.io-index"
1572 checksum = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
1573 dependencies = [
1574  "bytes 0.5.6",
1575  "futures-core",
1576  "futures-sink",
1577  "log",
1578  "pin-project-lite 0.1.12",
1579  "tokio",
1580 ]
1581
1582 [[package]]
1583 name = "tokio-util"
1584 version = "0.3.1"
1585 source = "registry+https://github.com/rust-lang/crates.io-index"
1586 checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
1587 dependencies = [
1588  "bytes 0.5.6",
1589  "futures-core",
1590  "futures-sink",
1591  "log",
1592  "pin-project-lite 0.1.12",
1593  "tokio",
1594 ]
1595
1596 [[package]]
1597 name = "toml"
1598 version = "0.5.8"
1599 source = "registry+https://github.com/rust-lang/crates.io-index"
1600 checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
1601 dependencies = [
1602  "serde",
1603 ]
1604
1605 [[package]]
1606 name = "tracing"
1607 version = "0.1.25"
1608 source = "registry+https://github.com/rust-lang/crates.io-index"
1609 checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
1610 dependencies = [
1611  "cfg-if 1.0.0",
1612  "log",
1613  "pin-project-lite 0.2.6",
1614  "tracing-core",
1615 ]
1616
1617 [[package]]
1618 name = "tracing-core"
1619 version = "0.1.17"
1620 source = "registry+https://github.com/rust-lang/crates.io-index"
1621 checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
1622 dependencies = [
1623  "lazy_static",
1624 ]
1625
1626 [[package]]
1627 name = "tracing-futures"
1628 version = "0.2.5"
1629 source = "registry+https://github.com/rust-lang/crates.io-index"
1630 checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
1631 dependencies = [
1632  "pin-project 1.0.5",
1633  "tracing",
1634 ]
1635
1636 [[package]]
1637 name = "trust-dns-proto"
1638 version = "0.18.0-alpha.2"
1639 source = "registry+https://github.com/rust-lang/crates.io-index"
1640 checksum = "2a7f3a2ab8a919f5eca52a468866a67ed7d3efa265d48a652a9a3452272b413f"
1641 dependencies = [
1642  "async-trait",
1643  "enum-as-inner",
1644  "failure",
1645  "futures",
1646  "idna",
1647  "lazy_static",
1648  "log",
1649  "rand",
1650  "smallvec",
1651  "socket2",
1652  "tokio",
1653  "url",
1654 ]
1655
1656 [[package]]
1657 name = "trust-dns-resolver"
1658 version = "0.18.0-alpha.2"
1659 source = "registry+https://github.com/rust-lang/crates.io-index"
1660 checksum = "6f90b1502b226f8b2514c6d5b37bafa8c200d7ca4102d57dc36ee0f3b7a04a2f"
1661 dependencies = [
1662  "cfg-if 0.1.10",
1663  "failure",
1664  "futures",
1665  "ipconfig",
1666  "lazy_static",
1667  "log",
1668  "lru-cache",
1669  "resolv-conf",
1670  "smallvec",
1671  "tokio",
1672  "trust-dns-proto",
1673 ]
1674
1675 [[package]]
1676 name = "unicase"
1677 version = "2.6.0"
1678 source = "registry+https://github.com/rust-lang/crates.io-index"
1679 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1680 dependencies = [
1681  "version_check 0.9.2",
1682 ]
1683
1684 [[package]]
1685 name = "unicode-bidi"
1686 version = "0.3.4"
1687 source = "registry+https://github.com/rust-lang/crates.io-index"
1688 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
1689 dependencies = [
1690  "matches",
1691 ]
1692
1693 [[package]]
1694 name = "unicode-normalization"
1695 version = "0.1.17"
1696 source = "registry+https://github.com/rust-lang/crates.io-index"
1697 checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
1698 dependencies = [
1699  "tinyvec",
1700 ]
1701
1702 [[package]]
1703 name = "unicode-segmentation"
1704 version = "1.7.1"
1705 source = "registry+https://github.com/rust-lang/crates.io-index"
1706 checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
1707
1708 [[package]]
1709 name = "unicode-xid"
1710 version = "0.2.1"
1711 source = "registry+https://github.com/rust-lang/crates.io-index"
1712 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1713
1714 [[package]]
1715 name = "url"
1716 version = "2.2.1"
1717 source = "registry+https://github.com/rust-lang/crates.io-index"
1718 checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
1719 dependencies = [
1720  "form_urlencoded",
1721  "idna",
1722  "matches",
1723  "percent-encoding",
1724 ]
1725
1726 [[package]]
1727 name = "uuid"
1728 version = "0.6.5"
1729 source = "registry+https://github.com/rust-lang/crates.io-index"
1730 checksum = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
1731 dependencies = [
1732  "cfg-if 0.1.10",
1733 ]
1734
1735 [[package]]
1736 name = "v_escape"
1737 version = "0.7.4"
1738 source = "registry+https://github.com/rust-lang/crates.io-index"
1739 checksum = "660b101c07b5d0863deb9e7fb3138777e858d6d2a79f9e6049a27d1cc77c6da6"
1740 dependencies = [
1741  "v_escape_derive",
1742 ]
1743
1744 [[package]]
1745 name = "v_escape_derive"
1746 version = "0.5.6"
1747 source = "registry+https://github.com/rust-lang/crates.io-index"
1748 checksum = "c2ca2a14bc3fc5b64d188b087a7d3a927df87b152e941ccfbc66672e20c467ae"
1749 dependencies = [
1750  "nom 4.2.3",
1751  "proc-macro2",
1752  "quote",
1753  "syn",
1754 ]
1755
1756 [[package]]
1757 name = "v_htmlescape"
1758 version = "0.4.5"
1759 source = "registry+https://github.com/rust-lang/crates.io-index"
1760 checksum = "e33e939c0d8cf047514fb6ba7d5aac78bc56677a6938b2ee67000b91f2e97e41"
1761 dependencies = [
1762  "cfg-if 0.1.10",
1763  "v_escape",
1764 ]
1765
1766 [[package]]
1767 name = "valheim_web"
1768 version = "1.0.0"
1769 dependencies = [
1770  "actix-files",
1771  "actix-rt",
1772  "actix-web",
1773  "askama",
1774  "common",
1775  "futures",
1776  "itertools",
1777  "listenfd",
1778  "ron",
1779  "serde",
1780 ]
1781
1782 [[package]]
1783 name = "version_check"
1784 version = "0.1.5"
1785 source = "registry+https://github.com/rust-lang/crates.io-index"
1786 checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
1787
1788 [[package]]
1789 name = "version_check"
1790 version = "0.9.2"
1791 source = "registry+https://github.com/rust-lang/crates.io-index"
1792 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1793
1794 [[package]]
1795 name = "wasi"
1796 version = "0.9.0+wasi-snapshot-preview1"
1797 source = "registry+https://github.com/rust-lang/crates.io-index"
1798 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1799
1800 [[package]]
1801 name = "wasi"
1802 version = "0.10.0+wasi-snapshot-preview1"
1803 source = "registry+https://github.com/rust-lang/crates.io-index"
1804 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1805
1806 [[package]]
1807 name = "widestring"
1808 version = "0.4.3"
1809 source = "registry+https://github.com/rust-lang/crates.io-index"
1810 checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
1811
1812 [[package]]
1813 name = "winapi"
1814 version = "0.2.8"
1815 source = "registry+https://github.com/rust-lang/crates.io-index"
1816 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1817
1818 [[package]]
1819 name = "winapi"
1820 version = "0.3.9"
1821 source = "registry+https://github.com/rust-lang/crates.io-index"
1822 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1823 dependencies = [
1824  "winapi-i686-pc-windows-gnu",
1825  "winapi-x86_64-pc-windows-gnu",
1826 ]
1827
1828 [[package]]
1829 name = "winapi-build"
1830 version = "0.1.1"
1831 source = "registry+https://github.com/rust-lang/crates.io-index"
1832 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1833
1834 [[package]]
1835 name = "winapi-i686-pc-windows-gnu"
1836 version = "0.4.0"
1837 source = "registry+https://github.com/rust-lang/crates.io-index"
1838 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1839
1840 [[package]]
1841 name = "winapi-x86_64-pc-windows-gnu"
1842 version = "0.4.0"
1843 source = "registry+https://github.com/rust-lang/crates.io-index"
1844 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1845
1846 [[package]]
1847 name = "winreg"
1848 version = "0.6.2"
1849 source = "registry+https://github.com/rust-lang/crates.io-index"
1850 checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
1851 dependencies = [
1852  "winapi 0.3.9",
1853 ]
1854
1855 [[package]]
1856 name = "ws2_32-sys"
1857 version = "0.2.1"
1858 source = "registry+https://github.com/rust-lang/crates.io-index"
1859 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1860 dependencies = [
1861  "winapi 0.2.8",
1862  "winapi-build",
1863 ]