2021-03-20 02:31:41 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-27 05:45:59 +00:00
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.48"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-03-20 02:31:41 +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",
|
2021-04-02 17:33:59 +00:00
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "base-x"
|
|
|
|
version = "0.2.8"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "binascii"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.67"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2021-03-27 05:45:59 +00:00
|
|
|
"serde",
|
2021-04-02 17:33:59 +00:00
|
|
|
"time 0.1.43",
|
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "const_fn"
|
|
|
|
version = "0.4.6"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "076a6803b0dacd6a88cfe64deba628b01533ff5ef265687e6938280c1afd0a28"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "cookie"
|
|
|
|
version = "0.15.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "ffdf8865bac3d9a3bde5bde9088ca431b11f5d37c7a578b8086af77248b76627"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time 0.2.26",
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.3.2"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.13"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "f82b1b72f1263f214c0f823371768776c4f5841b942c9883aa8e5ec584fd0ba6"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=3ebe83#3ebe83823241c7979e6d2ccd18f889968a01985f"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"devise_codegen",
|
|
|
|
"devise_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_codegen"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=3ebe83#3ebe83823241c7979e6d2ccd18f889968a01985f"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"devise_core",
|
2021-04-02 17:33:59 +00:00
|
|
|
"quote",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_core"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=3ebe83#3ebe83823241c7979e6d2ccd18f889968a01985f"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2-diagnostics",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
|
|
|
version = "1.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "047bfc4d5c3bd2ef6ca6f981941046113524b9a9f9a7cbdfdd7ff40f58e6f542"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"diesel_derives",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"r2d2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel-derive-enum"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "703e71c268ea2d8da9c0ab0b40d8b217179ee622209c170875d24443193a0dfb"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-26 22:30:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_derives"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-26 22:30:38 +00:00
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "djangohashers"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b101df5b2cab337a012f1a43d4a48810a81c10ea3b6bc73b456f5707c7b4325"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"constant_time_eq",
|
|
|
|
"lazy_static",
|
|
|
|
"rand",
|
|
|
|
"regex",
|
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "endian-type"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "figment"
|
|
|
|
version = "0.10.4"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "708a94ecb9ca72e347442fef4563e459035b950c78091a355ed8a40180b33367"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"atomic",
|
|
|
|
"pear",
|
|
|
|
"serde",
|
|
|
|
"toml",
|
|
|
|
"uncased",
|
|
|
|
"version_check",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
2021-04-02 17:33:59 +00:00
|
|
|
"percent-encoding",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "futures"
|
|
|
|
version = "0.3.13"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.13"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.13"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "futures-executor"
|
2021-03-20 02:31:41 +00:00
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2021-04-02 17:33:59 +00:00
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "futures-io"
|
2021-03-20 02:31:41 +00:00
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "futures-macro"
|
2021-03-20 02:31:41 +00:00
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"futures-channel",
|
2021-03-20 02:31:41 +00:00
|
|
|
"futures-core",
|
2021-04-02 17:33:59 +00:00
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
2021-03-20 02:31:41 +00:00
|
|
|
"futures-task",
|
2021-04-02 17:33:59 +00:00
|
|
|
"memchr",
|
2021-03-20 02:31:41 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
2021-03-20 02:31:41 +00:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "generator"
|
|
|
|
version = "0.6.25"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "061d3be1afec479d56fa3bd182bf966c7999ec175fcfdb87ac14d417241366c6"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustversion",
|
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc018e188373e2777d0ef2467ebff62a08e66c3f5857b23c8fbec3018210dc00"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "http"
|
|
|
|
version = "0.2.3"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "5dfb77c123b4e2f72a2069aeae0b4b4949cc7e966df277813fc16347e7549737"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
|
|
|
|
2021-03-27 17:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.14.5"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2021-03-20 02:31:41 +00:00
|
|
|
"httparse",
|
2021-04-02 17:33:59 +00:00
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project",
|
|
|
|
"socket2 0.4.0",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
2021-04-02 17:33:59 +00:00
|
|
|
"serde",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "inlinable_string"
|
|
|
|
version = "0.1.14"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "3094308123a0e9fd59659ce45e22de9f53fc1d2ac6e1feb9fef988e4f76cad77"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.49"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc15e39392125075f60c95ba416f5381ff6c3a948ff02ab12464715adf56c821"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
|
|
|
version = "7.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afabcc15e437a6484fc4f12d0fd63068fe457bf93f1c148d3d9649c60b103f32"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.12.3",
|
|
|
|
"pem",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.90"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae"
|
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64d31059f22935e6c31830db5249ba2b7ecd54fd73a9909286f0a67aa55c2fbd"
|
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.4.14"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "loom"
|
|
|
|
version = "0.3.6"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.3.16"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.7.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2182a122f3b7f3f5329cb1972cee089ba2459a0a80a56935e6e674f096f8d839"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-04-02 17:33:59 +00:00
|
|
|
"log",
|
|
|
|
"miow",
|
2021-03-20 02:31:41 +00:00
|
|
|
"ntapi",
|
2021-04-02 17:33:59 +00:00
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"socket2 0.3.19",
|
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "multer"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "git+https://github.com/rousan/multer-rs.git?rev=7e4f0c5f#7e4f0c5fe14e4c531f503922bfe04f68b32ddf17"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"bytes",
|
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"twoway",
|
|
|
|
"version_check",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nibble_vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nomilo"
|
|
|
|
version = "0.1.0-dev"
|
|
|
|
dependencies = [
|
2021-03-20 06:08:55 +00:00
|
|
|
"base64 0.13.0",
|
2021-03-27 05:45:59 +00:00
|
|
|
"chrono",
|
2021-03-26 22:30:38 +00:00
|
|
|
"diesel",
|
|
|
|
"diesel-derive-enum",
|
2021-03-27 05:45:59 +00:00
|
|
|
"djangohashers",
|
2021-03-27 17:23:19 +00:00
|
|
|
"humantime",
|
2021-03-27 05:45:59 +00:00
|
|
|
"jsonwebtoken",
|
2021-03-20 02:31:41 +00:00
|
|
|
"rocket",
|
|
|
|
"rocket_contrib",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-04-03 06:16:54 +00:00
|
|
|
"tokio",
|
2021-04-02 17:33:59 +00:00
|
|
|
"toml",
|
2021-03-20 02:31:41 +00:00
|
|
|
"trust-dns-client",
|
|
|
|
"trust-dns-proto",
|
2021-03-26 22:30:38 +00:00
|
|
|
"uuid",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2021-04-02 17:33:59 +00:00
|
|
|
"winapi",
|
2021-03-26 22:30:38 +00:00
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pear"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.2.2"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "86ab3a2b792945ed67eadbbdcbd2898f8dd2319392b2a45ac21adea5245cb113"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"inlinable_string",
|
2021-03-20 02:31:41 +00:00
|
|
|
"pear_codegen",
|
2021-04-02 17:33:59 +00:00
|
|
|
"yansi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pear_codegen"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.2.2"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "620c9c4776ba41b59ab101360c9b1419c0c8c81cd2e6e39fae7109e7425994cb"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2-diagnostics",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "2.1.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "pin-project"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.0.6"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.19"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"unicode-xid",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "proc-macro2-diagnostics"
|
|
|
|
version = "0.9.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "4bf29726d67464d49fa6224a1d07936a8c08bb3fba727c7493f6cf1616fdaada"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
"yansi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
|
|
|
version = "0.8.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"log",
|
2021-03-26 22:30:38 +00:00
|
|
|
"parking_lot",
|
|
|
|
"scheduled-thread-pool",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radix_trie"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
|
|
|
dependencies = [
|
|
|
|
"endian-type",
|
|
|
|
"nibble_vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ref-cast"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"
|
|
|
|
dependencies = [
|
|
|
|
"ref-cast-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast-impl"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "1.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548"
|
|
|
|
|
2021-04-02 17:33:59 +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",
|
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2021-04-02 17:33:59 +00:00
|
|
|
"winapi",
|
2021-03-27 05:45:59 +00:00
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocket"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.5.0-dev"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=0654890#0654890e3d03a91537ee1d06b34ea3d2143f009e"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"async-trait",
|
|
|
|
"atomic",
|
2021-03-20 02:31:41 +00:00
|
|
|
"atty",
|
2021-04-02 17:33:59 +00:00
|
|
|
"binascii",
|
|
|
|
"either",
|
|
|
|
"figment",
|
|
|
|
"futures",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
2021-03-20 02:31:41 +00:00
|
|
|
"memchr",
|
2021-04-02 17:33:59 +00:00
|
|
|
"multer",
|
2021-03-20 02:31:41 +00:00
|
|
|
"num_cpus",
|
2021-04-02 17:33:59 +00:00
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
|
|
|
"ref-cast",
|
2021-03-20 02:31:41 +00:00
|
|
|
"rocket_codegen",
|
|
|
|
"rocket_http",
|
2021-04-02 17:33:59 +00:00
|
|
|
"serde",
|
2021-03-20 02:31:41 +00:00
|
|
|
"state",
|
2021-04-02 17:33:59 +00:00
|
|
|
"tempfile",
|
|
|
|
"time 0.2.26",
|
|
|
|
"tokio",
|
|
|
|
"ubyte",
|
|
|
|
"version_check",
|
2021-03-20 02:31:41 +00:00
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_codegen"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.5.0-dev"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=0654890#0654890e3d03a91537ee1d06b34ea3d2143f009e"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"devise",
|
|
|
|
"glob",
|
|
|
|
"indexmap",
|
2021-04-02 17:33:59 +00:00
|
|
|
"quote",
|
2021-03-20 02:31:41 +00:00
|
|
|
"rocket_http",
|
2021-04-02 17:33:59 +00:00
|
|
|
"unicode-xid",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_contrib"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.5.0-dev"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=0654890#0654890e3d03a91537ee1d06b34ea3d2143f009e"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-03-26 22:30:38 +00:00
|
|
|
"diesel",
|
2021-04-02 17:33:59 +00:00
|
|
|
"log",
|
2021-03-26 22:30:38 +00:00
|
|
|
"r2d2",
|
2021-03-20 02:31:41 +00:00
|
|
|
"rocket",
|
2021-03-26 22:30:38 +00:00
|
|
|
"rocket_contrib_codegen",
|
2021-03-20 02:31:41 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-04-02 17:33:59 +00:00
|
|
|
"tokio",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocket_contrib_codegen"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.5.0-dev"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=0654890#0654890e3d03a91537ee1d06b34ea3d2143f009e"
|
2021-03-26 22:30:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"devise",
|
2021-04-02 17:33:59 +00:00
|
|
|
"quote",
|
2021-03-26 22:30:38 +00:00
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocket_http"
|
2021-04-02 17:33:59 +00:00
|
|
|
version = "0.5.0-dev"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=0654890#0654890e3d03a91537ee1d06b34ea3d2143f009e"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cookie",
|
2021-04-02 17:33:59 +00:00
|
|
|
"either",
|
|
|
|
"http",
|
2021-03-20 02:31:41 +00:00
|
|
|
"hyper",
|
|
|
|
"indexmap",
|
2021-04-02 17:33:59 +00:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"parking_lot",
|
2021-03-20 02:31:41 +00:00
|
|
|
"pear",
|
2021-04-02 17:33:59 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"ref-cast",
|
|
|
|
"serde",
|
2021-03-20 02:31:41 +00:00
|
|
|
"smallvec",
|
2021-04-02 17:33:59 +00:00
|
|
|
"stable-pattern",
|
2021-03-20 02:31:41 +00:00
|
|
|
"state",
|
2021-04-02 17:33:59 +00:00
|
|
|
"time 0.2.26",
|
|
|
|
"tokio",
|
|
|
|
"uncased",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.4"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scheduled-thread-pool"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
|
|
|
|
dependencies = [
|
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[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"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.124"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
|
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.124"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.64"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "sha1"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.3.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"libc",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "692ca13de57ce0613a363c8c2f1de925adebc81b04c923ac60c5488bb44abe4b"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.3.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-04-02 17:33:59 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable-pattern"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "standback"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "state"
|
|
|
|
version = "0.4.2"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "git+https://github.com/SergioBenitez/state.git?rev=504ef71a#504ef71ae39310107a5ebad5f23c6e4c8c9b3ae9"
|
|
|
|
dependencies = [
|
|
|
|
"loom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
|
|
dependencies = [
|
|
|
|
"discard",
|
|
|
|
"rustc_version",
|
|
|
|
"stdweb-derive",
|
|
|
|
"stdweb-internal-macros",
|
|
|
|
"stdweb-internal-runtime",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "stdweb-derive"
|
|
|
|
version = "0.5.3"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"base-x",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"syn",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.64"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fd9d1e9976102a03c542daa2eff1b43f9d72306342f3f8b3ed5fb8908195d6f"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"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",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-04-02 17:33:59 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.2.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08a8cbfbf47955132d0202d1662f49b2423ae35862aee471f3ba4b133358f372"
|
|
|
|
dependencies = [
|
|
|
|
"const_fn",
|
|
|
|
"libc",
|
|
|
|
"standback",
|
|
|
|
"stdweb",
|
|
|
|
"time-macros",
|
|
|
|
"version_check",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"time-macros-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros-impl"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"standback",
|
|
|
|
"syn",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d56477f6ed99e10225f38f9f75f872f29b8b8bd8c0b946f63345bb144e9eeda"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-04-02 17:33:59 +00:00
|
|
|
"bytes",
|
2021-03-20 02:31:41 +00:00
|
|
|
"libc",
|
2021-04-02 17:33:59 +00:00
|
|
|
"memchr",
|
|
|
|
"mio",
|
2021-03-20 02:31:41 +00:00
|
|
|
"num_cpus",
|
2021-04-02 17:33:59 +00:00
|
|
|
"once_cell",
|
2021-03-20 02:31:41 +00:00
|
|
|
"pin-project-lite",
|
2021-04-02 17:33:59 +00:00
|
|
|
"signal-hook-registry",
|
|
|
|
"tokio-macros",
|
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "tokio-macros"
|
|
|
|
version = "1.1.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5143d049e85af7fbc36f5454d990e62c2df705b3589f123b71f441b6b59f443f"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.17"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-client"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87b05ceb7459ea5c9242da2b92cc221b65b2849d4ff3c19313485ce468c62096"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"chrono",
|
|
|
|
"data-encoding",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"lazy_static",
|
2021-04-02 17:33:59 +00:00
|
|
|
"log",
|
2021-03-20 02:31:41 +00:00
|
|
|
"radix_trie",
|
|
|
|
"rand",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"trust-dns-proto",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-proto"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d57e219ba600dd96c2f6d82eb79645068e14edbc5c7e27514af40436b88150c"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"data-encoding",
|
|
|
|
"enum-as-inner",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
2021-04-02 17:33:59 +00:00
|
|
|
"idna",
|
2021-03-20 02:31:41 +00:00
|
|
|
"ipnet",
|
|
|
|
"lazy_static",
|
2021-04-02 17:33:59 +00:00
|
|
|
"log",
|
2021-03-20 02:31:41 +00:00
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tokio",
|
2021-04-02 17:33:59 +00:00
|
|
|
"url",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "twoway"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b40075910de3a912adbd80b5d8bad6ad10a23eeb1f5bf9d4006839e899ba5bc"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"unchecked-index",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ubyte"
|
|
|
|
version = "0.10.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "42756bb9e708855de2f8a98195643dff31a97f0485d90d8467b39dc24be9e8fe"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "uncased"
|
|
|
|
version = "0.9.5"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "300932469d646d39929ffe84ad5c1837beecf602519ef5695e485b472de4082b"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"serde",
|
|
|
|
"version_check",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unchecked-index"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2021-04-02 17:33:59 +00:00
|
|
|
"idna",
|
2021-03-20 02:31:41 +00:00
|
|
|
"matches",
|
2021-04-02 17:33:59 +00:00
|
|
|
"percent-encoding",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 17:33:59 +00:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"log",
|
|
|
|
"try-lock",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.72"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fe8f61dba8e5d645a4d8132dc7a0a66861ed5e1045d2c0ed940fab33bac0fbe"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.72"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "046ceba58ff062da072c7cb4ba5b22a37f00a302483f7e2a6cdc18fedbdc1fd3"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
2021-04-02 17:33:59 +00:00
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-27 05:45:59 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.72"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ef9aa01d36cda046f797c57959ff5f3c615c9cc63997a8d545831ec7976819b"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"quote",
|
2021-03-27 05:45:59 +00:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.72"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96eb45c1b2ee33545a813a92dbb53856418bf7eb54ab34f7f7ff1448a5b3735d"
|
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-27 05:45:59 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.72"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b7148f4696fb4960a346eaa60bbfb42a1ac4ebba21f750f75fc1375b098d5ffa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.49"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59fe19d70f5dacc03f6e46777213facae5ac3801575d56ca6cbd4c93dcd12310"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
|