|
|
@ -10,7 +10,16 @@ checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" |
|
|
|
dependencies = [ |
|
|
|
"getrandom", |
|
|
|
"once_cell", |
|
|
|
"version_check 0.9.4", |
|
|
|
"version_check", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "aho-corasick" |
|
|
|
version = "0.7.19" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -28,50 +37,6 @@ version = "1.0.58" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "askama" |
|
|
|
version = "0.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3dc2a4b6d7f812d2b13d251ae792caecebd635d6401761162d4b71d5ebe1a010" |
|
|
|
dependencies = [ |
|
|
|
"askama_derive", |
|
|
|
"askama_escape", |
|
|
|
"askama_shared", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "askama_derive" |
|
|
|
version = "0.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "23ee2fff0f22ad5d215cace1227cd036c28e81e26206763bb837b6d0e766c87d" |
|
|
|
dependencies = [ |
|
|
|
"askama_shared", |
|
|
|
"nom 4.2.3", |
|
|
|
"proc-macro2 0.4.30", |
|
|
|
"quote 0.6.13", |
|
|
|
"syn 0.15.44", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "askama_escape" |
|
|
|
version = "0.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b0de942230b5beedaa9e1d64df5b76fa1c97002e4c7982897be899cccf40621d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "askama_shared" |
|
|
|
version = "0.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a6dfa6b6d254fd066a8bbed9a8f913123e3f701db89216ad4f0aff04ad87718c" |
|
|
|
dependencies = [ |
|
|
|
"askama_escape", |
|
|
|
"humansize", |
|
|
|
"num-traits", |
|
|
|
"serde", |
|
|
|
"serde_derive", |
|
|
|
"toml 0.4.10", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "async-channel" |
|
|
|
version = "1.6.1" |
|
|
@ -180,9 +145,9 @@ version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"syn 1.0.98", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -267,6 +232,15 @@ dependencies = [ |
|
|
|
"once_cell", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bstr" |
|
|
|
version = "0.2.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "buf_redux" |
|
|
|
version = "0.8.4" |
|
|
@ -339,6 +313,28 @@ dependencies = [ |
|
|
|
"winapi 0.3.9", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "chrono-tz" |
|
|
|
version = "0.6.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "29c39203181991a7dd4343b8005bd804e7a9a37afb8ac070e43771e8c820bbde" |
|
|
|
dependencies = [ |
|
|
|
"chrono", |
|
|
|
"chrono-tz-build", |
|
|
|
"phf", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "chrono-tz-build" |
|
|
|
version = "0.0.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6f509c3a87b33437b05e2458750a0700e5bdd6956176773e6c7d6dd15a283a0c" |
|
|
|
dependencies = [ |
|
|
|
"parse-zoneinfo", |
|
|
|
"phf", |
|
|
|
"phf_codegen", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "clap" |
|
|
|
version = "2.34.0" |
|
|
@ -388,6 +384,15 @@ dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-utils" |
|
|
|
version = "0.8.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "422f23e724af1240ec469ea1e834d87a4b59ce2efe2c6a96256b0c47e2fd86aa" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 1.0.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crypto-common" |
|
|
|
version = "0.1.6" |
|
|
@ -404,6 +409,12 @@ version = "2.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "deunicode" |
|
|
|
version = "0.4.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "digest" |
|
|
|
version = "0.9.0" |
|
|
@ -519,7 +530,7 @@ version = "0.12.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" |
|
|
|
dependencies = [ |
|
|
|
"version_check 0.9.4", |
|
|
|
"version_check", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -696,9 +707,9 @@ version = "0.3.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"syn 1.0.98", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -738,7 +749,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" |
|
|
|
dependencies = [ |
|
|
|
"typenum", |
|
|
|
"version_check 0.9.4", |
|
|
|
"version_check", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -752,6 +763,30 @@ dependencies = [ |
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "globset" |
|
|
|
version = "0.4.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" |
|
|
|
dependencies = [ |
|
|
|
"aho-corasick", |
|
|
|
"bstr", |
|
|
|
"fnv", |
|
|
|
"log", |
|
|
|
"regex", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "globwalk" |
|
|
|
version = "0.8.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"ignore", |
|
|
|
"walkdir", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "h2" |
|
|
|
version = "0.3.13" |
|
|
@ -910,6 +945,24 @@ dependencies = [ |
|
|
|
"unicode-normalization", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ignore" |
|
|
|
version = "0.4.18" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-utils", |
|
|
|
"globset", |
|
|
|
"lazy_static", |
|
|
|
"log", |
|
|
|
"memchr", |
|
|
|
"regex", |
|
|
|
"same-file", |
|
|
|
"thread_local", |
|
|
|
"walkdir", |
|
|
|
"winapi-util", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "indexmap" |
|
|
|
version = "1.9.1" |
|
|
@ -1051,7 +1104,7 @@ dependencies = [ |
|
|
|
"base64", |
|
|
|
"either", |
|
|
|
"log", |
|
|
|
"nom 7.1.1", |
|
|
|
"nom", |
|
|
|
"ternop", |
|
|
|
] |
|
|
|
|
|
|
@ -1085,7 +1138,7 @@ dependencies = [ |
|
|
|
"serde_json", |
|
|
|
"stderrlog", |
|
|
|
"tempfile", |
|
|
|
"toml 0.5.9", |
|
|
|
"toml", |
|
|
|
"xdg", |
|
|
|
] |
|
|
|
|
|
|
@ -1131,7 +1184,7 @@ dependencies = [ |
|
|
|
"libloading", |
|
|
|
"native-tls", |
|
|
|
"nix", |
|
|
|
"nom 7.1.1", |
|
|
|
"nom", |
|
|
|
"notify", |
|
|
|
"serde", |
|
|
|
"serde_derive", |
|
|
@ -1239,9 +1292,10 @@ dependencies = [ |
|
|
|
name = "mpot-archives" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"askama", |
|
|
|
"lazy_static", |
|
|
|
"mailpot", |
|
|
|
"percent-encoding", |
|
|
|
"tera", |
|
|
|
"tokio", |
|
|
|
"warp", |
|
|
|
] |
|
|
@ -1305,16 +1359,6 @@ dependencies = [ |
|
|
|
"memoffset", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "nom" |
|
|
|
version = "4.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
"version_check 0.1.5", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "nom" |
|
|
|
version = "7.1.1" |
|
|
@ -1405,9 +1449,9 @@ version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"syn 1.0.98", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1458,12 +1502,104 @@ dependencies = [ |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "parse-zoneinfo" |
|
|
|
version = "0.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41" |
|
|
|
dependencies = [ |
|
|
|
"regex", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "percent-encoding" |
|
|
|
version = "2.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pest" |
|
|
|
version = "2.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a" |
|
|
|
dependencies = [ |
|
|
|
"thiserror", |
|
|
|
"ucd-trie", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pest_derive" |
|
|
|
version = "2.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2" |
|
|
|
dependencies = [ |
|
|
|
"pest", |
|
|
|
"pest_generator", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pest_generator" |
|
|
|
version = "2.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db" |
|
|
|
dependencies = [ |
|
|
|
"pest", |
|
|
|
"pest_meta", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pest_meta" |
|
|
|
version = "2.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d" |
|
|
|
dependencies = [ |
|
|
|
"once_cell", |
|
|
|
"pest", |
|
|
|
"sha1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "phf" |
|
|
|
version = "0.11.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" |
|
|
|
dependencies = [ |
|
|
|
"phf_shared", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "phf_codegen" |
|
|
|
version = "0.11.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" |
|
|
|
dependencies = [ |
|
|
|
"phf_generator", |
|
|
|
"phf_shared", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "phf_generator" |
|
|
|
version = "0.11.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" |
|
|
|
dependencies = [ |
|
|
|
"phf_shared", |
|
|
|
"rand", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "phf_shared" |
|
|
|
version = "0.11.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" |
|
|
|
dependencies = [ |
|
|
|
"siphasher", |
|
|
|
"uncased", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-project" |
|
|
|
version = "1.0.11" |
|
|
@ -1479,9 +1615,9 @@ version = "1.0.11" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"syn 1.0.98", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1528,10 +1664,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-error-attr", |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"syn 1.0.98", |
|
|
|
"version_check 0.9.4", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"version_check", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1540,18 +1676,9 @@ version = "1.0.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"version_check 0.9.4", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "0.4.30" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
|
|
|
dependencies = [ |
|
|
|
"unicode-xid", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"version_check", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1569,22 +1696,13 @@ version = "1.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "0.6.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.4.30", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "1.0.20" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"proc-macro2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1637,6 +1755,23 @@ dependencies = [ |
|
|
|
"thiserror", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "regex" |
|
|
|
version = "1.7.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" |
|
|
|
dependencies = [ |
|
|
|
"aho-corasick", |
|
|
|
"memchr", |
|
|
|
"regex-syntax", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "regex-syntax" |
|
|
|
version = "0.6.28" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "remove_dir_all" |
|
|
|
version = "0.5.3" |
|
|
@ -1794,9 +1929,9 @@ version = "1.0.139" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"syn 1.0.98", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1846,6 +1981,17 @@ dependencies = [ |
|
|
|
"digest 0.10.3", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sha1" |
|
|
|
version = "0.10.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "006769ba83e921b3085caa8334186b00cf92b4cb1a6cf4632fbccc8eff5c7549" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"cpufeatures", |
|
|
|
"digest 0.10.3", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sha1_smol" |
|
|
|
version = "1.0.0" |
|
|
@ -1871,12 +2017,27 @@ dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "siphasher" |
|
|
|
version = "0.3.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "slab" |
|
|
|
version = "0.4.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "slug" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
|
|
|
dependencies = [ |
|
|
|
"deunicode", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "smallvec" |
|
|
|
version = "1.9.0" |
|
|
@ -1957,20 +2118,9 @@ source = "git+https://github.com/epilys/structopt-derive-manpage#2861b6318cfe9fc |
|
|
|
dependencies = [ |
|
|
|
"heck", |
|
|
|
"proc-macro-error", |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"syn 1.0.98", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "0.15.44" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.4.30", |
|
|
|
"quote 0.6.13", |
|
|
|
"unicode-xid", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1979,8 +2129,8 @@ version = "1.0.98" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"unicode-ident", |
|
|
|
] |
|
|
|
|
|
|
@ -1998,6 +2148,28 @@ dependencies = [ |
|
|
|
"winapi 0.3.9", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tera" |
|
|
|
version = "1.16.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7c9783d6ff395ae80cf17ed9a25360e7ba37742a79fa8fddabb073c5c7c8856d" |
|
|
|
dependencies = [ |
|
|
|
"chrono", |
|
|
|
"chrono-tz", |
|
|
|
"globwalk", |
|
|
|
"humansize", |
|
|
|
"lazy_static", |
|
|
|
"percent-encoding", |
|
|
|
"pest", |
|
|
|
"pest_derive", |
|
|
|
"rand", |
|
|
|
"regex", |
|
|
|
"serde", |
|
|
|
"serde_json", |
|
|
|
"slug", |
|
|
|
"unic-segment", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "termcolor" |
|
|
|
version = "1.1.3" |
|
|
@ -2037,9 +2209,9 @@ version = "1.0.31" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"syn 1.0.98", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -2104,9 +2276,9 @@ version = "1.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"syn 1.0.98", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -2161,15 +2333,6 @@ dependencies = [ |
|
|
|
"tracing", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "toml" |
|
|
|
version = "0.4.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
|
|
|
dependencies = [ |
|
|
|
"serde", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "toml" |
|
|
|
version = "0.5.9" |
|
|
@ -2246,13 +2409,78 @@ version = "1.15.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ucd-trie" |
|
|
|
version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "uncased" |
|
|
|
version = "0.9.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622" |
|
|
|
dependencies = [ |
|
|
|
"version_check", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unic-char-property" |
|
|
|
version = "0.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
|
|
|
dependencies = [ |
|
|
|
"unic-char-range", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unic-char-range" |
|
|
|
version = "0.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unic-common" |
|
|
|
version = "0.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unic-segment" |
|
|
|
version = "0.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23" |
|
|
|
dependencies = [ |
|
|
|
"unic-ucd-segment", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unic-ucd-segment" |
|
|
|
version = "0.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700" |
|
|
|
dependencies = [ |
|
|
|
"unic-char-property", |
|
|
|
"unic-char-range", |
|
|
|
"unic-ucd-version", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unic-ucd-version" |
|
|
|
version = "0.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
|
|
|
dependencies = [ |
|
|
|
"unic-common", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicase" |
|
|
|
version = "2.6.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
|
|
|
dependencies = [ |
|
|
|
"version_check 0.9.4", |
|
|
|
"version_check", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -2288,12 +2516,6 @@ version = "0.1.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-xid" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "untrusted" |
|
|
|
version = "0.7.1" |
|
|
@ -2341,12 +2563,6 @@ version = "0.8.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "version_check" |
|
|
|
version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "version_check" |
|
|
|
version = "0.9.4" |
|
|
@ -2441,9 +2657,9 @@ dependencies = [ |
|
|
|
"bumpalo", |
|
|
|
"lazy_static", |
|
|
|
"log", |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"syn 1.0.98", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"wasm-bindgen-shared", |
|
|
|
] |
|
|
|
|
|
|
@ -2453,7 +2669,7 @@ version = "0.2.81" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa" |
|
|
|
dependencies = [ |
|
|
|
"quote 1.0.20", |
|
|
|
"quote", |
|
|
|
"wasm-bindgen-macro-support", |
|
|
|
] |
|
|
|
|
|
|
@ -2463,9 +2679,9 @@ version = "0.2.81" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.40", |
|
|
|
"quote 1.0.20", |
|
|
|
"syn 1.0.98", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"wasm-bindgen-backend", |
|
|
|
"wasm-bindgen-shared", |
|
|
|
] |
|
|
|