diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 236 |
1 files changed, 235 insertions, 1 deletions
@@ -18,6 +18,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" | 18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
19 | 19 | ||
20 | [[package]] | 20 | [[package]] |
21 | name = "ahash" | ||
22 | version = "0.7.6" | ||
23 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
24 | checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" | ||
25 | dependencies = [ | ||
26 | "getrandom", | ||
27 | "once_cell", | ||
28 | "version_check", | ||
29 | ] | ||
30 | |||
31 | [[package]] | ||
21 | name = "aho-corasick" | 32 | name = "aho-corasick" |
22 | version = "1.1.1" | 33 | version = "1.1.1" |
23 | source = "registry+https://github.com/rust-lang/crates.io-index" | 34 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -106,6 +117,12 @@ dependencies = [ | |||
106 | 117 | ||
107 | [[package]] | 118 | [[package]] |
108 | name = "base64" | 119 | name = "base64" |
120 | version = "0.13.1" | ||
121 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
122 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" | ||
123 | |||
124 | [[package]] | ||
125 | name = "base64" | ||
109 | version = "0.21.4" | 126 | version = "0.21.4" |
110 | source = "registry+https://github.com/rust-lang/crates.io-index" | 127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
111 | checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" | 128 | checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" |
@@ -147,6 +164,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
147 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | 164 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
148 | 165 | ||
149 | [[package]] | 166 | [[package]] |
167 | name = "config" | ||
168 | version = "0.13.3" | ||
169 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
170 | checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7" | ||
171 | dependencies = [ | ||
172 | "async-trait", | ||
173 | "json5", | ||
174 | "lazy_static", | ||
175 | "nom", | ||
176 | "pathdiff", | ||
177 | "ron", | ||
178 | "rust-ini", | ||
179 | "serde", | ||
180 | "serde_json", | ||
181 | "toml", | ||
182 | "yaml-rust", | ||
183 | ] | ||
184 | |||
185 | [[package]] | ||
150 | name = "cpufeatures" | 186 | name = "cpufeatures" |
151 | version = "0.2.9" | 187 | version = "0.2.9" |
152 | source = "registry+https://github.com/rust-lang/crates.io-index" | 188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -182,6 +218,12 @@ dependencies = [ | |||
182 | ] | 218 | ] |
183 | 219 | ||
184 | [[package]] | 220 | [[package]] |
221 | name = "dlv-list" | ||
222 | version = "0.3.0" | ||
223 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
224 | checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" | ||
225 | |||
226 | [[package]] | ||
185 | name = "fnv" | 227 | name = "fnv" |
186 | version = "1.0.7" | 228 | version = "1.0.7" |
187 | source = "registry+https://github.com/rust-lang/crates.io-index" | 229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -240,18 +282,38 @@ dependencies = [ | |||
240 | ] | 282 | ] |
241 | 283 | ||
242 | [[package]] | 284 | [[package]] |
285 | name = "getrandom" | ||
286 | version = "0.2.10" | ||
287 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
288 | checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" | ||
289 | dependencies = [ | ||
290 | "cfg-if", | ||
291 | "libc", | ||
292 | "wasi", | ||
293 | ] | ||
294 | |||
295 | [[package]] | ||
243 | name = "gimli" | 296 | name = "gimli" |
244 | version = "0.28.0" | 297 | version = "0.28.0" |
245 | source = "registry+https://github.com/rust-lang/crates.io-index" | 298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
246 | checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" | 299 | checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" |
247 | 300 | ||
248 | [[package]] | 301 | [[package]] |
302 | name = "hashbrown" | ||
303 | version = "0.12.3" | ||
304 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
305 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" | ||
306 | dependencies = [ | ||
307 | "ahash", | ||
308 | ] | ||
309 | |||
310 | [[package]] | ||
249 | name = "headers" | 311 | name = "headers" |
250 | version = "0.3.9" | 312 | version = "0.3.9" |
251 | source = "registry+https://github.com/rust-lang/crates.io-index" | 313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
252 | checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" | 314 | checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" |
253 | dependencies = [ | 315 | dependencies = [ |
254 | "base64", | 316 | "base64 0.21.4", |
255 | "bytes", | 317 | "bytes", |
256 | "headers-core", | 318 | "headers-core", |
257 | "http", | 319 | "http", |
@@ -339,6 +401,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
339 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" | 401 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
340 | 402 | ||
341 | [[package]] | 403 | [[package]] |
404 | name = "json5" | ||
405 | version = "0.4.1" | ||
406 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
407 | checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" | ||
408 | dependencies = [ | ||
409 | "pest", | ||
410 | "pest_derive", | ||
411 | "serde", | ||
412 | ] | ||
413 | |||
414 | [[package]] | ||
342 | name = "lazy_static" | 415 | name = "lazy_static" |
343 | version = "1.4.0" | 416 | version = "1.4.0" |
344 | source = "registry+https://github.com/rust-lang/crates.io-index" | 417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -351,6 +424,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
351 | checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" | 424 | checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" |
352 | 425 | ||
353 | [[package]] | 426 | [[package]] |
427 | name = "linked-hash-map" | ||
428 | version = "0.5.6" | ||
429 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
430 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" | ||
431 | |||
432 | [[package]] | ||
354 | name = "log" | 433 | name = "log" |
355 | version = "0.4.20" | 434 | version = "0.4.20" |
356 | source = "registry+https://github.com/rust-lang/crates.io-index" | 435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -384,6 +463,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
384 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" | 463 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
385 | 464 | ||
386 | [[package]] | 465 | [[package]] |
466 | name = "minimal-lexical" | ||
467 | version = "0.2.1" | ||
468 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
469 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | ||
470 | |||
471 | [[package]] | ||
387 | name = "miniz_oxide" | 472 | name = "miniz_oxide" |
388 | version = "0.7.1" | 473 | version = "0.7.1" |
389 | source = "registry+https://github.com/rust-lang/crates.io-index" | 474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -404,6 +489,16 @@ dependencies = [ | |||
404 | ] | 489 | ] |
405 | 490 | ||
406 | [[package]] | 491 | [[package]] |
492 | name = "nom" | ||
493 | version = "7.1.3" | ||
494 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
495 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" | ||
496 | dependencies = [ | ||
497 | "memchr", | ||
498 | "minimal-lexical", | ||
499 | ] | ||
500 | |||
501 | [[package]] | ||
407 | name = "nu-ansi-term" | 502 | name = "nu-ansi-term" |
408 | version = "0.46.0" | 503 | version = "0.46.0" |
409 | source = "registry+https://github.com/rust-lang/crates.io-index" | 504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -448,18 +543,79 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
448 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" | 543 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
449 | 544 | ||
450 | [[package]] | 545 | [[package]] |
546 | name = "ordered-multimap" | ||
547 | version = "0.4.3" | ||
548 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
549 | checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a" | ||
550 | dependencies = [ | ||
551 | "dlv-list", | ||
552 | "hashbrown", | ||
553 | ] | ||
554 | |||
555 | [[package]] | ||
451 | name = "overload" | 556 | name = "overload" |
452 | version = "0.1.1" | 557 | version = "0.1.1" |
453 | source = "registry+https://github.com/rust-lang/crates.io-index" | 558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
454 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" | 559 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
455 | 560 | ||
456 | [[package]] | 561 | [[package]] |
562 | name = "pathdiff" | ||
563 | version = "0.2.1" | ||
564 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
565 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" | ||
566 | |||
567 | [[package]] | ||
457 | name = "percent-encoding" | 568 | name = "percent-encoding" |
458 | version = "2.3.0" | 569 | version = "2.3.0" |
459 | source = "registry+https://github.com/rust-lang/crates.io-index" | 570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
460 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" | 571 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
461 | 572 | ||
462 | [[package]] | 573 | [[package]] |
574 | name = "pest" | ||
575 | version = "2.7.4" | ||
576 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
577 | checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4" | ||
578 | dependencies = [ | ||
579 | "memchr", | ||
580 | "thiserror", | ||
581 | "ucd-trie", | ||
582 | ] | ||
583 | |||
584 | [[package]] | ||
585 | name = "pest_derive" | ||
586 | version = "2.7.4" | ||
587 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
588 | checksum = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8" | ||
589 | dependencies = [ | ||
590 | "pest", | ||
591 | "pest_generator", | ||
592 | ] | ||
593 | |||
594 | [[package]] | ||
595 | name = "pest_generator" | ||
596 | version = "2.7.4" | ||
597 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
598 | checksum = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a" | ||
599 | dependencies = [ | ||
600 | "pest", | ||
601 | "pest_meta", | ||
602 | "proc-macro2", | ||
603 | "quote", | ||
604 | "syn", | ||
605 | ] | ||
606 | |||
607 | [[package]] | ||
608 | name = "pest_meta" | ||
609 | version = "2.7.4" | ||
610 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
611 | checksum = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d" | ||
612 | dependencies = [ | ||
613 | "once_cell", | ||
614 | "pest", | ||
615 | "sha2", | ||
616 | ] | ||
617 | |||
618 | [[package]] | ||
463 | name = "pin-project" | 619 | name = "pin-project" |
464 | version = "1.1.3" | 620 | version = "1.1.3" |
465 | source = "registry+https://github.com/rust-lang/crates.io-index" | 621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -554,6 +710,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
554 | checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" | 710 | checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
555 | 711 | ||
556 | [[package]] | 712 | [[package]] |
713 | name = "ron" | ||
714 | version = "0.7.1" | ||
715 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
716 | checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a" | ||
717 | dependencies = [ | ||
718 | "base64 0.13.1", | ||
719 | "bitflags", | ||
720 | "serde", | ||
721 | ] | ||
722 | |||
723 | [[package]] | ||
724 | name = "rust-ini" | ||
725 | version = "0.18.0" | ||
726 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
727 | checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df" | ||
728 | dependencies = [ | ||
729 | "cfg-if", | ||
730 | "ordered-multimap", | ||
731 | ] | ||
732 | |||
733 | [[package]] | ||
557 | name = "rustc-demangle" | 734 | name = "rustc-demangle" |
558 | version = "0.1.23" | 735 | version = "0.1.23" |
559 | source = "registry+https://github.com/rust-lang/crates.io-index" | 736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -636,6 +813,17 @@ dependencies = [ | |||
636 | ] | 813 | ] |
637 | 814 | ||
638 | [[package]] | 815 | [[package]] |
816 | name = "sha2" | ||
817 | version = "0.10.8" | ||
818 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
819 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" | ||
820 | dependencies = [ | ||
821 | "cfg-if", | ||
822 | "cpufeatures", | ||
823 | "digest", | ||
824 | ] | ||
825 | |||
826 | [[package]] | ||
639 | name = "sharded-slab" | 827 | name = "sharded-slab" |
640 | version = "0.1.7" | 828 | version = "0.1.7" |
641 | source = "registry+https://github.com/rust-lang/crates.io-index" | 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -688,6 +876,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
688 | checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" | 876 | checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" |
689 | 877 | ||
690 | [[package]] | 878 | [[package]] |
879 | name = "thiserror" | ||
880 | version = "1.0.49" | ||
881 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
882 | checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" | ||
883 | dependencies = [ | ||
884 | "thiserror-impl", | ||
885 | ] | ||
886 | |||
887 | [[package]] | ||
888 | name = "thiserror-impl" | ||
889 | version = "1.0.49" | ||
890 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
891 | checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" | ||
892 | dependencies = [ | ||
893 | "proc-macro2", | ||
894 | "quote", | ||
895 | "syn", | ||
896 | ] | ||
897 | |||
898 | [[package]] | ||
691 | name = "thread_local" | 899 | name = "thread_local" |
692 | version = "1.1.7" | 900 | version = "1.1.7" |
693 | source = "registry+https://github.com/rust-lang/crates.io-index" | 901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -755,6 +963,15 @@ dependencies = [ | |||
755 | ] | 963 | ] |
756 | 964 | ||
757 | [[package]] | 965 | [[package]] |
966 | name = "toml" | ||
967 | version = "0.5.11" | ||
968 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
969 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" | ||
970 | dependencies = [ | ||
971 | "serde", | ||
972 | ] | ||
973 | |||
974 | [[package]] | ||
758 | name = "tower" | 975 | name = "tower" |
759 | version = "0.4.13" | 976 | version = "0.4.13" |
760 | source = "registry+https://github.com/rust-lang/crates.io-index" | 977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -859,6 +1076,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
859 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" | 1076 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
860 | 1077 | ||
861 | [[package]] | 1078 | [[package]] |
1079 | name = "ucd-trie" | ||
1080 | version = "0.1.6" | ||
1081 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1082 | checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" | ||
1083 | |||
1084 | [[package]] | ||
862 | name = "unicode-ident" | 1085 | name = "unicode-ident" |
863 | version = "1.0.12" | 1086 | version = "1.0.12" |
864 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -896,6 +1119,8 @@ name = "webol" | |||
896 | version = "0.1.0" | 1119 | version = "0.1.0" |
897 | dependencies = [ | 1120 | dependencies = [ |
898 | "axum", | 1121 | "axum", |
1122 | "config", | ||
1123 | "once_cell", | ||
899 | "serde", | 1124 | "serde", |
900 | "serde_json", | 1125 | "serde_json", |
901 | "time", | 1126 | "time", |
@@ -991,3 +1216,12 @@ name = "windows_x86_64_msvc" | |||
991 | version = "0.48.5" | 1216 | version = "0.48.5" |
992 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
993 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | 1218 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
1219 | |||
1220 | [[package]] | ||
1221 | name = "yaml-rust" | ||
1222 | version = "0.4.5" | ||
1223 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1224 | checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" | ||
1225 | dependencies = [ | ||
1226 | "linked-hash-map", | ||
1227 | ] | ||