2020-02-16 15:33:09 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-09-12 14:23:07 -06:00
|
|
|
version = 3
|
2020-09-17 20:21:17 -05:00
|
|
|
|
2022-12-26 17:17:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.13"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"memchr",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.4"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"alloc-no-stdlib",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"libc",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "async-compression"
|
|
|
|
version = "0.3.15"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"brotli",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.60"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "1.1.0"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-09-17 20:21:17 -05:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "axum"
|
|
|
|
version = "0.6.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "08b108ad2665fa3f6e6a517c3d80ec3e77d224c47d605167aefaa5d7ef97fa48"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"itoa 1.0.5",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-http",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "axum-core"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79b8558f5a0581152dc94dcd289132a1d377494bdeafcd41869b3258e3e2ad92"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
|
|
|
"rustversion",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-extra"
|
|
|
|
version = "0.4.2"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
|
|
|
|
dependencies = [
|
|
|
|
"axum",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-http",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
2020-09-17 20:21:17 -05:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "1.3.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.10.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "2.3.2"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "bstr"
|
|
|
|
version = "0.2.15"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"memchr",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
|
|
|
|
|
|
|
[[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.70"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.4.23"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"iana-time-zone",
|
2020-09-17 20:21:17 -05:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2022-12-26 17:17:40 -06:00
|
|
|
"winapi",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.6.3"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "29c39203181991a7dd4343b8005bd804e7a9a37afb8ac070e43771e8c820bbde"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2022-12-26 17:17:40 -06:00
|
|
|
"chrono-tz-build",
|
|
|
|
"phf",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "chrono-tz-build"
|
|
|
|
version = "0.0.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "6f509c3a87b33437b05e2458750a0700e5bdd6956176773e6c7d6dd15a283a0c"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"parse-zoneinfo",
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"libc",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"cfg-if 1.0.0",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"generic-array",
|
2022-12-26 17:17:40 -06:00
|
|
|
"typenum",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "cxx"
|
|
|
|
version = "1.0.68"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "7e599641dff337570f6aa9c304ecca92341d30bf72e1c50287869ed6a36615a6"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "cxx-build"
|
|
|
|
version = "1.0.62"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "8b49af8e551e84f85d6def97c42b8d93bc5bb0817cce96b56a472b1b19b5bfc2"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"lazy_static",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "cxxbridge-flags"
|
|
|
|
version = "1.0.68"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "3894ad0c6d517cb5a4ce8ec20b37cd0ea31b480fe582a104c5db67ae21270853"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "cxxbridge-macro"
|
|
|
|
version = "1.0.68"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "34fa7e395dc1c001083c7eed28c8f0f0b5a225610f3b6284675f444af6fab86b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-09-12 14:23:07 -06:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "deunicode"
|
|
|
|
version = "0.4.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "digest"
|
|
|
|
version = "0.10.6"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.25"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.17"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"futures-core",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.3.25"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
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-core",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.14.6"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2022-12-26 17:17:40 -06:00
|
|
|
"version_check",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2022-12-26 17:17:40 -06:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-09-17 20:21:17 -05:00
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "http"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.2.8"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-12-26 17:17:40 -06:00
|
|
|
"itoa 1.0.5",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "http-body"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.4.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2022-12-26 17:17:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "1.8.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humansize"
|
2021-09-12 14:23:07 -06:00
|
|
|
version = "1.1.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.14.23"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2020-09-17 20:21:17 -05:00
|
|
|
"httparse",
|
2021-09-12 14:23:07 -06:00
|
|
|
"httpdate",
|
2022-12-26 17:17:40 -06:00
|
|
|
"itoa 1.0.5",
|
2021-09-12 14:23:07 -06:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "iana-time-zone"
|
|
|
|
version = "0.1.53"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
|
|
|
version = "0.4.18"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"crossbeam-utils",
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.6"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.5"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.58"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"wasm-bindgen",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsite"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"axum",
|
|
|
|
"axum-extra",
|
2020-09-17 20:21:17 -05:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-12-26 17:17:40 -06:00
|
|
|
"tera",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-http",
|
|
|
|
"tower-layer",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "libc"
|
|
|
|
version = "0.2.139"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.8"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "lock_api"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.4.9"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"autocfg",
|
2021-09-12 14:23:07 -06:00
|
|
|
"scopeguard",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-09-17 20:21:17 -05:00
|
|
|
version = "0.4.11"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"cfg-if 0.1.10",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "matches"
|
|
|
|
version = "0.1.9"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "matchit"
|
|
|
|
version = "0.7.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "2.5.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2021-09-12 14:23:07 -06:00
|
|
|
version = "0.3.16"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.4"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"mime",
|
2022-12-26 17:17:40 -06:00
|
|
|
"unicase",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.6.2"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"adler",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "mio"
|
|
|
|
version = "0.8.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"libc",
|
2022-12-26 17:17:40 -06:00
|
|
|
"log",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"windows-sys",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2021-09-12 14:23:07 -06:00
|
|
|
version = "0.1.44"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2021-09-12 14:23:07 -06:00
|
|
|
version = "0.2.14"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"autocfg",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-09-17 20:21:17 -05:00
|
|
|
version = "1.13.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "once_cell"
|
|
|
|
version = "1.8.0"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2020-09-17 20:21:17 -05:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "parking_lot"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.12.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "parking_lot_core"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.9.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2022-12-26 17:17:40 -06:00
|
|
|
"windows-sys",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "2.5.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"thiserror",
|
2020-09-17 20:21:17 -05:00
|
|
|
"ucd-trie",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "2.5.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "2.5.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
2021-09-12 14:23:07 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "2.5.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"once_cell",
|
2020-09-17 20:21:17 -05:00
|
|
|
"pest",
|
2022-12-26 17:17:40 -06:00
|
|
|
"sha1",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "phf"
|
|
|
|
version = "0.11.1"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.11.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.11.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.11.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"siphasher",
|
|
|
|
"uncased",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "pin-project"
|
|
|
|
version = "1.0.12"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"pin-project-internal",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.0.12"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.7"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-09-17 20:21:17 -05:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.9"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.49"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"unicode-ident",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "quote"
|
|
|
|
version = "1.0.7"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "rand"
|
|
|
|
version = "0.8.4"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"getrandom",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"rand_core",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.10"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"bitflags",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "regex"
|
|
|
|
version = "1.3.9"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"aho-corasick",
|
2021-09-12 14:23:07 -06:00
|
|
|
"memchr",
|
2022-12-26 17:17:40 -06:00
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.18"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "rustversion"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "1.0.11"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"winapi-util",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "scratch"
|
|
|
|
version = "1.0.3"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2020-09-17 20:21:17 -05:00
|
|
|
version = "1.0.116"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2020-09-17 20:21:17 -05:00
|
|
|
version = "1.0.116"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2020-09-17 20:21:17 -05:00
|
|
|
version = "1.0.57"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"itoa 0.4.6",
|
2020-09-17 20:21:17 -05:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "serde_path_to_error"
|
|
|
|
version = "0.1.9"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "26b04f22b563c91331a10074bda3dd5492e3cc39d56bd557e91c0af42b6c7341"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa 1.0.5",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "sha1"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.10.5"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
2021-09-12 14:23:07 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"libc",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.10"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slug"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"deunicode",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-09-12 14:23:07 -06:00
|
|
|
version = "1.6.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "socket2"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.4.7"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-12-26 17:17:40 -06:00
|
|
|
"winapi",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "1.0.107"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-12-26 17:17:40 -06:00
|
|
|
"unicode-ident",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.1"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tera"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "1.17.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "3df578c295f9ec044ff1c829daf31bb7581d5b3c2a7a3d87419afe1f2531438c"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"chrono",
|
2021-09-12 14:23:07 -06:00
|
|
|
"chrono-tz",
|
|
|
|
"globwalk",
|
2020-09-17 20:21:17 -05:00
|
|
|
"humansize",
|
|
|
|
"lazy_static",
|
2021-09-12 14:23:07 -06:00
|
|
|
"percent-encoding",
|
2020-09-17 20:21:17 -05:00
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
2021-09-12 14:23:07 -06:00
|
|
|
"rand",
|
2020-09-17 20:21:17 -05:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"slug",
|
|
|
|
"unic-segment",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"winapi-util",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.38"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"thiserror-impl",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.38"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
2020-09-17 20:21:17 -05:00
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "thread_local"
|
|
|
|
version = "1.0.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"lazy_static",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "tokio"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "1.23.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-12-26 17:17:40 -06:00
|
|
|
"mio",
|
2021-09-12 14:23:07 -06:00
|
|
|
"num_cpus",
|
2022-12-26 17:17:40 -06:00
|
|
|
"parking_lot",
|
2021-09-12 14:23:07 -06:00
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2022-12-26 17:17:40 -06:00
|
|
|
"socket2",
|
2021-09-12 14:23:07 -06:00
|
|
|
"tokio-macros",
|
2022-12-26 17:17:40 -06:00
|
|
|
"windows-sys",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "tokio-macros"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "1.8.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.7.4"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"bytes",
|
2021-09-12 14:23:07 -06:00
|
|
|
"futures-core",
|
2022-12-26 17:17:40 -06:00
|
|
|
"futures-sink",
|
2021-09-12 14:23:07 -06:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2022-12-26 17:17:40 -06:00
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
2021-09-12 14:23:07 -06:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-12-26 17:17:40 -06:00
|
|
|
"tokio-util",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2021-09-12 14:23:07 -06:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "tower-http"
|
|
|
|
version = "0.3.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"async-compression",
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"httpdate",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2022-12-26 17:17:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.1"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.26"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-12-26 17:17:40 -06:00
|
|
|
"log",
|
2021-09-12 14:23:07 -06:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.19"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "2ca517f43f0fb96e0c3072ed5c275fe5eece87e8cb52f4a77b69226d3b1c9df8"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"lazy_static",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "typenum"
|
|
|
|
version = "1.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
|
|
|
|
|
2020-02-16 15:33:09 -06:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "ucd-trie"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.1.5"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
2021-09-12 14:23:07 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uncased"
|
|
|
|
version = "0.9.6"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "5baeed7327e25054889b9bd4f975f32e5f4c5d434042d59ab6cd4142c0a76ed0"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"version_check",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"unic-char-range",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "unic-char-range"
|
|
|
|
version = "0.9.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "unic-common"
|
|
|
|
version = "0.9.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "unic-segment"
|
|
|
|
version = "0.9.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
|
2020-09-17 20:21:17 -05:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"unic-ucd-segment",
|
2020-09-17 20:21:17 -05:00
|
|
|
]
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "unic-ucd-segment"
|
|
|
|
version = "0.9.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2021-09-12 14:23:07 -06:00
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "unic-ucd-version"
|
|
|
|
version = "0.9.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
dependencies = [
|
|
|
|
"unic-common",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-09-17 20:21:17 -05:00
|
|
|
version = "0.9.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-09-12 14:23:07 -06:00
|
|
|
version = "2.3.2"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"same-file",
|
2022-12-26 17:17:40 -06:00
|
|
|
"winapi",
|
2020-09-17 20:21:17 -05:00
|
|
|
"winapi-util",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
2020-09-17 20:21:17 -05:00
|
|
|
[[package]]
|
2021-09-12 14:23:07 -06:00
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
2020-09-17 20:21:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 14:23:07 -06:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
2020-09-17 20:21:17 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2022-12-26 17:17:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-09-12 14:23:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.2.81"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.2.81"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.2.81"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.2.81"
|
2021-09-12 14:23:07 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
|
2021-09-12 14:23:07 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-12-26 17:17:40 -06:00
|
|
|
version = "0.2.81"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-17 20:21:17 -05:00
|
|
|
version = "0.3.9"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2020-09-17 20:21:17 -05:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-09-17 20:21:17 -05:00
|
|
|
version = "0.1.5"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"winapi",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 20:21:17 -05:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2020-02-16 15:33:09 -06:00
|
|
|
dependencies = [
|
2022-12-26 17:17:40 -06:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2020-02-16 15:33:09 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-26 17:17:40 -06:00
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.0"
|
2020-02-16 15:33:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 17:17:40 -06:00
|
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|