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
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
|
|
|
"cipher",
|
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.7.18"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2021-03-27 05:45:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
|
|
|
version = "0.3.3"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-03-27 05:45:59 +00:00
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.1.53"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.5.1"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
|
2021-04-02 17:33:59 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.1.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.3.2"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.0"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"
|
2021-03-27 05:45:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
2022-04-22 17:16:57 +00:00
|
|
|
"constant_time_eq 0.1.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2021-03-27 05:45:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "3.9.1"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2021-03-27 05:45:59 +00:00
|
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.1.0"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-04-02 17:33:59 +00:00
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.73"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[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]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
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]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.2.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "df04a53a7e91248c27eb6bfc1db165e8f47453e98478e4609f9cce020bb3c65a"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "cookie"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.16.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
|
2021-04-02 17:33:59 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"aes-gcm",
|
|
|
|
"base64 0.13.0",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
2021-04-02 17:33:59 +00:00
|
|
|
"percent-encoding",
|
2022-04-22 17:16:57 +00:00
|
|
|
"rand",
|
|
|
|
"sha2",
|
|
|
|
"subtle",
|
|
|
|
"time 0.3.9",
|
2021-04-02 17:33:59 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.8.8"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
2021-03-27 05:45:59 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
2021-03-27 05:45:59 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.3"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "ctr"
|
|
|
|
version = "0.8.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cipher",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "devise"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50c7580b072f1c8476148f16e0a0d5dedddab787da98d86c5082c5e9ed8ab595"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"devise_codegen",
|
|
|
|
"devise_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_codegen"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "123c73e7a6e51b05c75fe1a1b2f4e241399ea5740ed810b0e3e6cacd9db5e7b2"
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "841ef46f4787d9097405cac4e70fb8644fc037b526e8c14054247c0263c400d0"
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.4.8"
|
2021-03-26 22:30:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
|
2021-03-26 22:30:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"diesel_derives",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"r2d2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel-derive-enum"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.1.2"
|
2021-03-26 22:30:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "6c8910921b014e2af16298f006de12aa08af894b71f0f49a486ab6d74b17bbed"
|
2021-03-26 22:30:38 +00:00
|
|
|
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]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "digest"
|
|
|
|
version = "0.10.3"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "djangohashers"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.5.7"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "8d3972be19526a5cde01c01988f152cd98af8c35bd93228a8ee637715a36a38c"
|
2021-03-27 05:45:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
2022-04-22 17:16:57 +00:00
|
|
|
"constant_time_eq 0.2.1",
|
2021-03-27 05:45:59 +00:00
|
|
|
"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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.8.31"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
2021-04-02 17:33:59 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
2021-04-02 17:33:59 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.4"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "figment"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.10.6"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "790b4292c72618abbab50f787a477014fe15634f96291de45672ce46afe122df"
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.21"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.21"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.21"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "futures-io"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.21"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
2021-04-02 17:33:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.21"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.21"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.21"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2021-03-20 02:31:41 +00:00
|
|
|
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-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",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "generator"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.7.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee"
|
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
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.6"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
2021-03-20 02:31:41 +00:00
|
|
|
"libc",
|
2022-04-22 17:16:57 +00:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
|
|
|
|
dependencies = [
|
|
|
|
"opaque-debug",
|
|
|
|
"polyval",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.13"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
2021-04-02 17:33:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-04-22 17:16:57 +00:00
|
|
|
"tokio-util 0.7.1",
|
2021-04-02 17:33:59 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.11.2"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.4.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.1.19"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "http"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.6"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.4.4"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.7.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.2"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-04-02 17:33:59 +00:00
|
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.14.18"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
|
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",
|
2022-04-22 17:16:57 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
2021-04-02 17:33:59 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.3"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.8.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
2021-03-20 02:31:41 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.1.15"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.1.12"
|
2021-03-26 22:30:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-03-26 22:30:38 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
2021-03-26 22:30:38 +00:00
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "2.5.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.57"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
|
2021-03-27 05:45:59 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.124"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.22.2"
|
2021-03-26 22:30:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
|
2021-03-26 22:30:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.4.7"
|
2021-03-26 22:30:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2021-03-26 22:30:38 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"autocfg",
|
2021-03-26 22:30:38 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.4.16"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "loom"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.5.4"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "edc5c7d328e32cc4954e8e01193d7f0ef5ab257b5090b70a964e099a36034309"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
2021-04-02 17:33:59 +00:00
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-04-22 17:16:57 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.1.9"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "2.4.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.8.2"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-04-02 17:33:59 +00:00
|
|
|
"log",
|
|
|
|
"miow",
|
2021-03-20 02:31:41 +00:00
|
|
|
"ntapi",
|
2022-04-22 17:16:57 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-04-02 17:33:59 +00:00
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.7"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "multer"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f8f35e687561d5c1667590911e6698a8cb714a134a7505718a182e7bc9d3836"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
2022-04-22 17:16:57 +00:00
|
|
|
"memchr",
|
2021-04-02 17:33:59 +00:00
|
|
|
"mime",
|
2022-04-22 17:16:57 +00:00
|
|
|
"spin 0.9.3",
|
2021-04-02 17:33:59 +00:00
|
|
|
"tokio",
|
2022-04-22 17:16:57 +00:00
|
|
|
"tokio-util 0.6.9",
|
2021-04-02 17:33:59 +00:00
|
|
|
"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",
|
2022-04-22 22:27:16 +00:00
|
|
|
"figment",
|
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",
|
2022-04-22 17:16:57 +00:00
|
|
|
"rocket_sync_db_pools",
|
2021-03-20 02:31:41 +00:00
|
|
|
"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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.7"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
2021-03-20 02:31:41 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.13.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
2021-03-27 05:45:59 +00:00
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.11.2"
|
2021-03-26 22:30:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-03-26 22:30:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
2022-04-22 17:16:57 +00:00
|
|
|
"parking_lot_core 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core 0.9.2",
|
2021-03-26 22:30:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.8.5"
|
2021-03-26 22:30:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2021-03-26 22:30:38 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
2021-03-26 22:30:38 +00:00
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2021-04-02 17:33:59 +00:00
|
|
|
"winapi",
|
2021-03-26 22:30:38 +00:00
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pear"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.3"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "15e44241c5e4c868e3eaa78b7c1848cadd6344ed4f54d029832d32b415a58702"
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.3"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "82a5ca643c2303ecb740d506539deba189e16f2754040a42901cd8105d0282d0"
|
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]]
|
|
|
|
name = "pin-project-lite"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.8"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.25"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "polyval"
|
|
|
|
version = "0.5.3"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
2021-04-02 17:33:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.16"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.37"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
2021-03-20 02:31:41 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.18"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2021-03-20 02:31:41 +00:00
|
|
|
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",
|
2022-04-22 17:16:57 +00:00
|
|
|
"parking_lot 0.11.2",
|
2021-03-26 22:30:38 +00:00
|
|
|
"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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.8.5"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.6.3"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.13"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-03-20 02:31:41 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.5.5"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
2021-03-27 05:45:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.6.25"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2021-03-27 05:45:59 +00:00
|
|
|
|
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",
|
2022-04-22 17:16:57 +00:00
|
|
|
"spin 0.5.2",
|
2021-03-27 05:45:59 +00:00
|
|
|
"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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.5.0-rc.1"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=6bdd2f8#6bdd2f818642683b3aadbda51d7573abefe045ab"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"async-stream",
|
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",
|
2022-04-22 17:16:57 +00:00
|
|
|
"bytes",
|
2021-04-02 17:33:59 +00:00
|
|
|
"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",
|
2022-04-22 17:16:57 +00:00
|
|
|
"parking_lot 0.12.0",
|
2021-04-02 17:33:59 +00:00
|
|
|
"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",
|
2022-04-22 17:16:57 +00:00
|
|
|
"serde_json",
|
2021-03-20 02:31:41 +00:00
|
|
|
"state",
|
2021-04-02 17:33:59 +00:00
|
|
|
"tempfile",
|
2022-04-22 17:16:57 +00:00
|
|
|
"time 0.3.9",
|
2021-04-02 17:33:59 +00:00
|
|
|
"tokio",
|
2022-04-22 17:16:57 +00:00
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util 0.7.1",
|
2021-04-02 17:33:59 +00:00
|
|
|
"ubyte",
|
|
|
|
"version_check",
|
2021-03-20 02:31:41 +00:00
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_codegen"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.5.0-rc.1"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=6bdd2f8#6bdd2f818642683b3aadbda51d7573abefe045ab"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"devise",
|
|
|
|
"glob",
|
|
|
|
"indexmap",
|
2022-04-22 17:16:57 +00:00
|
|
|
"proc-macro2",
|
2021-04-02 17:33:59 +00:00
|
|
|
"quote",
|
2021-03-20 02:31:41 +00:00
|
|
|
"rocket_http",
|
2022-04-22 17:16:57 +00:00
|
|
|
"syn",
|
2021-04-02 17:33:59 +00:00
|
|
|
"unicode-xid",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_http"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.5.0-rc.1"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=6bdd2f8#6bdd2f818642683b3aadbda51d7573abefe045ab"
|
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",
|
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",
|
2022-04-22 17:16:57 +00:00
|
|
|
"time 0.3.9",
|
2021-04-02 17:33:59 +00:00
|
|
|
"tokio",
|
|
|
|
"uncased",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "rocket_sync_db_pools"
|
|
|
|
version = "0.1.0-rc.1"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=6bdd2f8#6bdd2f818642683b3aadbda51d7573abefe045ab"
|
2021-03-27 05:45:59 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"diesel",
|
|
|
|
"r2d2",
|
|
|
|
"rocket",
|
|
|
|
"rocket_sync_db_pools_codegen",
|
|
|
|
"serde",
|
|
|
|
"tokio",
|
2021-03-27 05:45:59 +00:00
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "rocket_sync_db_pools_codegen"
|
|
|
|
version = "0.1.0-rc.1"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=6bdd2f8#6bdd2f818642683b3aadbda51d7573abefe045ab"
|
|
|
|
dependencies = [
|
|
|
|
"devise",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
|
|
|
version = "1.0.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "b50162d19404029c1ceca6f6980fe40d45c8b369f6f44446fa14bb39573b5bb9"
|
2021-04-02 17:33:59 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"base64 0.13.0",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq 0.1.5",
|
|
|
|
"crossbeam-utils",
|
2021-04-02 17:33:59 +00:00
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "rustversion"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.6"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "ryu"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.9"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
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 = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"parking_lot 0.11.2",
|
2021-03-26 22:30:38 +00:00
|
|
|
]
|
|
|
|
|
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-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.136"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.136"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2021-03-20 02:31:41 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.79"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
2021-04-02 17:33:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.4.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.4.6"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.8.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.4.4"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-04-02 17:33:59 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.9.3"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d"
|
2021-03-27 05:45:59 +00:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "state"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.5.2"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "87cf4f5369e6d3044b5e365c9690f451516ac8f0954084622b49ea3fde2f6de5"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"loom",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2021-04-02 17:33:59 +00:00
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.91"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "3.3.0"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-04-02 17:33:59 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2021-04-02 17:33:59 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.30"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.0.30"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.9"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
|
2021-04-02 17:33:59 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"itoa",
|
2021-04-02 17:33:59 +00:00
|
|
|
"libc",
|
2022-04-22 17:16:57 +00:00
|
|
|
"num_threads",
|
2021-04-02 17:33:59 +00:00
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.4"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.5.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2021-03-20 02:31:41 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.17.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
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",
|
2022-04-22 17:16:57 +00:00
|
|
|
"socket2",
|
2021-04-02 17:33:59 +00:00
|
|
|
"tokio-macros",
|
|
|
|
"winapi",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-02 17:33:59 +00:00
|
|
|
name = "tokio-macros"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "1.7.0"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2021-04-02 17:33:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.6.9"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
2021-04-02 17:33:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2021-03-20 02:31:41 +00:00
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.5.9"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2021-03-20 02:31:41 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.1.34"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
|
2021-04-02 17:33:59 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
2021-04-02 17:33:59 +00:00
|
|
|
"pin-project-lite",
|
2022-04-22 17:16:57 +00:00
|
|
|
"tracing-attributes",
|
2021-04-02 17:33:59 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-04-02 17:33:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.1.26"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
|
2021-04-02 17:33:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2022-04-22 17:16:57 +00:00
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"lazy_static",
|
|
|
|
"matchers",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2021-04-02 17:33:59 +00:00
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-client"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.20.4"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "5b4ef9b9bde0559b78a4abb00339143750085f05e5a453efb7b8bef1061f09dc"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
2021-03-20 02:31:41 +00:00
|
|
|
"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",
|
2022-04-22 17:16:57 +00:00
|
|
|
"time 0.3.9",
|
2021-03-20 02:31:41 +00:00
|
|
|
"tokio",
|
|
|
|
"trust-dns-proto",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-proto"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.20.4"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
2021-03-20 02:31:41 +00:00
|
|
|
"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]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "typenum"
|
|
|
|
version = "1.15.0"
|
2021-04-02 17:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2021-04-02 17:33:59 +00:00
|
|
|
|
|
|
|
[[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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.9.6"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "5baeed7327e25054889b9bd4f975f32e5f4c5d434042d59ab6cd4142c0a76ed0"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.7"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.1.19"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2021-03-20 02:31:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.2"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-04-22 17:16:57 +00:00
|
|
|
name = "universal-hash"
|
|
|
|
version = "0.4.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
2021-03-20 02:31:41 +00:00
|
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "2.2.2"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2021-03-20 02:31:41 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2021-03-26 22:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.15"
|
2021-03-26 22:30:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2021-03-26 22:30:38 +00:00
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.9.4"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-03-20 02:31:41 +00:00
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-03-27 05:45:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.80"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
|
2021-03-27 05:45:59 +00:00
|
|
|
dependencies = [
|
2022-04-22 17:16:57 +00:00
|
|
|
"cfg-if",
|
2021-03-27 05:45:59 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.80"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
|
2021-03-27 05:45:59 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.80"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
|
2021-03-27 05:45:59 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.80"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
|
2021-03-27 05:45:59 +00:00
|
|
|
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"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.2.80"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
|
2021-03-27 05:45:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.3.57"
|
2021-03-27 05:45:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
|
2021-03-27 05:45:59 +00:00
|
|
|
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"
|
|
|
|
|
2022-04-22 17:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
|
|
|
|
|
2021-03-20 02:31:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
2022-04-22 17:16:57 +00:00
|
|
|
version = "0.5.1"
|
2021-03-20 02:31:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 17:16:57 +00:00
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|