2019-02-12 15:01:02 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-02-24 20:25:22 +01:00
|
|
|
version = 3
|
|
|
|
|
2020-05-14 00:18:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2021-11-05 19:18:54 +01:00
|
|
|
version = "0.17.0"
|
2020-05-14 00:18:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-05 19:18:54 +01:00
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
2020-05-14 00:18:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2020-06-15 23:04:52 +02:00
|
|
|
[[package]]
|
2020-07-14 16:08:11 +02:00
|
|
|
name = "adler"
|
2021-03-04 18:55:12 +01:00
|
|
|
version = "1.0.2"
|
2020-06-15 23:04:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 18:55:12 +01:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-06-15 23:04:52 +02:00
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"generic-array",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-02-07 22:26:22 +01:00
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
2022-07-31 15:45:31 +02:00
|
|
|
"opaque-debug",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-02 17:48:06 +02:00
|
|
|
version = "0.7.18"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 17:48:06 +02:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"memchr",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2021-08-22 13:46:48 +02:00
|
|
|
version = "2.0.3"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 13:46:48 +02:00
|
|
|
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
|
2021-03-29 10:27:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2022-05-20 20:37:32 +02:00
|
|
|
version = "0.3.14"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"brotli",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2022-03-20 18:51:24 +01:00
|
|
|
version = "0.3.3"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 18:51:24 +01:00
|
|
|
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2022-03-20 18:51:24 +01:00
|
|
|
version = "0.3.3"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 18:51:24 +01:00
|
|
|
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-07-31 16:26:57 +02:00
|
|
|
version = "0.1.57"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 16:26:57 +02:00
|
|
|
checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
|
2021-11-28 13:02:27 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-03-03 21:00:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async_once"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ce4f10ea3abcd6617873bae9f91d1c5332b4a778bd9ce34d0cd517474c1de82"
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-11-28 13:02:27 +01:00
|
|
|
]
|
|
|
|
|
2019-03-09 14:42:16 +01:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-10 16:22:37 +01:00
|
|
|
version = "0.2.14"
|
2019-03-09 14:42:16 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-03-09 14:42:16 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2019-03-09 14:42:16 +01:00
|
|
|
]
|
|
|
|
|
2020-01-10 16:22:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "1.1.0"
|
2020-01-10 16:22:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-01-10 16:22:37 +01:00
|
|
|
|
2018-09-19 21:45:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "0.3.66"
|
2018-09-19 21:45:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:03:57 +02:00
|
|
|
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
|
2018-09-19 21:45:50 +02:00
|
|
|
dependencies = [
|
2020-05-14 00:18:18 +02:00
|
|
|
"addr2line",
|
2021-05-02 17:48:06 +02:00
|
|
|
"cc",
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2020-01-30 22:11:53 +01:00
|
|
|
"libc",
|
2020-06-15 23:04:52 +02:00
|
|
|
"miniz_oxide",
|
2020-05-14 00:18:18 +02:00
|
|
|
"object",
|
2020-01-30 22:11:53 +01:00
|
|
|
"rustc-demangle",
|
2018-09-19 21:45:50 +02:00
|
|
|
]
|
|
|
|
|
2020-10-15 23:44:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "binascii"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-22 13:46:48 +02:00
|
|
|
version = "1.3.2"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 13:46:48 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"generic-array",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "3.3.4"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2021-08-22 13:46:48 +02:00
|
|
|
version = "2.3.2"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 13:46:48 +02:00
|
|
|
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-05-20 21:10:52 +02:00
|
|
|
version = "3.10.0"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-13 22:02:11 +01:00
|
|
|
version = "1.4.3"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 22:02:11 +01:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "1.2.1"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
2021-01-31 20:07:42 +01:00
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cached"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "0.38.0"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "27e6092f8c7ba6e65a46f6f26d7d7997201d3a6f0e69ff5d2440b930d7c0513a"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2022-03-03 21:00:10 +01:00
|
|
|
"async_once",
|
2022-02-22 20:48:00 +01:00
|
|
|
"cached_proc_macro",
|
|
|
|
"cached_proc_macro_types",
|
|
|
|
"futures",
|
2022-07-31 15:45:31 +02:00
|
|
|
"hashbrown 0.12.3",
|
2022-07-06 23:57:37 +02:00
|
|
|
"instant",
|
2022-03-03 21:00:10 +01:00
|
|
|
"lazy_static",
|
2022-02-22 20:48:00 +01:00
|
|
|
"once_cell",
|
2022-03-03 21:00:10 +01:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2022-02-22 20:48:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cached_proc_macro"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "0.15.0"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "751f7f4e7a091545e7f6c65bacc404eaee7e87bfb1f9ece234a1caa173dc16f2"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"cached_proc_macro_types",
|
|
|
|
"darling",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cached_proc_macro_types"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663"
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "1.0.73"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2020-10-15 23:44:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "0.4.20"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-08-04 23:28:45 +02:00
|
|
|
"js-sys",
|
2020-01-30 22:11:53 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2021-03-13 22:02:11 +01:00
|
|
|
"serde",
|
2022-02-07 22:26:22 +01:00
|
|
|
"time 0.1.43",
|
2022-08-04 23:28:45 +02:00
|
|
|
"wasm-bindgen",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2020-07-08 06:30:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.6.3"
|
2020-07-08 06:30:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "29c39203181991a7dd4343b8005bd804e7a9a37afb8ac070e43771e8c820bbde"
|
2020-07-08 06:30:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2021-09-22 20:26:48 +02:00
|
|
|
"chrono-tz-build",
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf",
|
2021-09-22 20:26:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz-build"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.0.3"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "6f509c3a87b33437b05e2458750a0700e5bdd6956176773e6c7d6dd15a283a0c"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2020-07-08 06:30:18 +02:00
|
|
|
"parse-zoneinfo",
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2020-07-08 06:30:18 +02:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"generic-array",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
2021-05-16 15:29:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2021-11-07 18:53:39 +01:00
|
|
|
version = "0.16.0"
|
2021-05-16 15:29:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 18:53:39 +01:00
|
|
|
checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
|
2021-05-16 15:29:13 +02:00
|
|
|
dependencies = [
|
2022-02-07 22:26:22 +01:00
|
|
|
"aes-gcm",
|
2022-03-27 17:25:04 +02:00
|
|
|
"base64",
|
2022-02-07 22:26:22 +01:00
|
|
|
"hkdf",
|
2022-05-20 20:37:32 +02:00
|
|
|
"hmac",
|
2021-05-16 15:29:13 +02:00
|
|
|
"percent-encoding 2.1.0",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
|
|
|
"sha2",
|
2022-02-07 22:26:22 +01:00
|
|
|
"subtle",
|
2022-07-31 16:26:57 +02:00
|
|
|
"time 0.3.12",
|
2021-11-07 18:53:39 +01:00
|
|
|
"version_check",
|
2021-05-16 15:29:13 +02:00
|
|
|
]
|
|
|
|
|
2022-04-23 18:18:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cookie_store"
|
2022-05-20 21:10:52 +02:00
|
|
|
version = "0.16.1"
|
2022-04-23 18:18:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "2e4b6aa369f41f5faa04bb80c9b1f4216ea81646ed6124d76ba5c49a7aafd9cd"
|
2022-04-23 18:18:15 +02:00
|
|
|
dependencies = [
|
2022-06-08 19:46:33 +02:00
|
|
|
"cookie",
|
2022-04-23 18:18:15 +02:00
|
|
|
"idna 0.2.3",
|
|
|
|
"log",
|
|
|
|
"publicsuffix",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-07-31 16:26:57 +02:00
|
|
|
"time 0.3.12",
|
2022-04-23 18:18:15 +02:00
|
|
|
"url 2.2.2",
|
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.9.3"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-10-18 22:14:29 +02:00
|
|
|
version = "0.8.3"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 22:14:29 +02:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2021-02-06 16:49:28 +01:00
|
|
|
[[package]]
|
2021-05-08 17:46:31 +02:00
|
|
|
name = "cpufeatures"
|
2022-03-20 18:51:24 +01:00
|
|
|
version = "0.2.2"
|
2021-02-06 16:49:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 18:51:24 +01:00
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
2021-05-08 17:46:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-02-06 16:49:28 +01:00
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "1.3.2"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2021-03-29 10:27:58 +02:00
|
|
|
]
|
|
|
|
|
2021-04-03 05:16:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cron"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.11.0"
|
2021-04-03 05:16:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "d76219e9243e100d5a37676005f08379297f8addfebc247613299600625c734d"
|
2021-04-03 05:16:49 +02:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2022-05-04 21:13:05 +02:00
|
|
|
"nom",
|
2021-04-03 05:16:49 +02:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-01-30 22:24:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.8.11"
|
2022-01-30 22:24:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
|
2022-01-30 22:24:42 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-06-21 18:47:01 +02:00
|
|
|
"once_cell",
|
2022-01-30 22:24:42 +01:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.1.6"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"generic-array",
|
2022-02-07 22:26:22 +01:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "3.2.2"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"nix",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.13.4"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.13.4"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.13.4"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2022-05-20 21:10:52 +02:00
|
|
|
version = "5.3.4"
|
2021-12-22 21:48:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "3495912c9c1ccf2e18976439f4443f3fee0fd61f424ff99fde6a66b15ecb448f"
|
2021-12-22 21:48:49 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-07-31 15:45:31 +02:00
|
|
|
"hashbrown 0.12.3",
|
2022-05-04 21:13:05 +02:00
|
|
|
"lock_api",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot_core",
|
2021-12-22 21:48:49 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2021-01-31 20:07:42 +01:00
|
|
|
version = "2.3.2"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 20:07:42 +01:00
|
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-11-22 13:16:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "data-url"
|
2021-11-28 13:02:27 +01:00
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
|
2019-11-22 13:16:12 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"matches",
|
2019-11-22 13:16:12 +01:00
|
|
|
]
|
|
|
|
|
2018-10-10 20:40:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "devise"
|
2021-11-07 18:53:39 +01:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50c7580b072f1c8476148f16e0a0d5dedddab787da98d86c5082c5e9ed8ab595"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"devise_codegen",
|
|
|
|
"devise_core",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_codegen"
|
2021-11-07 18:53:39 +01:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "123c73e7a6e51b05c75fe1a1b2f4e241399ea5740ed810b0e3e6cacd9db5e7b2"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"devise_core",
|
2021-11-07 18:53:39 +01:00
|
|
|
"quote",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_core"
|
2021-11-07 18:53:39 +01:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "841ef46f4787d9097405cac4e70fb8644fc037b526e8c14054247c0263c400d0"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"bitflags",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2-diagnostics",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
2021-09-22 20:26:48 +02:00
|
|
|
version = "1.4.8"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-22 20:26:48 +02:00
|
|
|
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-05-31 17:58:06 +02:00
|
|
|
"bitflags",
|
2020-01-30 22:11:53 +01:00
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"diesel_derives",
|
|
|
|
"libsqlite3-sys",
|
2020-05-31 17:58:06 +02:00
|
|
|
"mysqlclient-sys",
|
|
|
|
"pq-sys",
|
2020-01-30 22:11:53 +01:00
|
|
|
"r2d2",
|
2020-06-15 23:04:52 +02:00
|
|
|
"url 1.7.2",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_derives"
|
2019-10-11 22:49:47 +02:00
|
|
|
version = "1.4.1"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_migrations"
|
2019-01-21 15:29:52 +01:00
|
|
|
version = "1.4.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"migrations_internals",
|
|
|
|
"migrations_macros",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"block-buffer",
|
2022-02-07 22:26:22 +01:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-03-20 18:51:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2022-03-20 18:51:24 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
2022-03-20 18:51:24 +01:00
|
|
|
name = "dotenvy"
|
|
|
|
version = "0.15.1"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 18:51:24 +01:00
|
|
|
checksum = "7e851a83c30366fd01d75b913588e95e74a1705c1ecc5d58b1f8e1a6d556525f"
|
|
|
|
dependencies = [
|
|
|
|
"dirs",
|
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2021-04-07 20:25:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2022-07-06 23:57:37 +02:00
|
|
|
version = "1.7.0"
|
2021-04-07 20:25:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 23:57:37 +02:00
|
|
|
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
|
2021-04-07 20:25:02 +02:00
|
|
|
|
2022-04-23 18:18:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "email-encoding"
|
2022-07-06 23:57:37 +02:00
|
|
|
version = "0.1.3"
|
2022-04-23 18:18:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 23:57:37 +02:00
|
|
|
checksum = "34dd14c63662e0206599796cd5e1ad0268ab2b9d19b868d6050d688eba2bbf98"
|
2022-04-23 18:18:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2022-06-04 14:47:26 +02:00
|
|
|
"memchr",
|
2022-04-23 18:18:15 +02:00
|
|
|
]
|
|
|
|
|
2022-06-04 14:47:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "email_address"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8684b7c9cb4857dfa1e5b9629ef584ba618c9b93bae60f58cb23f4f271d0468e"
|
|
|
|
|
2018-02-18 19:14:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.8.31"
|
2018-02-18 19:14:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
2018-02-18 19:14:25 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2018-02-18 19:14:25 +01:00
|
|
|
]
|
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "0.4.0"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"
|
2021-11-28 13:02:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-11-28 13:02:27 +01:00
|
|
|
]
|
|
|
|
|
2018-12-06 20:35:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.12.4"
|
2018-12-06 20:35:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
|
2018-12-06 20:35:25 +01:00
|
|
|
dependencies = [
|
2022-04-23 18:18:15 +02:00
|
|
|
"version_check",
|
2018-12-06 20:35:25 +01:00
|
|
|
]
|
|
|
|
|
2021-05-08 17:46:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "1.8.0"
|
2021-05-08 17:46:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2021-05-08 17:46:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2018-12-06 20:35:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fern"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.6.1"
|
2018-12-06 20:35:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "3bdd7b0849075e79ee9a1836df22c717d1eba30451796fdc631b04565dd11e2a"
|
2018-12-06 20:35:25 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2020-01-30 22:11:53 +01:00
|
|
|
"syslog",
|
2018-12-06 20:35:25 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "figment"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "790b4292c72618abbab50f787a477014fe15634f96291de45672ce46afe122df"
|
|
|
|
dependencies = [
|
|
|
|
"atomic",
|
|
|
|
"pear",
|
|
|
|
"serde",
|
|
|
|
"toml",
|
|
|
|
"uncased",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-05-20 21:10:52 +02:00
|
|
|
version = "1.0.24"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-31 17:58:06 +02:00
|
|
|
version = "1.0.7"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-31 17:58:06 +02:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"foreign-types-shared",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2020-11-07 23:01:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-02-24 20:25:22 +01:00
|
|
|
version = "1.0.1"
|
2020-11-07 23:01:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-24 20:25:22 +01:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-11-07 23:01:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.3.21"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
2020-03-16 16:32:33 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.3.21"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2020-03-16 16:32:33 +01:00
|
|
|
"futures-sink",
|
2020-03-14 23:12:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.3.21"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
2020-03-16 16:32:33 +01:00
|
|
|
name = "futures-executor"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.3.21"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-03-16 16:32:33 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.3.21"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.3.21"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
2020-03-16 16:32:33 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-03-16 16:32:33 +01:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.3.21"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.3.21"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.3.21"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2020-03-16 16:32:33 +01:00
|
|
|
"futures-channel",
|
2020-03-14 23:12:45 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2020-03-16 16:32:33 +01:00
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
2020-03-14 23:12:45 +01:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-02-06 16:49:28 +01:00
|
|
|
"pin-project-lite",
|
2020-03-14 23:12:45 +01:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.7.1"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "cc184cace1cea8335047a471cc1da80f18acf8a76f3bab2028d499e328948ec7"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustversion",
|
2022-07-31 15:45:31 +02:00
|
|
|
"windows",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-02-06 16:49:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "0.14.6"
|
2021-02-06 16:49:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2021-02-06 16:49:28 +01:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2021-11-07 18:53:39 +01:00
|
|
|
"version_check",
|
2021-02-06 16:49:28 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "0.2.7"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2021-01-31 20:07:42 +01:00
|
|
|
"libc",
|
2022-06-08 19:46:33 +02:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
|
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"opaque-debug",
|
2022-02-07 22:26:22 +01:00
|
|
|
"polyval",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2020-05-14 00:18:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.26.2"
|
2020-05-14 00:18:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
2020-05-14 00:18:18 +02:00
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
2020-03-16 16:32:33 +01:00
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-16 16:32:33 +01:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "governor"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.4.2"
|
2021-12-22 21:48:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "19775995ee20209163239355bc3ad2f33f83da35d9ef72dea26e5af753552c87"
|
2021-12-22 21:48:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"dashmap",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"no-std-compat",
|
|
|
|
"nonzero_ext",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot",
|
2021-12-22 21:48:49 +01:00
|
|
|
"quanta",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
|
|
|
"smallvec",
|
2021-12-22 21:48:49 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.3.13"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-01-31 20:07:42 +01:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2021-02-06 16:49:28 +01:00
|
|
|
"tokio",
|
2022-07-15 16:03:57 +02:00
|
|
|
"tokio-util",
|
2020-07-14 16:08:11 +02:00
|
|
|
"tracing",
|
2020-03-14 23:12:45 +01:00
|
|
|
]
|
|
|
|
|
2021-06-07 23:34:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2021-10-24 21:50:26 +02:00
|
|
|
version = "1.8.2"
|
2021-06-07 23:34:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-24 21:50:26 +02:00
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
2021-06-07 23:34:00 +02:00
|
|
|
|
2019-01-13 01:39:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "4.3.3"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2020-01-30 22:11:53 +01:00
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-05-20 20:37:32 +02:00
|
|
|
"thiserror",
|
2020-01-30 22:11:53 +01:00
|
|
|
"walkdir",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
2021-05-16 15:29:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
2022-03-03 21:00:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.12.3"
|
2022-03-03 21:00:10 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-03-03 21:00:10 +01:00
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2022-02-22 20:48:00 +01:00
|
|
|
version = "0.4.0"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:48:00 +01:00
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
2021-11-28 13:02:27 +01:00
|
|
|
|
2019-11-02 17:39:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-25 19:49:22 +02:00
|
|
|
version = "0.1.19"
|
2019-11-02 17:39:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 19:49:22 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-11-02 17:39:27 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"libc",
|
2019-07-09 17:26:34 +02:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"hmac",
|
2019-01-12 15:23:46 +01:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"digest",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
2020-07-05 01:59:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2020-07-05 01:59:15 +02:00
|
|
|
]
|
|
|
|
|
2019-01-27 15:39:19 +01:00
|
|
|
[[package]]
|
2022-02-22 20:48:00 +01:00
|
|
|
name = "html5gum"
|
2022-06-21 18:47:01 +02:00
|
|
|
version = "0.5.2"
|
2019-01-27 15:39:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 18:47:01 +02:00
|
|
|
checksum = "3404cc217cc3e11d09c8ac9ccf8b1e540f64477c253d6dc70b5a5074782d934d"
|
2019-01-27 15:39:19 +01:00
|
|
|
dependencies = [
|
2022-02-22 20:48:00 +01:00
|
|
|
"jetscii",
|
2019-01-27 15:39:19 +01:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "0.2.8"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2020-01-30 22:11:53 +01:00
|
|
|
"fnv",
|
2022-02-07 22:26:22 +01:00
|
|
|
"itoa",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-05-20 21:10:52 +02:00
|
|
|
version = "0.4.5"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-01-31 20:07:42 +01:00
|
|
|
"http",
|
2021-03-22 20:00:57 +01:00
|
|
|
"pin-project-lite",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "1.7.1"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2020-09-10 23:15:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-11-28 13:02:27 +01:00
|
|
|
version = "1.0.2"
|
2020-09-10 23:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-28 13:02:27 +01:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2020-09-10 23:15:29 +02:00
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "0.14.20"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:03:57 +02:00
|
|
|
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-01-31 20:07:42 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-02-06 16:49:28 +01:00
|
|
|
"h2",
|
2021-01-31 20:07:42 +01:00
|
|
|
"http",
|
2021-02-06 16:49:28 +01:00
|
|
|
"http-body",
|
2021-01-31 20:07:42 +01:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2022-02-07 22:26:22 +01:00
|
|
|
"itoa",
|
2021-06-09 10:44:29 +02:00
|
|
|
"pin-project-lite",
|
2022-06-08 19:46:33 +02:00
|
|
|
"socket2",
|
2021-02-06 16:49:28 +01:00
|
|
|
"tokio",
|
2020-03-14 23:12:45 +01:00
|
|
|
"tower-service",
|
2020-07-14 16:08:11 +02:00
|
|
|
"tracing",
|
2020-03-16 16:32:33 +01:00
|
|
|
"want",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-11-07 18:53:39 +01:00
|
|
|
"hyper",
|
2021-01-31 20:07:42 +01:00
|
|
|
"native-tls",
|
2021-02-06 16:49:28 +01:00
|
|
|
"tokio",
|
2021-01-31 20:07:42 +01:00
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2018-07-12 21:46:50 +02:00
|
|
|
version = "0.1.5"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2019-07-30 19:38:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-05-02 17:48:06 +02:00
|
|
|
version = "0.2.3"
|
2019-07-30 19:38:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 17:48:06 +02:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-07-30 19:38:54 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-07-30 19:38:54 +02:00
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-06-21 18:47:01 +02:00
|
|
|
version = "1.9.1"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 18:47:01 +02:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
2019-10-24 20:37:17 +02:00
|
|
|
dependencies = [
|
2021-02-07 22:28:02 +01:00
|
|
|
"autocfg",
|
2022-07-31 15:45:31 +02:00
|
|
|
"hashbrown 0.12.3",
|
2021-11-07 18:53:39 +01:00
|
|
|
"serde",
|
2019-10-24 20:37:17 +02:00
|
|
|
]
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "inlinable_string"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
|
|
|
|
|
2020-07-05 01:38:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-18 22:14:29 +02:00
|
|
|
version = "0.1.12"
|
2020-07-05 01:38:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 22:14:29 +02:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-09-10 23:15:29 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ipconfig"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "0.3.0"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"
|
2021-11-28 13:02:27 +01:00
|
|
|
dependencies = [
|
2022-06-08 19:46:33 +02:00
|
|
|
"socket2",
|
2021-11-28 13:02:27 +01:00
|
|
|
"widestring",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2022-06-08 19:46:33 +02:00
|
|
|
"winreg 0.7.0",
|
2021-11-28 13:02:27 +01:00
|
|
|
]
|
|
|
|
|
2020-08-12 18:46:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "2.5.0"
|
2020-08-12 18:46:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
|
2020-08-12 18:46:28 +02:00
|
|
|
|
2021-12-26 12:40:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.3"
|
2021-12-26 12:40:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
|
2021-12-26 12:40:12 +01:00
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jetscii"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "0.5.3"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:03:57 +02:00
|
|
|
checksum = "47f142fe24a9c9944451e8349de0a56af5f3e7226dc46f3ed4d4ecc0b85af75e"
|
2022-02-22 20:48:00 +01:00
|
|
|
|
2021-04-03 05:16:49 +02:00
|
|
|
[[package]]
|
2022-05-20 21:10:52 +02:00
|
|
|
name = "job_scheduler_ng"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e488bbc07c44295a7a07bfedfa36c9c77509c2e02599c1b5aef977779afca4d"
|
2021-04-03 05:16:49 +02:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"cron",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.3.59"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
2022-06-21 18:47:01 +02:00
|
|
|
version = "8.1.1"
|
2018-10-10 20:40:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 18:47:01 +02:00
|
|
|
checksum = "1aa4b4af834c6cfd35d8763d359661b90f2e45d8f750a0849156c7f4671af09c"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-03-27 17:25:04 +02:00
|
|
|
"base64",
|
2020-03-16 16:32:33 +01:00
|
|
|
"pem",
|
2020-01-30 22:11:53 +01:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-03-16 16:32:33 +01:00
|
|
|
"simple_asn1",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-08-27 21:14:15 +02:00
|
|
|
version = "1.4.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2018-08-30 17:43:46 +02:00
|
|
|
[[package]]
|
2018-09-13 16:04:00 +02:00
|
|
|
name = "lettre"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.10.1"
|
2020-05-31 17:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "2eabca5e0b4d0e98e7f2243fb5b7520b6af2b65d8f87bcc86f2c75185a6ff243"
|
2018-09-13 16:04:00 +02:00
|
|
|
dependencies = [
|
2022-07-06 23:57:37 +02:00
|
|
|
"async-trait",
|
2022-03-27 17:25:04 +02:00
|
|
|
"base64",
|
2022-04-23 18:18:15 +02:00
|
|
|
"email-encoding",
|
2022-06-04 14:47:26 +02:00
|
|
|
"email_address",
|
2021-05-08 17:46:31 +02:00
|
|
|
"fastrand",
|
2022-07-06 23:57:37 +02:00
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
2020-07-05 01:59:15 +02:00
|
|
|
"hostname",
|
2021-05-08 17:46:31 +02:00
|
|
|
"httpdate",
|
2021-05-02 17:48:06 +02:00
|
|
|
"idna 0.2.3",
|
2021-11-07 18:53:39 +01:00
|
|
|
"mime",
|
2020-01-30 22:11:53 +01:00
|
|
|
"native-tls",
|
2022-05-04 21:13:05 +02:00
|
|
|
"nom",
|
2020-05-03 17:41:53 +02:00
|
|
|
"once_cell",
|
|
|
|
"quoted_printable",
|
2020-01-30 22:11:53 +01:00
|
|
|
"serde",
|
2022-06-08 19:46:33 +02:00
|
|
|
"socket2",
|
2022-07-06 23:57:37 +02:00
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2020-11-18 12:07:08 +01:00
|
|
|
"tracing",
|
2018-09-13 16:04:00 +02:00
|
|
|
]
|
2018-08-30 17:43:46 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "0.2.127"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b"
|
2022-03-20 18:51:24 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libmimalloc-sys"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.1.25"
|
2022-03-20 18:51:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "11ca136052550448f55df7898c6dbe651c6b574fe38a0d9ea687a9f8088a2e2c"
|
2022-03-20 18:51:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-06-02 00:28:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2021-06-09 10:44:29 +02:00
|
|
|
version = "0.22.2"
|
2019-06-02 00:28:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-09 10:44:29 +02:00
|
|
|
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
|
2019-06-02 00:28:20 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-06-02 00:28:20 +02:00
|
|
|
]
|
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-07-06 23:57:37 +02:00
|
|
|
version = "0.5.6"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 23:57:37 +02:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2021-11-28 13:02:27 +01:00
|
|
|
|
2019-07-30 19:38:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.4.7"
|
2019-07-30 19:38:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2019-07-30 19:38:54 +02:00
|
|
|
dependencies = [
|
2022-04-23 18:18:15 +02:00
|
|
|
"autocfg",
|
2020-01-30 22:11:53 +01:00
|
|
|
"scopeguard",
|
2019-07-30 19:38:54 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.4.17"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "loom"
|
2022-05-20 20:37:32 +02:00
|
|
|
version = "0.5.6"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2021-11-07 18:53:39 +01:00
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
2022-01-30 22:24:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-07-05 01:59:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2018-07-21 17:27:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-22 13:46:48 +02:00
|
|
|
version = "0.1.9"
|
2018-07-21 17:27:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 13:46:48 +02:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2018-07-21 17:27:00 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "2.5.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-11-07 18:53:39 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "migrations_internals"
|
2020-03-24 11:42:28 +01:00
|
|
|
version = "1.4.1"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-24 11:42:28 +01:00
|
|
|
checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"diesel",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_macros"
|
2020-03-24 11:42:28 +01:00
|
|
|
version = "1.4.2"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-24 11:42:28 +01:00
|
|
|
checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"migrations_internals",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2022-03-20 18:51:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mimalloc"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.1.29"
|
2022-03-20 18:51:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "2f64ad83c969af2e732e907564deb0d0ed393cec4af80776f77dd77a1a427698"
|
2022-03-20 18:51:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"libmimalloc-sys",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-01-10 16:22:37 +01:00
|
|
|
version = "0.3.16"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2021-11-05 19:18:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2018-03-01 14:36:39 +01:00
|
|
|
[[package]]
|
2020-06-15 23:04:52 +02:00
|
|
|
name = "miniz_oxide"
|
2022-05-20 21:10:52 +02:00
|
|
|
version = "0.5.3"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-07-14 16:08:11 +02:00
|
|
|
"adler",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-06-21 18:47:01 +02:00
|
|
|
version = "0.8.4"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 18:47:01 +02:00
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2022-03-20 18:51:24 +01:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-05-11 22:03:07 +02:00
|
|
|
"windows-sys",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "multer"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "2.0.3"
|
2022-08-04 23:28:45 +02:00
|
|
|
source = "git+https://github.com/BlackDex/multer-rs?rev=73e83fa5eb183646cc56606e5d902acb30a45b3d#73e83fa5eb183646cc56606e5d902acb30a45b3d"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-11-07 18:53:39 +01:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2020-01-30 22:11:53 +01:00
|
|
|
"httparse",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
2022-07-15 16:03:57 +02:00
|
|
|
"spin 0.9.4",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio",
|
2022-07-15 16:03:57 +02:00
|
|
|
"tokio-util",
|
2021-11-07 18:53:39 +01:00
|
|
|
"version_check",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2020-05-31 17:58:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mysqlclient-sys"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.2.5"
|
2020-05-31 17:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "f61b381528ba293005c42a409dd73d034508e273bf90481f17ec2e964a6e969b"
|
2020-05-31 17:58:06 +02:00
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.2.10"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2020-01-30 22:11:53 +01:00
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.24.2"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2021-11-07 18:53:39 +01:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "no-std-compat"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
|
|
|
|
|
2018-09-13 16:04:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-03-20 18:51:24 +01:00
|
|
|
version = "7.1.1"
|
2018-09-13 16:04:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 18:51:24 +01:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2018-09-13 16:04:00 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"memchr",
|
2021-11-05 19:18:54 +01:00
|
|
|
"minimal-lexical",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nonzero_ext"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.3.0"
|
2021-12-22 21:48:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
|
2021-12-22 21:48:49 +01:00
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2022-03-03 21:00:10 +01:00
|
|
|
version = "0.4.3"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-03 21:00:10 +01:00
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
2020-03-16 16:32:33 +01:00
|
|
|
dependencies = [
|
2021-02-07 22:28:02 +01:00
|
|
|
"autocfg",
|
2020-03-16 16:32:33 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2018-07-12 21:46:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
2020-11-07 23:01:04 +01:00
|
|
|
version = "0.3.3"
|
2018-07-12 21:46:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 23:01:04 +01:00
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
2018-07-12 21:46:50 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-07-12 21:46:50 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.1.45"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-02-07 22:28:02 +01:00
|
|
|
"autocfg",
|
2020-01-30 22:11:53 +01:00
|
|
|
"num-traits",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.2.15"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2019-06-02 00:28:20 +02:00
|
|
|
dependencies = [
|
2021-02-07 22:28:02 +01:00
|
|
|
"autocfg",
|
2019-06-02 00:28:20 +02:00
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2021-12-26 12:40:12 +01:00
|
|
|
version = "1.13.1"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 12:40:12 +01:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.1.6"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-14 00:18:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "0.29.0"
|
2020-05-14 00:18:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:03:57 +02:00
|
|
|
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
|
2021-06-09 10:44:29 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-05-14 00:18:18 +02:00
|
|
|
|
2020-03-09 22:04:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-07-06 23:57:37 +02:00
|
|
|
version = "1.13.0"
|
2020-03-09 22:04:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 23:57:37 +02:00
|
|
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
2020-03-09 22:04:03 +01:00
|
|
|
|
2021-02-06 16:49:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "0.10.41"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:03:57 +02:00
|
|
|
checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"bitflags",
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2020-01-30 22:11:53 +01:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-03-22 20:00:57 +01:00
|
|
|
"once_cell",
|
2022-05-04 21:13:05 +02:00
|
|
|
"openssl-macros",
|
2020-01-30 22:11:53 +01:00
|
|
|
"openssl-sys",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2022-05-04 21:13:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.1.5"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2020-09-25 23:23:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2022-07-06 22:16:56 +02:00
|
|
|
version = "111.22.0+1.1.1q"
|
2020-09-25 23:23:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 22:16:56 +02:00
|
|
|
checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
|
2020-09-25 23:23:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "0.9.75"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:03:57 +02:00
|
|
|
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-02-07 22:28:02 +01:00
|
|
|
"autocfg",
|
2020-01-30 22:11:53 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-09-25 23:23:13 +02:00
|
|
|
"openssl-src",
|
2020-01-30 22:11:53 +01:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-05-20 21:10:52 +02:00
|
|
|
version = "0.12.1"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot_core",
|
2019-11-28 21:59:05 +01:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.9.3"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-02-07 22:26:22 +01:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2022-05-20 20:37:32 +02:00
|
|
|
"smallvec",
|
2022-02-07 22:26:22 +01:00
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2020-07-08 06:30:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-08-18 17:15:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.8"
|
2020-08-18 17:15:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
|
2020-08-18 17:15:44 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pear"
|
2021-11-07 18:53:39 +01:00
|
|
|
version = "0.2.3"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 18:53:39 +01:00
|
|
|
checksum = "15e44241c5e4c868e3eaa78b7c1848cadd6344ed4f54d029832d32b415a58702"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"inlinable_string",
|
2020-01-30 22:11:53 +01:00
|
|
|
"pear_codegen",
|
2021-11-07 18:53:39 +01:00
|
|
|
"yansi",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pear_codegen"
|
2021-11-07 18:53:39 +01:00
|
|
|
version = "0.2.3"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 18:53:39 +01:00
|
|
|
checksum = "82a5ca643c2303ecb740d506539deba189e16f2754040a42901cd8105d0282d0"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2-diagnostics",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "1.1.0"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:03:57 +02:00
|
|
|
checksum = "03c64931a1a212348ec4f3b4362585eca7159d0d09cbdf4a7f74f02173596fd4"
|
2020-03-16 16:32:33 +01:00
|
|
|
dependencies = [
|
2022-03-27 17:25:04 +02:00
|
|
|
"base64",
|
2020-03-16 16:32:33 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-07-30 19:38:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2019-08-18 19:31:54 +02:00
|
|
|
version = "2.1.0"
|
2019-07-30 19:38:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-07-30 19:38:54 +02:00
|
|
|
|
2019-01-13 01:39:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "2.2.1"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "69486e2b8c2d2aeb9762db7b4e00b0331156393555cff467f4163ff06821eef8"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"thiserror",
|
2020-01-30 22:11:53 +01:00
|
|
|
"ucd-trie",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "2.2.1"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "b13570633aff33c6d22ce47dd566b10a3b9122c2fe9d8e7501895905be532b91"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "2.2.1"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "b3c567e5702efdc79fb18859ea74c3eb36e14c43da7b8c1f098a4ed6514ec7a0"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "2.2.1"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "5eb32be5ee3bbdafa8c7a18b0a8a8d962b66cfa2ceee4037f49267a50ee821fe"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"once_cell",
|
2020-01-30 22:11:53 +01:00
|
|
|
"pest",
|
2022-07-31 15:45:31 +02:00
|
|
|
"sha-1",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
2021-09-22 20:26:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.11.0"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "4724fa946c8d1e7cd881bd3dbee63ce32fc1e9e191e35786b3dc1320a3f68131"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf_shared",
|
2021-09-22 20:26:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.11.0"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "32ba0c43d7a1b6492b2924a62290cfd83987828af037b0743b38e6ab092aee58"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-09-22 20:26:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.11.0"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "5b450720b6f75cfbfabc195814bd3765f337a4f9a83186f8537297cac12f6705"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf_shared",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
2021-09-22 20:26:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.11.0"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "9dd5609d4b2df87167f908a32e1b146ce309c16cf35df76bc11f440b756048e4"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
"uncased",
|
|
|
|
]
|
|
|
|
|
2021-02-07 20:10:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pico-args"
|
2022-06-04 19:16:36 +02:00
|
|
|
version = "0.5.0"
|
2020-11-07 23:01:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-04 19:16:36 +02:00
|
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2020-12-04 13:38:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.2.9"
|
2020-12-04 13:38:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-12-04 13:38:42 +01:00
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-05-03 17:24:51 +02:00
|
|
|
version = "0.1.0"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-03 17:24:51 +02:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.3.25"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
|
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-02-07 22:26:22 +01:00
|
|
|
"cpufeatures",
|
2022-07-31 15:45:31 +02:00
|
|
|
"opaque-debug",
|
2022-02-07 22:26:22 +01:00
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
2019-07-09 17:26:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.2.16"
|
2019-07-09 17:26:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2020-05-31 17:58:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pq-sys"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.4.7"
|
2020-05-31 17:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "3b845d6d8ec554f972a2c5298aad68953fd64e7441e846075450b44656a016d1"
|
2020-05-31 17:58:06 +02:00
|
|
|
dependencies = [
|
|
|
|
"vcpkg",
|
|
|
|
]
|
2019-07-09 17:26:34 +02:00
|
|
|
|
2020-01-26 15:29:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-11-07 23:01:04 +01:00
|
|
|
version = "0.5.19"
|
2020-01-26 15:29:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 23:01:04 +01:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-01-26 15:29:14 +01:00
|
|
|
|
2019-05-11 22:27:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.43"
|
2018-05-21 14:20:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
|
2018-05-21 14:20:34 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"unicode-ident",
|
2018-05-21 14:20:34 +02:00
|
|
|
]
|
|
|
|
|
2019-08-18 19:31:54 +02:00
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "proc-macro2-diagnostics"
|
|
|
|
version = "0.9.1"
|
2019-08-18 19:31:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 18:53:39 +01:00
|
|
|
checksum = "4bf29726d67464d49fa6224a1d07936a8c08bb3fba727c7493f6cf1616fdaada"
|
2019-08-18 19:31:54 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
"yansi",
|
2019-08-18 19:31:54 +02:00
|
|
|
]
|
|
|
|
|
2021-05-16 15:29:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "psl-types"
|
2021-12-26 12:40:12 +01:00
|
|
|
version = "2.0.10"
|
2021-05-16 15:29:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 12:40:12 +01:00
|
|
|
checksum = "e8eda7c62d9ecaafdf8b62374c006de0adf61666ae96a96ba74a37134aa4e470"
|
2021-05-16 15:29:13 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "publicsuffix"
|
2021-09-16 15:21:06 +02:00
|
|
|
version = "2.1.1"
|
2021-05-16 15:29:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-16 15:21:06 +02:00
|
|
|
checksum = "292972edad6bbecc137ab84c5e36421a4a6c979ea31d3cc73540dd04315b33e1"
|
2021-05-16 15:29:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2022-03-03 21:00:10 +01:00
|
|
|
"hashbrown 0.11.2",
|
2021-05-16 15:29:13 +02:00
|
|
|
"idna 0.2.3",
|
|
|
|
"psl-types",
|
|
|
|
]
|
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quanta"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.9.3"
|
2021-12-22 21:48:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "20afe714292d5e879d8b12740aa223c6a88f118af41870e8b6196e39a02238a8"
|
2021-12-22 21:48:49 +01:00
|
|
|
dependencies = [
|
2022-01-30 22:24:42 +01:00
|
|
|
"crossbeam-utils",
|
2021-12-22 21:48:49 +01:00
|
|
|
"libc",
|
2022-01-30 22:24:42 +01:00
|
|
|
"mach",
|
|
|
|
"once_cell",
|
|
|
|
"raw-cpuid",
|
2022-02-07 22:26:22 +01:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2022-01-30 22:24:42 +01:00
|
|
|
"web-sys",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2021-12-22 21:48:49 +01:00
|
|
|
]
|
|
|
|
|
2018-02-15 00:40:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-01-05 00:09:24 +01:00
|
|
|
version = "1.2.3"
|
2018-02-15 00:40:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2018-02-15 00:40:34 +01:00
|
|
|
|
2019-08-18 19:31:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.21"
|
2019-08-18 19:31:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
2019-08-18 19:31:54 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
2019-08-18 19:31:54 +02:00
|
|
|
]
|
|
|
|
|
2019-03-25 09:48:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quoted_printable"
|
2021-11-28 13:02:27 +01:00
|
|
|
version = "0.4.5"
|
2019-03-25 09:48:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-28 13:02:27 +01:00
|
|
|
checksum = "3fee2dce59f7a43418e3382c766554c614e06a552d53a8f07ef499ea4b332c0f"
|
2019-03-25 09:48:19 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
2022-06-21 18:47:01 +02:00
|
|
|
version = "0.8.10"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 18:47:01 +02:00
|
|
|
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot",
|
2020-01-30 22:11:53 +01:00
|
|
|
"scheduled-thread-pool",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.8.5"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2019-07-09 17:26:34 +02:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-07 23:34:00 +02:00
|
|
|
version = "0.3.1"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-07 23:34:00 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand_core",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-06-07 23:34:00 +02:00
|
|
|
version = "0.6.3"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-07 23:34:00 +02:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"getrandom",
|
2019-07-09 17:26:34 +02:00
|
|
|
]
|
|
|
|
|
2022-01-30 22:24:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "10.4.0"
|
2022-01-30 22:24:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "2c49596760fce12ca21550ac21dc5a9617b2ea4b6e0aa7d8dab8ff2824fc2bba"
|
2022-01-30 22:24:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.2.16"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-03-20 18:51:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.4.3"
|
2022-03-20 18:51:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2022-03-20 18:51:24 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"getrandom",
|
2022-03-20 18:51:24 +01:00
|
|
|
"redox_syscall",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ref-cast"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.9"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "ed13bcd201494ab44900a96490291651d200730904221832b9547d24a87d332b"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"ref-cast-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast-impl"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.9"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "5234cd6063258a5e32903b53b1b6ac043a0541c8adc1f610f67b0326c7a578fa"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2018-06-01 15:34:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-07-06 23:57:37 +02:00
|
|
|
version = "1.6.0"
|
2018-06-01 15:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 23:57:37 +02:00
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
2018-06-01 15:34:26 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2018-06-01 15:34:26 +02:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-07-06 23:57:37 +02:00
|
|
|
version = "0.6.27"
|
2018-06-01 15:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 23:57:37 +02:00
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
2018-06-01 15:34:26 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-06-15 23:04:52 +02:00
|
|
|
version = "0.5.3"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 23:04:52 +02:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "0.11.11"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2021-03-29 10:27:58 +02:00
|
|
|
"async-compression",
|
2022-03-27 17:25:04 +02:00
|
|
|
"base64",
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2022-06-08 19:46:33 +02:00
|
|
|
"cookie",
|
|
|
|
"cookie_store",
|
2021-01-31 20:07:42 +01:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-30 22:24:42 +01:00
|
|
|
"h2",
|
2021-01-31 20:07:42 +01:00
|
|
|
"http",
|
2021-02-06 16:49:28 +01:00
|
|
|
"http-body",
|
2021-11-07 18:53:39 +01:00
|
|
|
"hyper",
|
2021-02-06 16:49:28 +01:00
|
|
|
"hyper-tls",
|
2021-01-31 20:07:42 +01:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
|
|
|
"mime",
|
2021-01-31 20:07:42 +01:00
|
|
|
"native-tls",
|
|
|
|
"percent-encoding 2.1.0",
|
2021-02-06 16:49:28 +01:00
|
|
|
"pin-project-lite",
|
2021-11-28 13:02:27 +01:00
|
|
|
"proc-macro-hack",
|
2021-01-31 20:07:42 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-02-06 16:49:28 +01:00
|
|
|
"tokio",
|
2021-01-31 20:07:42 +01:00
|
|
|
"tokio-native-tls",
|
2021-04-07 20:25:02 +02:00
|
|
|
"tokio-socks",
|
2022-07-15 16:03:57 +02:00
|
|
|
"tokio-util",
|
2022-06-08 19:46:33 +02:00
|
|
|
"tower-service",
|
2021-11-28 13:02:27 +01:00
|
|
|
"trust-dns-resolver",
|
2021-05-08 17:46:31 +02:00
|
|
|
"url 2.2.2",
|
2021-01-31 20:07:42 +01:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2022-03-20 18:51:24 +01:00
|
|
|
"winreg 0.10.1",
|
2021-11-28 13:02:27 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "resolv-conf"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
|
|
|
dependencies = [
|
|
|
|
"hostname",
|
2022-05-20 20:37:32 +02:00
|
|
|
"quick-error",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-02-06 16:49:28 +01:00
|
|
|
version = "0.16.20"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 16:49:28 +01:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-05-03 17:24:51 +02:00
|
|
|
"once_cell",
|
2021-11-07 18:53:39 +01:00
|
|
|
"spin 0.5.2",
|
2020-01-30 22:11:53 +01:00
|
|
|
"untrusted",
|
2020-03-16 16:32:33 +01:00
|
|
|
"web-sys",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2018-08-30 17:43:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.8.11"
|
2019-12-31 02:00:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
|
2018-08-30 17:43:46 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"byteorder",
|
|
|
|
"num-traits",
|
2022-04-23 18:18:15 +02:00
|
|
|
"paste",
|
2018-08-30 17:43:46 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmpv"
|
2021-08-22 13:46:48 +02:00
|
|
|
version = "1.0.0"
|
2018-08-30 17:43:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 13:46:48 +02:00
|
|
|
checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754"
|
2018-08-30 17:43:46 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"num-traits",
|
|
|
|
"rmp",
|
2018-08-30 17:43:46 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rocket"
|
2022-05-11 22:03:07 +02:00
|
|
|
version = "0.5.0-rc.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "98ead083fce4a405feb349cf09abdf64471c6077f14e0ce59364aa90d4b99317"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"atomic",
|
2020-01-30 22:11:53 +01:00
|
|
|
"atty",
|
2020-03-16 16:32:33 +01:00
|
|
|
"binascii",
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-11-07 18:53:39 +01:00
|
|
|
"either",
|
|
|
|
"figment",
|
|
|
|
"futures",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
2020-01-30 22:11:53 +01:00
|
|
|
"memchr",
|
2021-11-07 18:53:39 +01:00
|
|
|
"multer",
|
2020-01-30 22:11:53 +01:00
|
|
|
"num_cpus",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot",
|
2021-11-07 18:53:39 +01:00
|
|
|
"pin-project-lite",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
2021-11-07 18:53:39 +01:00
|
|
|
"ref-cast",
|
2020-01-30 22:11:53 +01:00
|
|
|
"rocket_codegen",
|
|
|
|
"rocket_http",
|
2021-11-07 18:53:39 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-01-30 22:11:53 +01:00
|
|
|
"state",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tempfile",
|
2022-07-31 16:26:57 +02:00
|
|
|
"time 0.3.12",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2022-07-15 16:03:57 +02:00
|
|
|
"tokio-util",
|
2021-11-07 18:53:39 +01:00
|
|
|
"ubyte",
|
|
|
|
"version_check",
|
2020-06-15 23:04:52 +02:00
|
|
|
"yansi",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_codegen"
|
2022-05-11 22:03:07 +02:00
|
|
|
version = "0.5.0-rc.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6aeb6bb9c61e9cd2c00d70ea267bf36f76a4cc615e5908b349c2f9d93999b47"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"devise",
|
2020-03-16 16:32:33 +01:00
|
|
|
"glob",
|
2020-01-30 22:11:53 +01:00
|
|
|
"indexmap",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-01-30 22:11:53 +01:00
|
|
|
"rocket_http",
|
2021-11-07 18:53:39 +01:00
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_http"
|
2022-05-11 22:03:07 +02:00
|
|
|
version = "0.5.0-rc.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ded65d127954de3c12471630bf4b81a2792f065984461e65b91d0fdaafc17a2"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2022-06-08 19:46:33 +02:00
|
|
|
"cookie",
|
2021-11-07 18:53:39 +01:00
|
|
|
"either",
|
2022-05-04 21:13:05 +02:00
|
|
|
"futures",
|
2021-11-07 18:53:39 +01:00
|
|
|
"http",
|
|
|
|
"hyper",
|
2020-01-30 22:11:53 +01:00
|
|
|
"indexmap",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
|
|
|
"memchr",
|
2020-01-30 22:11:53 +01:00
|
|
|
"pear",
|
2021-11-07 18:53:39 +01:00
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"ref-cast",
|
2020-01-30 22:11:53 +01:00
|
|
|
"rustls",
|
2022-02-22 20:48:00 +01:00
|
|
|
"rustls-pemfile",
|
2021-11-07 18:53:39 +01:00
|
|
|
"serde",
|
2022-05-20 20:37:32 +02:00
|
|
|
"smallvec",
|
2021-11-07 18:53:39 +01:00
|
|
|
"stable-pattern",
|
2020-01-30 22:11:53 +01:00
|
|
|
"state",
|
2022-07-31 16:26:57 +02:00
|
|
|
"time 0.3.12",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"uncased",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2018-09-19 21:45:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2021-09-16 15:21:06 +02:00
|
|
|
version = "0.1.21"
|
2018-09-19 21:45:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-16 15:21:06 +02:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
2018-09-19 21:45:50 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2022-05-20 20:37:32 +02:00
|
|
|
version = "0.20.6"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2020-01-30 22:11:53 +01:00
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.1"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
2022-03-27 17:25:04 +02:00
|
|
|
"base64",
|
2022-02-22 20:48:00 +01:00
|
|
|
]
|
|
|
|
|
2018-08-24 17:07:11 +02:00
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "rustversion"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.9"
|
2018-08-24 17:07:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
|
2018-08-24 17:07:11 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "ryu"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.11"
|
2018-07-21 17:27:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
2018-07-21 17:27:00 +02:00
|
|
|
|
2018-10-10 20:40:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-01-18 20:09:52 +01:00
|
|
|
version = "1.0.6"
|
2018-10-10 20:40:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"winapi-util",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2022-05-20 20:37:32 +02:00
|
|
|
version = "0.1.20"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"lazy_static",
|
2022-05-20 20:37:32 +02:00
|
|
|
"windows-sys",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scheduled-thread-pool"
|
2022-05-20 21:10:52 +02:00
|
|
|
version = "0.2.6"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
|
2019-06-14 22:51:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-03-09 22:00:26 +01:00
|
|
|
version = "1.1.0"
|
2019-06-14 22:51:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 22:00:26 +01:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-06-14 22:51:50 +02:00
|
|
|
|
2018-10-10 20:40:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2022-02-22 20:48:00 +01:00
|
|
|
version = "0.7.0"
|
2018-10-10 20:40:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:48:00 +01:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "2.6.1"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2020-03-09 22:00:26 +01:00
|
|
|
"bitflags",
|
2020-01-30 22:11:53 +01:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
2020-04-09 22:54:31 +02:00
|
|
|
"libc",
|
2020-01-30 22:11:53 +01:00
|
|
|
"security-framework-sys",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "2.6.1"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"core-foundation-sys",
|
2020-03-09 22:00:26 +01:00
|
|
|
"libc",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.142"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "e590c437916fb6b221e1d00df6e3294f3fccd70ca7e92541c475d6ed6ef5fee2"
|
2019-05-17 15:34:58 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"serde_derive",
|
2019-05-17 15:34:58 +02:00
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2021-06-07 23:34:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
2021-08-22 13:46:48 +02:00
|
|
|
version = "0.11.2"
|
2021-06-07 23:34:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 13:46:48 +02:00
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
2021-06-07 23:34:00 +02:00
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.142"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "34b5b8d809babe02f538c2cfec6f2c1ed10804c0e5a6a041a049a4f5588ccc2e"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.83"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-02-07 22:26:22 +01:00
|
|
|
"itoa",
|
2020-01-30 22:11:53 +01:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.7.1"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2020-12-04 13:38:42 +01:00
|
|
|
"form_urlencoded",
|
2022-02-07 22:26:22 +01:00
|
|
|
"itoa",
|
2020-12-04 13:38:42 +01:00
|
|
|
"ryu",
|
2020-03-14 23:12:45 +01:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-02-06 16:49:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2022-05-20 20:37:32 +02:00
|
|
|
version = "0.10.0"
|
2021-02-06 16:49:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
2021-02-06 16:49:28 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2021-05-08 17:46:31 +02:00
|
|
|
"cpufeatures",
|
2022-07-31 15:45:31 +02:00
|
|
|
"digest",
|
2019-01-12 15:23:46 +01:00
|
|
|
]
|
|
|
|
|
2022-05-11 22:03:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f"
|
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-05-11 22:03:07 +02:00
|
|
|
"cpufeatures",
|
2022-07-31 15:45:31 +02:00
|
|
|
"digest",
|
2022-05-11 22:03:07 +02:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-02-07 22:26:22 +01:00
|
|
|
"cpufeatures",
|
2022-07-31 15:45:31 +02:00
|
|
|
"digest",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
2022-05-20 21:10:52 +02:00
|
|
|
version = "0.6.2"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
2020-03-16 16:32:33 +01:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
2022-03-03 21:00:10 +01:00
|
|
|
"thiserror",
|
2022-07-31 16:26:57 +02:00
|
|
|
"time 0.3.12",
|
2020-03-16 16:32:33 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-03-03 21:00:10 +01:00
|
|
|
version = "0.3.10"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-03 21:00:10 +01:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.4.7"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-11-22 13:16:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-07-06 23:57:37 +02:00
|
|
|
version = "1.9.0"
|
2019-11-22 13:16:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 23:57:37 +02:00
|
|
|
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
|
2019-11-22 13:16:12 +01:00
|
|
|
|
2020-05-31 17:58:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.4.4"
|
2020-05-31 17:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2020-05-31 17:58:06 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2020-05-31 17:58:06 +02:00
|
|
|
]
|
|
|
|
|
2019-03-09 14:42:16 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2019-08-27 21:14:15 +02:00
|
|
|
version = "0.5.2"
|
2019-03-09 14:42:16 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2019-03-09 14:42:16 +01:00
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "0.9.4"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:03:57 +02:00
|
|
|
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
|
2021-11-07 18:53:39 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable-pattern"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "state"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.5.3"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"loom",
|
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-01-27 15:39:19 +01:00
|
|
|
[[package]]
|
2022-02-22 20:48:00 +01:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
2019-01-27 15:39:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:48:00 +01:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2019-01-27 15:39:19 +01:00
|
|
|
|
2019-01-12 15:23:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-07-15 19:18:16 +02:00
|
|
|
version = "2.4.1"
|
2019-01-12 15:23:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-15 19:18:16 +02:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2019-01-12 15:23:46 +01:00
|
|
|
|
2019-08-18 19:31:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.99"
|
2019-08-18 19:31:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
|
2019-08-18 19:31:54 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-20 20:37:32 +02:00
|
|
|
"unicode-ident",
|
2019-08-18 19:31:54 +02:00
|
|
|
]
|
|
|
|
|
2018-12-06 20:35:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syslog"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "6.0.1"
|
2018-12-06 20:35:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "978044cc68150ad5e40083c9f6a725e6fd02d7ba1bcf691ec2ff0d66c0b41acc"
|
2018-12-06 20:35:25 +01:00
|
|
|
dependencies = [
|
2020-03-16 16:32:33 +01:00
|
|
|
"error-chain",
|
2022-04-23 18:18:15 +02:00
|
|
|
"hostname",
|
2020-01-30 22:11:53 +01:00
|
|
|
"libc",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2022-07-31 16:26:57 +02:00
|
|
|
"time 0.3.12",
|
2018-12-06 20:35:25 +01:00
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "3.3.0"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-01-30 22:24:42 +01:00
|
|
|
"fastrand",
|
2020-01-30 22:11:53 +01:00
|
|
|
"libc",
|
2021-02-24 20:25:22 +01:00
|
|
|
"redox_syscall",
|
2020-01-30 22:11:53 +01:00
|
|
|
"remove_dir_all",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
2021-04-07 20:25:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.32"
|
2021-04-07 20:25:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
|
2021-04-07 20:25:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.32"
|
2021-04-07 20:25:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
|
2021-04-07 20:25:02 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2021-04-07 20:25:02 +02:00
|
|
|
]
|
|
|
|
|
2018-11-16 02:34:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
2020-05-14 00:18:18 +02:00
|
|
|
version = "1.8.1"
|
2018-11-16 02:34:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 00:18:18 +02:00
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
2018-11-16 02:34:17 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"num_cpus",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.1.43"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"libc",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-07-31 16:26:57 +02:00
|
|
|
version = "0.3.12"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 16:26:57 +02:00
|
|
|
checksum = "74b7cc93fc23ba97fde84f7eea56c55d1ba183f495c6715defdfc7b9cb8c870f"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
2022-02-07 22:26:22 +01:00
|
|
|
"itoa",
|
2022-07-31 16:26:57 +02:00
|
|
|
"js-sys",
|
2021-11-07 18:53:39 +01:00
|
|
|
"libc",
|
|
|
|
"num_threads",
|
2022-06-08 19:46:33 +02:00
|
|
|
"time-macros",
|
2020-01-26 15:29:14 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2022-03-26 16:35:54 +01:00
|
|
|
version = "0.2.4"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-26 16:35:54 +01:00
|
|
|
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
|
2021-11-07 18:53:39 +01:00
|
|
|
|
2020-06-22 17:15:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "1.6.0"
|
2020-12-04 13:38:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-12-04 13:38:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-06-22 17:15:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 13:38:42 +01:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-06-22 17:15:20 +02:00
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "1.20.1"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2022-07-15 16:03:57 +02:00
|
|
|
"autocfg",
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-01-31 20:07:42 +01:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-05-20 20:37:32 +02:00
|
|
|
"mio",
|
2021-01-31 20:07:42 +01:00
|
|
|
"num_cpus",
|
2021-11-07 18:53:39 +01:00
|
|
|
"once_cell",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot",
|
2021-02-06 16:49:28 +01:00
|
|
|
"pin-project-lite",
|
2021-11-07 18:53:39 +01:00
|
|
|
"signal-hook-registry",
|
2022-06-08 19:46:33 +02:00
|
|
|
"socket2",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio-macros",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "1.8.0"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
2021-02-06 16:49:28 +01:00
|
|
|
"tokio",
|
2020-03-14 23:12:45 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.23.4"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-04-07 20:25:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-socks"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"futures-util",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "0.1.9"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-05-20 20:37:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "0.17.2"
|
2022-05-20 20:37:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:03:57 +02:00
|
|
|
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
|
2022-05-20 20:37:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "0.7.3"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2022-02-07 22:26:22 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-04-23 18:18:15 +02:00
|
|
|
"tracing",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.5.9"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"serde",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-08-22 13:46:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "totp-lite"
|
2022-05-20 20:37:32 +02:00
|
|
|
version = "2.0.0"
|
2021-08-22 13:46:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "5cc496875d9c8fe9a0ce19e3ee8e8808c60376831a439543f0aac71c9dd129fa"
|
2021-08-22 13:46:48 +02:00
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"digest",
|
2022-05-20 20:37:32 +02:00
|
|
|
"hmac",
|
2022-07-31 15:45:31 +02:00
|
|
|
"sha-1",
|
2022-05-20 20:37:32 +02:00
|
|
|
"sha2",
|
2021-08-22 13:46:48 +02:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-06-21 18:47:01 +02:00
|
|
|
version = "0.3.2"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 18:47:01 +02:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2020-07-14 16:08:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.1.36"
|
2020-07-14 16:08:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
|
2020-07-14 16:08:11 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2021-02-06 16:49:28 +01:00
|
|
|
"pin-project-lite",
|
2021-03-29 10:27:58 +02:00
|
|
|
"tracing-attributes",
|
2020-07-14 16:08:11 +02:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-07-06 23:57:37 +02:00
|
|
|
version = "0.1.22"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 23:57:37 +02:00
|
|
|
checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-29 10:27:58 +02:00
|
|
|
]
|
|
|
|
|
2020-07-14 16:08:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.1.29"
|
2020-07-14 16:08:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
|
2020-07-14 16:08:11 +02:00
|
|
|
dependencies = [
|
2022-06-08 19:46:33 +02:00
|
|
|
"once_cell",
|
2022-02-07 22:26:22 +01:00
|
|
|
"valuable",
|
2020-07-14 16:08:11 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "tracing-log"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.1.3"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.3.15"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "60db860322da191b40952ad9affe65ea23e7dd6a5c442c2c42865810c6ab8e6b"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"matchers",
|
2022-07-06 23:57:37 +02:00
|
|
|
"once_cell",
|
2021-11-07 18:53:39 +01:00
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
2022-05-20 20:37:32 +02:00
|
|
|
"smallvec",
|
2021-11-07 18:53:39 +01:00
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-proto"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "0.21.2"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"
|
2021-11-28 13:02:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2021-11-28 13:02:27 +01:00
|
|
|
"data-encoding",
|
|
|
|
"enum-as-inner",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"idna 0.2.3",
|
|
|
|
"ipnet",
|
|
|
|
"lazy_static",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
|
|
|
"smallvec",
|
2021-11-28 13:02:27 +01:00
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tokio",
|
|
|
|
"url 2.2.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-resolver"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "0.21.2"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"
|
2021-11-28 13:02:27 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2021-11-28 13:02:27 +01:00
|
|
|
"futures-util",
|
|
|
|
"ipconfig",
|
|
|
|
"lazy_static",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2021-11-28 13:02:27 +01:00
|
|
|
"lru-cache",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot",
|
2021-11-28 13:02:27 +01:00
|
|
|
"resolv-conf",
|
2022-05-20 20:37:32 +02:00
|
|
|
"smallvec",
|
2021-11-28 13:02:27 +01:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"trust-dns-proto",
|
|
|
|
]
|
|
|
|
|
2018-05-21 14:20:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2020-07-14 16:08:11 +02:00
|
|
|
version = "0.2.3"
|
2018-05-21 14:20:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-14 16:08:11 +02:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2018-05-21 14:20:34 +02:00
|
|
|
|
2022-05-20 20:37:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "0.17.3"
|
2022-05-20 20:37:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:03:57 +02:00
|
|
|
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
|
2022-05-20 20:37:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand",
|
2022-07-31 15:45:31 +02:00
|
|
|
"sha-1",
|
2022-05-20 20:37:32 +02:00
|
|
|
"thiserror",
|
|
|
|
"url 2.2.2",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-12-26 12:40:12 +01:00
|
|
|
version = "1.15.0"
|
2018-03-21 00:08:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 12:40:12 +01:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2018-03-21 00:08:46 +01:00
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ubyte"
|
2022-05-20 20:37:32 +02:00
|
|
|
version = "0.10.2"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "a58e29f263341a29bb79e14ad7fda5f63b1c7e48929bad4c685d7876b1d04e94"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-01-13 01:39:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2022-07-06 23:57:37 +02:00
|
|
|
version = "0.1.4"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 23:57:37 +02:00
|
|
|
checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
|
2019-01-13 01:39:29 +01:00
|
|
|
|
2021-09-22 20:26:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "uncased"
|
2022-05-20 20:37:32 +02:00
|
|
|
version = "0.9.7"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"serde",
|
|
|
|
"version_check",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.3.8"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2022-05-20 20:37:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-08-04 23:28:45 +02:00
|
|
|
version = "1.0.3"
|
2022-05-20 20:37:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 23:28:45 +02:00
|
|
|
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
|
2022-05-20 20:37:32 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-07-06 23:57:37 +02:00
|
|
|
version = "0.1.21"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 23:57:37 +02:00
|
|
|
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
|
2019-01-24 14:42:26 +01:00
|
|
|
dependencies = [
|
2020-06-22 17:15:20 +02:00
|
|
|
"tinyvec",
|
2019-01-24 14:42:26 +01:00
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-08-18 19:31:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.2.3"
|
2019-08-18 19:31:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
|
2019-08-18 19:31:54 +02:00
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"generic-array",
|
2022-02-07 22:26:22 +01:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-05-03 17:24:51 +02:00
|
|
|
version = "0.7.1"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-03 17:24:51 +02:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-11-19 19:52:43 +01:00
|
|
|
version = "1.7.2"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"idna 0.1.5",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding 1.0.1",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2019-07-30 19:38:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-08 17:46:31 +02:00
|
|
|
version = "2.2.2"
|
2019-07-30 19:38:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-08 17:46:31 +02:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-07-30 19:38:54 +02:00
|
|
|
dependencies = [
|
2020-11-07 23:01:04 +01:00
|
|
|
"form_urlencoded",
|
2021-05-02 17:48:06 +02:00
|
|
|
"idna 0.2.3",
|
2020-01-30 22:11:53 +01:00
|
|
|
"matches",
|
|
|
|
"percent-encoding 2.1.0",
|
2021-10-24 21:50:26 +02:00
|
|
|
"serde",
|
2019-07-30 19:38:54 +02:00
|
|
|
]
|
|
|
|
|
2022-05-20 20:37:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2019-10-24 20:37:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "1.1.2"
|
2019-10-24 20:37:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
|
2019-10-24 20:37:17 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"getrandom",
|
2019-10-24 20:37:17 +02:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2021-04-27 23:18:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vaultwarden"
|
|
|
|
version = "1.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2022-02-22 20:48:00 +01:00
|
|
|
"cached",
|
2021-04-27 23:18:32 +02:00
|
|
|
"chrono",
|
|
|
|
"chrono-tz",
|
2022-06-08 19:46:33 +02:00
|
|
|
"cookie",
|
|
|
|
"cookie_store",
|
2021-11-07 18:53:39 +01:00
|
|
|
"ctrlc",
|
2022-05-20 20:37:32 +02:00
|
|
|
"dashmap",
|
2021-04-27 23:18:32 +02:00
|
|
|
"data-encoding",
|
|
|
|
"data-url",
|
|
|
|
"diesel",
|
|
|
|
"diesel_migrations",
|
2022-03-20 18:51:24 +01:00
|
|
|
"dotenvy",
|
2021-04-27 23:18:32 +02:00
|
|
|
"fern",
|
2021-11-07 18:53:39 +01:00
|
|
|
"futures",
|
2021-12-22 21:48:49 +01:00
|
|
|
"governor",
|
2021-04-27 23:18:32 +02:00
|
|
|
"handlebars",
|
2022-02-22 20:48:00 +01:00
|
|
|
"html5gum",
|
2022-05-20 21:10:52 +02:00
|
|
|
"job_scheduler_ng",
|
2021-04-27 23:18:32 +02:00
|
|
|
"jsonwebtoken",
|
|
|
|
"lettre",
|
|
|
|
"libsqlite3-sys",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2022-03-20 18:51:24 +01:00
|
|
|
"mimalloc",
|
2021-04-27 23:18:32 +02:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"openssl",
|
|
|
|
"paste",
|
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
"pico-args",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
2021-04-27 23:18:32 +02:00
|
|
|
"regex",
|
|
|
|
"reqwest",
|
|
|
|
"ring",
|
|
|
|
"rmpv",
|
|
|
|
"rocket",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syslog",
|
2022-07-31 16:26:57 +02:00
|
|
|
"time 0.3.12",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio",
|
2022-05-20 20:37:32 +02:00
|
|
|
"tokio-tungstenite",
|
2021-08-22 13:46:48 +02:00
|
|
|
"totp-lite",
|
2021-04-27 23:18:32 +02:00
|
|
|
"tracing",
|
2021-05-16 15:29:13 +02:00
|
|
|
"url 2.2.2",
|
2021-04-27 23:18:32 +02:00
|
|
|
"uuid",
|
2021-06-07 23:34:00 +02:00
|
|
|
"webauthn-rs",
|
2021-04-27 23:18:32 +02:00
|
|
|
"yubico",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-06-19 21:25:55 +02:00
|
|
|
version = "0.2.15"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 21:25:55 +02:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-10-24 23:21:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.9.4"
|
2019-10-24 23:21:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-10-24 23:21:04 +02:00
|
|
|
|
2018-05-21 14:20:34 +02:00
|
|
|
[[package]]
|
2018-10-10 20:40:39 +02:00
|
|
|
name = "walkdir"
|
2021-03-22 20:00:57 +01:00
|
|
|
version = "2.3.2"
|
2018-05-21 14:20:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-22 20:00:57 +01:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2018-05-21 14:20:34 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"same-file",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2020-01-30 22:11:53 +01:00
|
|
|
"winapi-util",
|
2018-05-21 14:20:34 +02:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2020-03-14 23:12:45 +01:00
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2020-08-28 22:11:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-08-28 22:11:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-08-28 22:11:55 +02:00
|
|
|
|
2022-03-20 18:51:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.2.82"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2020-03-14 23:12:45 +01:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.2.82"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2022-07-31 15:45:31 +02:00
|
|
|
"once_cell",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-03-14 23:12:45 +01:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.4.32"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2020-03-14 23:12:45 +01:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.2.82"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"quote",
|
2020-03-14 23:12:45 +01:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.2.82"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-03-14 23:12:45 +01:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.2.82"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
|
2020-12-04 13:38:42 +01:00
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.3.59"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-06-07 23:34:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "webauthn-rs"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.3.2"
|
2021-07-25 14:49:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "90b266eccb4b32595876f5c73ea443b0516da0b1df72ca07bc08ed9ba7f96ec1"
|
2021-06-07 23:34:00 +02:00
|
|
|
dependencies = [
|
2022-03-27 17:25:04 +02:00
|
|
|
"base64",
|
2022-05-04 21:13:05 +02:00
|
|
|
"nom",
|
2021-06-07 23:34:00 +02:00
|
|
|
"openssl",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
2021-06-07 23:34:00 +02:00
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2021-12-26 12:40:12 +01:00
|
|
|
"tracing",
|
2021-10-24 21:50:26 +02:00
|
|
|
"url 2.2.2",
|
2021-06-07 23:34:00 +02:00
|
|
|
]
|
|
|
|
|
2018-07-12 21:46:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2022-02-22 20:48:00 +01:00
|
|
|
version = "0.22.0"
|
2018-07-12 21:46:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:48:00 +01:00
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
2018-07-12 21:46:50 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-07-12 21:46:50 +02:00
|
|
|
]
|
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "widestring"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "0.5.1"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
|
2021-11-28 13:02:27 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-05 01:38:16 +02:00
|
|
|
version = "0.3.9"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-05 01:38:16 +02:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2018-10-10 20:40:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-03 17:24:51 +02:00
|
|
|
version = "0.1.5"
|
2018-10-10 20:40:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-03 17:24:51 +02:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2022-07-31 15:45:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbedf6db9096bc2364adce0ae0aa636dcd89f3c3f2cd67947062aaf0ca2a10ec"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc 0.32.0",
|
|
|
|
"windows_i686_gnu 0.32.0",
|
|
|
|
"windows_i686_msvc 0.32.0",
|
|
|
|
"windows_x86_64_gnu 0.32.0",
|
|
|
|
"windows_x86_64_msvc 0.32.0",
|
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.36.1"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"windows_aarch64_msvc 0.36.1",
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
2022-07-31 15:45:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.36.1"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
2022-02-07 22:26:22 +01:00
|
|
|
|
2022-07-31 15:45:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.36.1"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
2022-02-07 22:26:22 +01:00
|
|
|
|
2022-07-31 15:45:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.36.1"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
2022-02-07 22:26:22 +01:00
|
|
|
|
2022-07-31 15:45:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.36.1"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
2022-02-07 22:26:22 +01:00
|
|
|
|
2022-07-31 15:45:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "0.36.1"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
2022-02-07 22:26:22 +01:00
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2022-06-08 19:46:33 +02:00
|
|
|
version = "0.7.0"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-08 19:46:33 +02:00
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
2021-11-28 13:02:27 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2021-11-28 13:02:27 +01:00
|
|
|
]
|
|
|
|
|
2019-07-30 19:38:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2022-03-20 18:51:24 +01:00
|
|
|
version = "0.10.1"
|
2019-07-30 19:38:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 18:51:24 +01:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2019-07-30 19:38:54 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2018-12-01 14:29:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
2022-03-26 16:35:54 +01:00
|
|
|
version = "0.5.1"
|
2018-12-01 14:29:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-26 16:35:54 +01:00
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|
2018-12-01 14:29:19 +01:00
|
|
|
|
2018-11-16 02:34:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "yubico"
|
2022-05-11 22:03:07 +02:00
|
|
|
version = "0.11.0"
|
2019-01-12 15:23:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-11 22:03:07 +02:00
|
|
|
checksum = "173f75d2c4010429a2d74ae3a114a69930c59e2b1a4c97b1c75d259a4960d5fb"
|
2018-11-16 02:34:17 +01:00
|
|
|
dependencies = [
|
2022-03-27 17:25:04 +02:00
|
|
|
"base64",
|
2022-05-11 22:03:07 +02:00
|
|
|
"form_urlencoded",
|
2020-01-30 22:11:53 +01:00
|
|
|
"futures",
|
2022-05-20 20:37:32 +02:00
|
|
|
"hmac",
|
|
|
|
"rand",
|
2021-02-06 16:49:28 +01:00
|
|
|
"reqwest",
|
2022-06-08 19:46:33 +02:00
|
|
|
"sha1",
|
2020-01-30 22:11:53 +01:00
|
|
|
"threadpool",
|
|
|
|
]
|