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