website/Cargo.lock

2272 lines
54 KiB
Plaintext
Raw Normal View History

2020-05-08 17:22:06 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-10-30 13:12:44 +00:00
version = 3
[[package]]
2021-10-30 13:12:44 +00:00
name = "aho-corasick"
2021-10-30 13:24:05 +00:00
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
2021-10-30 13:12:44 +00:00
"memchr",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
2021-10-30 13:12:44 +00:00
"winapi 0.3.9",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "async-stream"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "171374e7e3b2504e0e5236e3b59260560f9fe94bfe9ac39ba5e4e929c5590625"
dependencies = [
2021-10-30 13:12:44 +00:00
"async-stream-impl",
"futures-core",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "async-stream-impl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308"
dependencies = [
2021-10-30 13:12:44 +00:00
"proc-macro2",
"quote",
"syn",
]
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "async-trait"
version = "0.1.51"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"proc-macro2",
"quote",
"syn",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "atom_syndication"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d5016bf52ff4f3ed28bf3ec1fed96b53daf4b137d5e6b9f97a8cfae7b57a3a2"
dependencies = [
"chrono",
"derive_builder",
"diligent-date-parser",
"quick-xml",
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "atomic"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"
dependencies = [
"autocfg",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "autocfg"
version = "1.0.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "base-x"
version = "0.2.8"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "binascii"
version = "0.1.4"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
2020-05-08 17:22:06 +00:00
[[package]]
name = "bitflags"
2021-10-30 13:24:05 +00:00
version = "1.3.2"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-05-08 17:22:06 +00:00
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
[[package]]
name = "bstr"
2021-10-30 13:24:05 +00:00
version = "0.2.17"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2020-05-08 17:22:06 +00:00
dependencies = [
"memchr",
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "bumpalo"
version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
2020-05-08 17:22:06 +00:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byteorder"
2021-10-30 13:24:05 +00:00
version = "1.4.3"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-05-08 17:22:06 +00:00
2021-10-30 13:12:44 +00:00
[[package]]
name = "bytes"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "cc"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
2020-05-08 17:22:06 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2020-05-08 17:22:06 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-05-08 17:22:06 +00:00
[[package]]
name = "chrono"
version = "0.4.19"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-05-08 17:22:06 +00:00
dependencies = [
"libc",
2020-05-08 17:22:06 +00:00
"num-integer",
"num-traits",
2021-10-30 13:12:44 +00:00
"time 0.1.43",
"winapi 0.3.9",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "chrono-tz"
2021-10-30 13:12:44 +00:00
version = "0.6.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "64c01c1c607d25c71bbaa67c113d6c6b36c434744b4fd66691d711b5b1bc0c8b"
2020-05-08 17:22:06 +00:00
dependencies = [
"chrono",
2021-10-30 13:12:44 +00:00
"chrono-tz-build",
"phf",
]
[[package]]
name = "chrono-tz-build"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db058d493fb2f65f41861bfed7e3fe6335264a9f0f92710cab5bdf01fef09069"
dependencies = [
2020-05-08 17:22:06 +00:00
"parse-zoneinfo",
2021-10-30 13:12:44 +00:00
"phf",
"phf_codegen",
2020-05-08 17:22:06 +00:00
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "const_fn"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7"
2020-05-08 17:22:06 +00:00
[[package]]
name = "cookie"
2021-10-30 13:12:44 +00:00
version = "0.15.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "d5f1c7727e460397e56abc4bddc1d49e07a1ad78fc98eb2e1c8f032a58a2f80d"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"percent-encoding",
"time 0.2.27",
"version_check",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "crossbeam-utils"
2021-10-30 13:24:05 +00:00
version = "0.8.5"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
2020-05-08 17:22:06 +00:00
dependencies = [
"cfg-if 1.0.0",
"lazy_static",
2020-05-08 17:22:06 +00:00
]
2020-06-17 16:53:13 +00:00
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
2021-10-30 13:12:44 +00:00
"proc-macro2",
"quote",
2020-06-17 16:53:13 +00:00
"strsim",
2021-10-30 13:12:44 +00:00
"syn",
2020-06-17 16:53:13 +00:00
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core",
2021-10-30 13:12:44 +00:00
"quote",
"syn",
2020-06-17 16:53:13 +00:00
]
[[package]]
name = "derive_builder"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
dependencies = [
"darling",
"derive_builder_core",
2021-10-30 13:12:44 +00:00
"proc-macro2",
"quote",
"syn",
2020-06-17 16:53:13 +00:00
]
[[package]]
name = "derive_builder_core"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
dependencies = [
"darling",
2021-10-30 13:12:44 +00:00
"proc-macro2",
"quote",
"syn",
2020-06-17 16:53:13 +00:00
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "deunicode"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
[[package]]
name = "devise"
2021-10-30 13:12:44 +00:00
version = "0.3.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "50c7580b072f1c8476148f16e0a0d5dedddab787da98d86c5082c5e9ed8ab595"
2020-05-08 17:22:06 +00:00
dependencies = [
"devise_codegen",
"devise_core",
]
[[package]]
name = "devise_codegen"
2021-10-30 13:12:44 +00:00
version = "0.3.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "123c73e7a6e51b05c75fe1a1b2f4e241399ea5740ed810b0e3e6cacd9db5e7b2"
2020-05-08 17:22:06 +00:00
dependencies = [
"devise_core",
2021-10-30 13:12:44 +00:00
"quote",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "devise_core"
2021-10-30 13:12:44 +00:00
version = "0.3.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "841ef46f4787d9097405cac4e70fb8644fc037b526e8c14054247c0263c400d0"
2020-05-08 17:22:06 +00:00
dependencies = [
"bitflags",
2021-10-30 13:12:44 +00:00
"proc-macro2",
"proc-macro2-diagnostics",
"quote",
"syn",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array",
]
[[package]]
name = "diligent-date-parser"
2021-10-30 13:24:05 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "c2d0fd95c7c02e2d6c588c6c5628466fff9bdde4b8c6196465e087b08e792720"
dependencies = [
"chrono",
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-06-17 16:53:13 +00:00
[[package]]
name = "encoding_rs"
2021-10-30 13:24:05 +00:00
version = "0.8.29"
2020-06-17 16:53:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746"
2020-06-17 16:53:13 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-06-17 16:53:13 +00:00
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2021-10-30 13:12:44 +00:00
[[package]]
name = "figment"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "790b4292c72618abbab50f787a477014fe15634f96291de45672ce46afe122df"
dependencies = [
"atomic",
"pear",
"serde",
"toml",
"uncased",
"version_check",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "filetime"
2021-10-30 13:24:05 +00:00
version = "0.2.15"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
2020-05-08 17:22:06 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-05-08 17:22:06 +00:00
"libc",
2021-10-30 13:24:05 +00:00
"redox_syscall",
"winapi 0.3.9",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-05-08 17:22:06 +00:00
[[package]]
name = "fsevent"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
dependencies = [
"bitflags",
"fsevent-sys",
]
[[package]]
name = "fsevent-sys"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
dependencies = [
"libc",
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
2021-10-30 13:12:44 +00:00
name = "futures"
version = "0.3.17"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "futures-channel"
version = "0.3.17"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"futures-core",
"futures-sink",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "futures-core"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
[[package]]
name = "futures-executor"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
dependencies = [
2021-10-30 13:12:44 +00:00
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "futures-io"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
[[package]]
name = "futures-macro"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
dependencies = [
2021-10-30 13:12:44 +00:00
"autocfg",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "futures-sink"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "futures-task"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
[[package]]
name = "futures-util"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
dependencies = [
"autocfg",
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "generator"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee"
dependencies = [
"cc",
"libc",
"log",
"rustversion",
"winapi 0.3.9",
]
[[package]]
name = "generic-array"
2021-10-30 13:24:05 +00:00
version = "0.12.4"
2021-10-30 13:12:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2021-10-30 13:12:44 +00:00
dependencies = [
"typenum",
]
[[package]]
name = "getrandom"
2021-10-30 13:24:05 +00:00
version = "0.2.3"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
2021-10-30 13:12:44 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
2021-10-30 13:24:05 +00:00
version = "0.4.8"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
2020-05-08 17:22:06 +00:00
dependencies = [
"aho-corasick",
"bstr",
"fnv",
2021-10-30 13:12:44 +00:00
"log",
2020-05-08 17:22:06 +00:00
"regex",
]
[[package]]
name = "globwalk"
version = "0.8.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
2020-05-08 17:22:06 +00:00
dependencies = [
"bitflags",
"ignore",
"walkdir",
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "h2"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2021-10-30 13:24:05 +00:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2020-05-08 17:22:06 +00:00
[[package]]
name = "hermit-abi"
2021-10-30 13:24:05 +00:00
version = "0.1.19"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-05-08 17:22:06 +00:00
dependencies = [
"libc",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "http"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
dependencies = [
2021-10-30 13:12:44 +00:00
"bytes",
"fnv",
"itoa",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "http-body"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
dependencies = [
2021-10-30 13:12:44 +00:00
"bytes",
"http",
"pin-project-lite",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "httparse"
2021-10-30 13:12:44 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
[[package]]
name = "httpdate"
version = "1.0.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
2020-05-08 17:22:06 +00:00
[[package]]
name = "humansize"
2021-10-30 13:24:05 +00:00
version = "1.1.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
2020-05-08 17:22:06 +00:00
[[package]]
name = "hyper"
2021-10-30 13:12:44 +00:00
version = "0.14.14"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
2020-05-08 17:22:06 +00:00
"httparse",
2021-10-30 13:12:44 +00:00
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
2020-05-08 17:22:06 +00:00
]
2020-06-17 16:53:13 +00:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2020-05-08 17:22:06 +00:00
[[package]]
name = "ignore"
2021-10-30 13:24:05 +00:00
version = "0.4.18"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
2020-05-08 17:22:06 +00:00
dependencies = [
"crossbeam-utils",
"globset",
"lazy_static",
2021-10-30 13:12:44 +00:00
"log",
2020-05-08 17:22:06 +00:00
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
[[package]]
name = "indexmap"
2021-10-30 13:24:05 +00:00
version = "1.7.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2020-05-08 17:22:06 +00:00
dependencies = [
"autocfg",
"hashbrown",
2021-10-30 13:12:44 +00:00
"serde",
2020-05-08 17:22:06 +00:00
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "inlinable_string"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3094308123a0e9fd59659ce45e22de9f53fc1d2ac6e1feb9fef988e4f76cad77"
2020-05-08 17:22:06 +00:00
[[package]]
name = "inotify"
version = "0.7.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
2020-05-08 17:22:06 +00:00
dependencies = [
"bitflags",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
2021-10-30 13:24:05 +00:00
version = "0.1.5"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2020-05-08 17:22:06 +00:00
dependencies = [
"libc",
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if 1.0.0",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
[[package]]
name = "itoa"
2021-10-30 13:24:05 +00:00
version = "0.4.8"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2020-05-08 17:22:06 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-05-08 17:22:06 +00:00
[[package]]
name = "libc"
2021-10-30 13:12:44 +00:00
version = "0.2.105"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "lock_api"
version = "0.4.5"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"scopeguard",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "log"
2021-10-30 13:24:05 +00:00
version = "0.4.14"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:24:05 +00:00
"cfg-if 1.0.0",
2020-05-08 17:22:06 +00:00
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "loom"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b9df80a3804094bf49bb29881d18f6f05048db72127e84e09c26fc7c2324f5"
dependencies = [
"cfg-if 1.0.0",
"generator",
"scoped-tls",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
2021-10-30 13:12:44 +00:00
name = "matchers"
version = "0.0.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
"regex-automata",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "memchr"
2021-10-30 13:24:05 +00:00
version = "2.4.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2020-05-08 17:22:06 +00:00
[[package]]
name = "mime"
2021-10-30 13:12:44 +00:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2021-10-30 13:24:05 +00:00
[[package]]
name = "mini-internal"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac2f0e3cdd28b81bf077f464771717698e7ae3f0321c0086dd7ad241d6085ce7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "miniserde"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a116a35523bbd5b1712cefda270a03d1481263a114b6705cb1f02692651f76f"
dependencies = [
"itoa",
"mini-internal",
"ryu",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "mio"
version = "0.6.23"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2020-05-08 17:22:06 +00:00
dependencies = [
"cfg-if 0.1.10",
2020-05-08 17:22:06 +00:00
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
2021-10-30 13:12:44 +00:00
"log",
"miow 0.2.2",
2020-05-08 17:22:06 +00:00
"net2",
"slab",
"winapi 0.2.8",
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "mio"
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
dependencies = [
"libc",
"log",
"miow 0.3.7",
"ntapi",
"winapi 0.3.9",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
2021-10-30 13:12:44 +00:00
"log",
"mio 0.6.23",
2020-05-08 17:22:06 +00:00
"slab",
]
[[package]]
name = "miow"
version = "0.2.2"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2020-05-08 17:22:06 +00:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "multer"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "408327e2999b839cd1af003fc01b2019a6c10a1361769542203f6fedc5179680"
dependencies = [
"bytes",
"encoding_rs",
"futures-util",
"http",
"httparse",
"log",
"mime",
"spin",
"tokio",
"tokio-util",
"twoway",
"version_check",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "mycelial_technology"
2021-10-30 13:28:57 +00:00
version = "0.2.0"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"log",
2021-10-30 13:24:05 +00:00
"miniserde",
2020-06-17 16:53:13 +00:00
"regex",
2020-05-08 17:22:06 +00:00
"rocket",
2021-10-30 13:12:44 +00:00
"rocket_dyn_templates",
2020-06-17 16:53:13 +00:00
"rss",
2021-10-30 13:12:44 +00:00
"tera",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "net2"
version = "0.2.37"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2020-05-08 17:22:06 +00:00
dependencies = [
"cfg-if 0.1.10",
2020-05-08 17:22:06 +00:00
"libc",
"winapi 0.3.9",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "normpath"
version = "0.3.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "640c20e9df4a2d4a5adad5b47e17d76dac3e824346b181931c3ec9f7a85687b1"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"winapi 0.3.9",
]
[[package]]
name = "notify"
2021-10-30 13:24:05 +00:00
version = "4.0.17"
2021-10-30 13:12:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
2021-10-30 13:12:44 +00:00
dependencies = [
"bitflags",
2020-05-08 17:22:06 +00:00
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
2021-10-30 13:12:44 +00:00
"mio 0.6.23",
2020-05-08 17:22:06 +00:00
"mio-extras",
"walkdir",
"winapi 0.3.9",
2020-05-08 17:22:06 +00:00
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi 0.3.9",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "num-integer"
version = "0.1.44"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2020-05-08 17:22:06 +00:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.14"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-05-08 17:22:06 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "once_cell"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
2020-05-08 17:22:06 +00:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2021-10-30 13:12:44 +00:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
2021-10-30 13:24:05 +00:00
"redox_syscall",
2021-10-30 13:12:44 +00:00
"smallvec",
"winapi 0.3.9",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "parse-zoneinfo"
version = "0.3.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
2020-05-08 17:22:06 +00:00
dependencies = [
"regex",
]
[[package]]
name = "pear"
2021-10-30 13:12:44 +00:00
version = "0.2.3"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "15e44241c5e4c868e3eaa78b7c1848cadd6344ed4f54d029832d32b415a58702"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"inlinable_string",
2020-05-08 17:22:06 +00:00
"pear_codegen",
2021-10-30 13:12:44 +00:00
"yansi",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "pear_codegen"
2021-10-30 13:12:44 +00:00
version = "0.2.3"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "82a5ca643c2303ecb740d506539deba189e16f2754040a42901cd8105d0282d0"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"proc-macro2",
"proc-macro2-diagnostics",
"quote",
"syn",
2020-05-08 17:22:06 +00:00
]
[[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.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
dependencies = [
"pest",
"pest_meta",
2021-10-30 13:12:44 +00:00
"proc-macro2",
"quote",
"syn",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
"maplit",
"pest",
"sha-1",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "phf"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "b9fc3db1018c4b59d7d582a739436478b6035138b6aecbce989fc91c3e98409f"
dependencies = [
2021-10-30 13:12:44 +00:00
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
"phf_shared",
"rand",
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
"uncased",
]
[[package]]
name = "pin-project-lite"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-05-08 17:22:06 +00:00
[[package]]
name = "ppv-lite86"
2021-10-30 13:24:05 +00:00
version = "0.2.15"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
2020-05-08 17:22:06 +00:00
2021-10-30 13:12:44 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro-nested"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2020-05-08 17:22:06 +00:00
[[package]]
name = "proc-macro2"
2021-10-30 13:12:44 +00:00
version = "1.0.32"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"unicode-xid",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "proc-macro2-diagnostics"
version = "0.9.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "4bf29726d67464d49fa6224a1d07936a8c08bb3fba727c7493f6cf1616fdaada"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"proc-macro2",
"quote",
"syn",
"version_check",
"yansi",
2020-05-08 17:22:06 +00:00
]
2020-06-17 16:53:13 +00:00
[[package]]
name = "quick-xml"
version = "0.20.0"
2020-06-17 16:53:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
2020-06-17 16:53:13 +00:00
dependencies = [
"encoding_rs",
"memchr",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "quote"
2021-10-30 13:24:05 +00:00
version = "1.0.10"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"proc-macro2",
]
[[package]]
name = "rand"
2021-10-30 13:24:05 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
"libc",
2021-10-30 13:12:44 +00:00
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
2021-10-30 13:24:05 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2021-10-30 13:12:44 +00:00
"rand_core",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "rand_core"
2021-10-30 13:24:05 +00:00
version = "0.6.3"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"getrandom",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "rand_hc"
2021-10-30 13:24:05 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
dependencies = [
2021-10-30 13:12:44 +00:00
"rand_core",
2020-05-08 17:22:06 +00:00
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "redox_syscall"
version = "0.2.10"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"bitflags",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "ref-cast"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"
dependencies = [
2021-10-30 13:12:44 +00:00
"ref-cast-impl",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "ref-cast-impl"
version = "1.0.6"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "regex"
2021-10-30 13:24:05 +00:00
version = "1.5.4"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2020-05-08 17:22:06 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "regex-syntax"
2021-10-30 13:24:05 +00:00
version = "0.6.25"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2020-05-08 17:22:06 +00:00
2021-10-30 13:12:44 +00:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi 0.3.9",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "rocket"
2021-10-30 13:12:44 +00:00
version = "0.5.0-rc.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "0a71c18c42a0eb15bf3816831caf0dad11e7966f2a41aaf486a701979c4dd1f2"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"async-stream",
"async-trait",
"atomic",
2020-05-08 17:22:06 +00:00
"atty",
2021-10-30 13:12:44 +00:00
"binascii",
"bytes",
"either",
"figment",
"futures",
"indexmap",
"log",
2020-05-08 17:22:06 +00:00
"memchr",
2021-10-30 13:12:44 +00:00
"multer",
2020-05-08 17:22:06 +00:00
"num_cpus",
2021-10-30 13:12:44 +00:00
"parking_lot",
"pin-project-lite",
"rand",
"ref-cast",
2020-05-08 17:22:06 +00:00
"rocket_codegen",
"rocket_http",
2021-10-30 13:12:44 +00:00
"serde",
2020-05-08 17:22:06 +00:00
"state",
2021-10-30 13:12:44 +00:00
"tempfile",
"time 0.2.27",
"tokio",
"tokio-stream",
"tokio-util",
"ubyte",
"version_check",
"yansi",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "rocket_codegen"
2021-10-30 13:12:44 +00:00
version = "0.5.0-rc.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "66f5fa462f7eb958bba8710c17c5d774bbbd59809fa76fb1957af7e545aea8bb"
2020-05-08 17:22:06 +00:00
dependencies = [
"devise",
2021-10-30 13:12:44 +00:00
"glob",
2020-05-08 17:22:06 +00:00
"indexmap",
2021-10-30 13:12:44 +00:00
"proc-macro2",
"quote",
2020-05-08 17:22:06 +00:00
"rocket_http",
2021-10-30 13:12:44 +00:00
"syn",
"unicode-xid",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "rocket_dyn_templates"
version = "0.1.0-rc.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "c83f1287ad8fa034410928297a91db37518d5c46d7cc7e1e1b4a77aec0cd8807"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"glob",
"normpath",
2020-05-08 17:22:06 +00:00
"notify",
"rocket",
"serde",
"serde_json",
2021-10-30 13:12:44 +00:00
"tera",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "rocket_http"
2021-10-30 13:12:44 +00:00
version = "0.5.0-rc.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "23c8b7d512d2fcac2316ebe590cde67573844b99e6cc9ee0f53375fa16e25ebd"
2020-05-08 17:22:06 +00:00
dependencies = [
"cookie",
2021-10-30 13:12:44 +00:00
"either",
"http",
2020-05-08 17:22:06 +00:00
"hyper",
"indexmap",
2021-10-30 13:12:44 +00:00
"log",
"memchr",
"mime",
"parking_lot",
2020-05-08 17:22:06 +00:00
"pear",
2021-10-30 13:12:44 +00:00
"percent-encoding",
"pin-project-lite",
"ref-cast",
"serde",
2020-05-08 17:22:06 +00:00
"smallvec",
2021-10-30 13:12:44 +00:00
"stable-pattern",
2020-05-08 17:22:06 +00:00
"state",
2021-10-30 13:12:44 +00:00
"time 0.2.27",
"tokio",
"uncased",
2020-05-08 17:22:06 +00:00
]
2020-06-17 16:53:13 +00:00
[[package]]
name = "rss"
version = "1.10.0"
2020-06-17 16:53:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e70d6ae72f8a4333af8ce9dce58942020528430eb0d46ee2fcb5e8d4d16377"
2020-06-17 16:53:13 +00:00
dependencies = [
"atom_syndication",
2020-06-17 16:53:13 +00:00
"derive_builder",
"quick-xml",
]
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "rustc_version"
version = "0.2.3"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver",
]
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "rustversion"
version = "1.0.5"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "ryu"
version = "1.0.5"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2020-05-08 17:22:06 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2020-05-08 17:22:06 +00:00
[[package]]
name = "serde"
2021-10-30 13:24:05 +00:00
version = "1.0.130"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
2021-10-30 13:12:44 +00:00
dependencies = [
"serde_derive",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "serde_derive"
2021-10-30 13:24:05 +00:00
version = "1.0.130"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"proc-macro2",
"quote",
"syn",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "serde_json"
2021-10-30 13:24:05 +00:00
version = "1.0.68"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
2020-05-08 17:22:06 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
2021-10-30 13:12:44 +00:00
"lazy_static",
]
2021-10-30 13:12:44 +00:00
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
[[package]]
name = "siphasher"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "533494a8f9b724d33625ab53c6c4800f7cc445895924a8ef649222dcb76e938b"
2020-05-08 17:22:06 +00:00
[[package]]
name = "slab"
2021-10-30 13:24:05 +00:00
version = "0.4.5"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2020-05-08 17:22:06 +00:00
[[package]]
name = "slug"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
dependencies = [
"deunicode",
]
[[package]]
name = "smallvec"
2021-10-30 13:24:05 +00:00
version = "1.7.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "socket2"
version = "0.4.2"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
dependencies = [
"libc",
"winapi 0.3.9",
]
2020-05-08 17:22:06 +00:00
2020-06-17 16:53:13 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "spin"
version = "0.9.2"
2020-06-17 16:53:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5"
2020-06-17 16:53:13 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "stable-pattern"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
dependencies = [
"memchr",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "standback"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
dependencies = [
"version_check",
]
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "state"
version = "0.5.2"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "87cf4f5369e6d3044b5e365c9690f451516ac8f0954084622b49ea3fde2f6de5"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"loom",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "stdweb"
version = "0.4.20"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"discard",
"rustc_version",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "stdweb-derive"
version = "0.5.3"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2",
"quote",
2020-05-08 17:22:06 +00:00
"serde",
2021-10-30 13:12:44 +00:00
"serde_derive",
2020-05-08 17:22:06 +00:00
"serde_json",
2021-10-30 13:12:44 +00:00
"sha1",
"syn",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]]
name = "syn"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "tempfile"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
"cfg-if 1.0.0",
"libc",
"rand",
2021-10-30 13:24:05 +00:00
"redox_syscall",
2021-10-30 13:12:44 +00:00
"remove_dir_all",
"winapi 0.3.9",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "tera"
2021-10-30 13:12:44 +00:00
version = "1.13.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "ed0c0eee8fbbbaab449287574b292f21ca53224b92a07b4a23266b77376f0ce7"
2020-05-08 17:22:06 +00:00
dependencies = [
"chrono",
"chrono-tz",
"globwalk",
"humansize",
"lazy_static",
2021-10-30 13:12:44 +00:00
"percent-encoding",
2020-05-08 17:22:06 +00:00
"pest",
"pest_derive",
2021-10-30 13:12:44 +00:00
"rand",
2020-05-08 17:22:06 +00:00
"regex",
"serde",
"serde_json",
"slug",
2021-10-30 13:12:44 +00:00
"unic-segment",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "thread_local"
2021-10-30 13:24:05 +00:00
version = "1.1.3"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:24:05 +00:00
"once_cell",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "time"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
dependencies = [
"libc",
"winapi 0.3.9",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "time"
version = "0.2.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
dependencies = [
2021-10-30 13:12:44 +00:00
"const_fn",
"libc",
"standback",
"stdweb",
"time-macros",
"version_check",
"winapi 0.3.9",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "time-macros"
version = "0.1.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"proc-macro-hack",
"time-macros-impl",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "time-macros-impl"
2020-05-08 17:22:06 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"standback",
"syn",
]
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "tokio"
version = "1.13.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee"
dependencies = [
"autocfg",
"bytes",
"libc",
"memchr",
"mio 0.7.14",
"num_cpus",
"once_cell",
"pin-project-lite",
"signal-hook-registry",
"tokio-macros",
"winapi 0.3.9",
]
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "tokio-macros"
version = "1.5.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "114383b041aa6212c579467afa0075fbbdd0718de036100bc0ba7961d8cb9095"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "tokio-stream"
version = "0.1.8"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"futures-core",
"pin-project-lite",
"tokio",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "tokio-util"
version = "0.6.9"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "toml"
version = "0.5.8"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "tower-service"
version = "0.3.1"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "tracing"
version = "0.1.29"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
dependencies = [
"cfg-if 1.0.0",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "tracing-attributes"
version = "0.1.18"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "tracing-core"
version = "0.1.21"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"lazy_static",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "tracing-log"
version = "0.1.2"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"lazy_static",
"log",
"tracing-core",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "tracing-serde"
version = "0.1.2"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"serde",
"tracing-core",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "tracing-subscriber"
version = "0.2.25"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"ansi_term",
"chrono",
"lazy_static",
"matchers",
"regex",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
"tracing-serde",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "try-lock"
version = "0.2.3"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "twoway"
version = "0.2.2"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"memchr",
"unchecked-index",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "typenum"
2021-10-30 13:24:05 +00:00
version = "1.14.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
2021-10-30 13:12:44 +00:00
[[package]]
name = "ubyte"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42756bb9e708855de2f8a98195643dff31a97f0485d90d8467b39dc24be9e8fe"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"serde",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "uncased"
version = "0.9.6"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "5baeed7327e25054889b9bd4f975f32e5f4c5d434042d59ab6cd4142c0a76ed0"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"serde",
"version_check",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "unchecked-index"
version = "0.2.2"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
[[package]]
name = "unic-char-property"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"unic-char-range",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "unic-char-range"
version = "0.9.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "unic-common"
version = "0.9.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "unic-segment"
version = "0.9.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
dependencies = [
2021-10-30 13:12:44 +00:00
"unic-ucd-segment",
]
2020-05-08 17:22:06 +00:00
[[package]]
2021-10-30 13:12:44 +00:00
name = "unic-ucd-segment"
version = "0.9.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
2020-05-08 17:22:06 +00:00
dependencies = [
2021-10-30 13:12:44 +00:00
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
2020-05-08 17:22:06 +00:00
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "unic-ucd-version"
version = "0.9.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
dependencies = [
"unic-common",
]
[[package]]
name = "unicode-xid"
2021-10-30 13:24:05 +00:00
version = "0.2.2"
2021-10-30 13:12:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2020-05-08 17:22:06 +00:00
[[package]]
name = "version_check"
2021-10-30 13:24:05 +00:00
version = "0.9.3"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2020-05-08 17:22:06 +00:00
[[package]]
name = "walkdir"
2021-10-30 13:24:05 +00:00
version = "2.3.2"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2020-05-08 17:22:06 +00:00
dependencies = [
"same-file",
"winapi 0.3.9",
2020-05-08 17:22:06 +00:00
"winapi-util",
]
[[package]]
2021-10-30 13:12:44 +00:00
name = "want"
version = "0.3.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:12:44 +00:00
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2020-05-08 17:22:06 +00:00
[[package]]
name = "wasi"
2021-10-30 13:24:05 +00:00
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-30 13:24:05 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2021-10-30 13:12:44 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
2020-05-08 17:22:06 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
version = "0.3.9"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-05-08 17:22:06 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi 0.3.9",
2020-05-08 17:22:06 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "yansi"
version = "0.5.0"
2020-05-08 17:22:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"