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 = [
|
|
|
|
"generic-array 0.14.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-20 21:10:52 +02:00
|
|
|
version = "0.1.56"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
|
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-04-23 18:18:15 +02:00
|
|
|
version = "0.3.65"
|
2018-09-19 21:45:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
|
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-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.2.10"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
|
2020-03-16 16:32:33 +01: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
|
|
|
|
2019-01-13 01:39:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2019-04-26 22:07:00 +02:00
|
|
|
version = "0.7.3"
|
2019-01-12 15:23:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
2019-01-12 15:23:46 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"block-padding",
|
2021-08-22 13:46:48 +02:00
|
|
|
"byte-tools",
|
2020-01-30 22:11:53 +01:00
|
|
|
"byteorder",
|
2021-03-04 18:55:12 +01:00
|
|
|
"generic-array 0.12.4",
|
2019-01-12 15:23:46 +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 = [
|
|
|
|
"generic-array 0.14.5",
|
|
|
|
]
|
|
|
|
|
2019-01-12 15:23:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2019-11-19 20:29:42 +01:00
|
|
|
version = "0.1.5"
|
2019-01-12 15:23:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
2019-01-12 15:23:46 +01:00
|
|
|
dependencies = [
|
2021-08-22 13:46:48 +02:00
|
|
|
"byte-tools",
|
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
|
|
|
|
2019-01-12 15:23:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
2019-02-01 23:39:14 +01:00
|
|
|
version = "0.3.1"
|
2019-01-12 15:23:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
2019-01-12 15:23:46 +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"
|
2021-09-16 15:21:06 +02:00
|
|
|
version = "1.1.0"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-16 15:21:06 +02:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-01-31 20:07:42 +01:00
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cached"
|
2022-03-03 21:00:10 +01:00
|
|
|
version = "0.34.0"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-03 21:00:10 +01:00
|
|
|
checksum = "aadf76ddea74bab35ebeb8f1eb115b9bc04eaee42d8acc0d5f477dee6b176c9a"
|
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-05-04 21:13:05 +02:00
|
|
|
"hashbrown 0.12.1",
|
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-03-03 21:00:10 +01:00
|
|
|
version = "0.12.0"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-03 21:00:10 +01:00
|
|
|
checksum = "bce0f37f9b77c6b93cdf3f060c89adca303d2ab052cacb3c3d1ab543e8cecd2f"
|
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"
|
2020-10-03 20:14:17 +02:00
|
|
|
version = "0.4.19"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-03 20:14:17 +02:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-10-03 20:14:17 +02:00
|
|
|
"libc",
|
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-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"
|
2021-12-26 12:40:12 +01:00
|
|
|
version = "0.6.1"
|
2020-07-08 06:30:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 12:40:12 +01:00
|
|
|
checksum = "58549f1842da3080ce63002102d5bc954c7bc843d4f47818e642abdc36253552"
|
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"
|
|
|
|
version = "0.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db058d493fb2f65f41861bfed7e3fe6335264a9f0f92710cab5bdf01fef09069"
|
|
|
|
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 = [
|
|
|
|
"generic-array 0.14.5",
|
|
|
|
]
|
|
|
|
|
2020-09-11 23:52:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.4.9"
|
2020-09-11 23:52:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
|
2020-09-11 23:52:20 +02:00
|
|
|
|
2019-03-09 14:42:16 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2021-11-07 18:53:39 +01:00
|
|
|
version = "0.15.1"
|
2019-04-11 15:32:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 18:53:39 +01:00
|
|
|
checksum = "d5f1c7727e460397e56abc4bddc1d49e07a1ad78fc98eb2e1c8f032a58a2f80d"
|
2019-04-11 15:32:38 +02:00
|
|
|
dependencies = [
|
2020-03-16 16:32:33 +01:00
|
|
|
"percent-encoding 2.1.0",
|
2021-06-07 23:34:00 +02:00
|
|
|
"time 0.2.27",
|
2021-11-07 18:53:39 +01:00
|
|
|
"version_check",
|
2019-04-11 15:32:38 +02: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-03-26 16:35:54 +01:00
|
|
|
"time 0.3.9",
|
2021-11-07 18:53:39 +01:00
|
|
|
"version_check",
|
2021-05-16 15:29:13 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie_store"
|
2021-11-28 13:02:27 +01:00
|
|
|
version = "0.15.1"
|
2021-05-16 15:29:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-28 13:02:27 +01:00
|
|
|
checksum = "b3f7034c0932dc36f5bd8ec37368d971346809435824f277cb3b8299fc56167c"
|
2021-05-16 15:29:13 +02:00
|
|
|
dependencies = [
|
2021-07-15 19:18:16 +02:00
|
|
|
"cookie 0.15.1",
|
2021-05-16 15:29:13 +02:00
|
|
|
"idna 0.2.3",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2021-10-24 21:50:26 +02:00
|
|
|
"publicsuffix",
|
2021-05-16 15:29:13 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-06-07 23:34:00 +02:00
|
|
|
"time 0.2.27",
|
2021-05-16 15:29:13 +02:00
|
|
|
"url 2.2.2",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"cookie 0.16.0",
|
|
|
|
"idna 0.2.3",
|
|
|
|
"log",
|
|
|
|
"publicsuffix",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"time 0.3.9",
|
|
|
|
"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-03-20 18:51:24 +01:00
|
|
|
version = "0.8.8"
|
2022-01-30 22:24:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 18:51:24 +01:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
2022-01-30 22:24:42 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-01-30 22:24:42 +01:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.5",
|
|
|
|
"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-05-04 21:13:05 +02:00
|
|
|
"hashbrown 0.12.1",
|
|
|
|
"lock_api",
|
2022-05-20 21:10:52 +02:00
|
|
|
"parking_lot_core 0.9.3",
|
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
|
|
|
]
|
|
|
|
|
2019-01-12 15:23:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2019-07-09 17:26:34 +02:00
|
|
|
version = "0.8.1"
|
2019-01-12 15:23:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2019-01-12 15:23:46 +01:00
|
|
|
dependencies = [
|
2021-03-04 18:55:12 +01:00
|
|
|
"generic-array 0.12.4",
|
2019-01-12 15:23:46 +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 = [
|
|
|
|
"block-buffer 0.10.2",
|
|
|
|
"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
|
|
|
]
|
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
|
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"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2022-04-23 18:18:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "email-encoding"
|
2022-06-04 14:47:26 +02:00
|
|
|
version = "0.1.1"
|
2022-04-23 18:18:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-04 14:47:26 +02:00
|
|
|
checksum = "75b91dddc343e7eaa27f9764e5bffe57370d957017fdd75244f5045e829a8441"
|
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-02-22 20:48:00 +01:00
|
|
|
version = "0.3.4"
|
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 = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"
|
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
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2021-05-08 17:46:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "1.7.0"
|
2021-05-08 17:46:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
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"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustversion",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-04 18:55:12 +01:00
|
|
|
version = "0.12.4"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 18:55:12 +01:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"typenum",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-02-06 16:49:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.14.5"
|
2021-02-06 16:49:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
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-04-23 18:18:15 +02:00
|
|
|
version = "0.2.6"
|
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 = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
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-02-07 22:26:22 +01:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
|
|
|
|
dependencies = [
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
"polyval",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2020-05-14 00:18:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2021-11-05 19:18:54 +01:00
|
|
|
version = "0.26.1"
|
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 = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
|
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-05-20 21:10:52 +02:00
|
|
|
"parking_lot 0.12.1",
|
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-05-20 20:37:32 +02:00
|
|
|
"tokio-util 0.7.2",
|
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-05-20 20:37:32 +02:00
|
|
|
version = "4.3.0"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "d113a9853e5accd30f43003560b5563ffbb007e3f325e8b103fa0d0029c6e6df"
|
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-05-04 21:13:05 +02:00
|
|
|
version = "0.12.1"
|
2022-03-03 21:00:10 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
|
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 = [
|
|
|
|
"digest 0.10.3",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.4.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 = "2dad48b66db55322add2819ae1d7bda0c32f3415269a08330679dbc8b0afeb30"
|
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-05-04 21:13:05 +02:00
|
|
|
version = "0.2.7"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
|
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-05-20 21:10:52 +02:00
|
|
|
version = "0.14.19"
|
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 = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
|
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-01-30 22:24:42 +01:00
|
|
|
"socket2 0.4.4",
|
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-05-20 21:10:52 +02:00
|
|
|
version = "1.8.2"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
|
2019-10-24 20:37:17 +02:00
|
|
|
dependencies = [
|
2021-02-07 22:28:02 +01:00
|
|
|
"autocfg",
|
2022-03-03 21:00:10 +01:00
|
|
|
"hashbrown 0.11.2",
|
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"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
|
|
|
|
dependencies = [
|
|
|
|
"socket2 0.3.19",
|
|
|
|
"widestring",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2021-11-28 13:02:27 +01:00
|
|
|
"winreg 0.6.2",
|
|
|
|
]
|
|
|
|
|
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-05-20 20:37:32 +02:00
|
|
|
version = "1.0.2"
|
2021-12-26 12:40:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
2021-12-26 12:40:12 +01:00
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jetscii"
|
2022-05-11 22:03:07 +02:00
|
|
|
version = "0.5.2"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-11 22:03:07 +02:00
|
|
|
checksum = "492895b76e8c1a78a419f2977a38e42032077ca67d101d26b435ee705119e373"
|
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-04-23 18:18:15 +02:00
|
|
|
version = "0.3.57"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "8.1.0"
|
2018-10-10 20:40:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "cc9051c17f81bae79440afa041b3a278e1de71bfb96d32454b477fd4703ccb6f"
|
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-06-04 14:47:26 +02:00
|
|
|
version = "0.10.0-rc.7"
|
2020-05-31 17:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-04 14:47:26 +02:00
|
|
|
checksum = "0f7e87d9d44162eea7abd87b1a7540fcb10d5e58e8bb4f173178f3dc6e453944"
|
2018-09-13 16:04:00 +02:00
|
|
|
dependencies = [
|
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",
|
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-04 14:47:26 +02:00
|
|
|
"socket2 0.4.4",
|
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-05-20 20:37:32 +02:00
|
|
|
version = "0.2.126"
|
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 = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
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"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2019-01-13 01:39:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
2019-08-27 21:14:15 +02:00
|
|
|
version = "1.0.2"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
2019-01-13 01:39:29 +01:00
|
|
|
|
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-05-11 22:03:07 +02:00
|
|
|
version = "0.8.3"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-11 22:03:07 +02:00
|
|
|
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
|
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"
|
|
|
|
version = "2.0.2"
|
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 = "5f8f35e687561d5c1667590911e6698a8cb714a134a7505718a182e7bc9d3836"
|
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-04-23 18:18:15 +02:00
|
|
|
"spin 0.9.3",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio",
|
2022-05-20 20:37:32 +02:00
|
|
|
"tokio-util 0.6.10",
|
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-05-04 21:13:05 +02:00
|
|
|
version = "0.24.1"
|
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 = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9"
|
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-05-11 22:03:07 +02:00
|
|
|
version = "0.28.4"
|
2020-05-14 00:18:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-11 22:03:07 +02:00
|
|
|
checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
|
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-05-20 21:10:52 +02:00
|
|
|
version = "1.12.0"
|
2020-03-09 22:04:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
|
2020-03-09 22:04:03 +01:00
|
|
|
|
2019-01-12 15:23:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2019-07-30 19:38:54 +02:00
|
|
|
version = "0.2.3"
|
2019-01-12 15:23:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
2019-01-12 15:23:46 +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-05-04 21:13:05 +02:00
|
|
|
version = "0.10.40"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
|
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-05-20 20:37:32 +02:00
|
|
|
version = "111.20.0+1.1.1o"
|
2020-09-25 23:23:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "92892c4f87d56e376e469ace79f1128fdaded07646ddf73aa0be4706ff712dec"
|
2020-09-25 23:23:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-05-20 21:10:52 +02:00
|
|
|
version = "0.9.74"
|
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 = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1"
|
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
|
|
|
]
|
|
|
|
|
2019-11-28 21:59:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-16 15:21:06 +02:00
|
|
|
version = "0.11.2"
|
2019-11-28 21:59:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-16 15:21:06 +02:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2019-11-28 21:59:05 +01:00
|
|
|
dependencies = [
|
2020-07-05 01:38:16 +02:00
|
|
|
"instant",
|
2020-01-30 22:11:53 +01:00
|
|
|
"lock_api",
|
2021-09-16 15:21:06 +02:00
|
|
|
"parking_lot_core 0.8.5",
|
2019-11-28 21:59:05 +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-05-04 21:13:05 +02:00
|
|
|
"parking_lot_core 0.9.3",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
2019-11-28 21:59:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-09-16 15:21:06 +02:00
|
|
|
version = "0.8.5"
|
2019-11-28 21:59:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-16 15:21:06 +02:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2019-11-28 21:59:05 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2020-07-05 01:38:16 +02:00
|
|
|
"instant",
|
2020-01-30 22:11:53 +01:00
|
|
|
"libc",
|
2021-02-24 20:25:22 +01:00
|
|
|
"redox_syscall",
|
2022-05-20 20:37:32 +02:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
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-04-23 18:18:15 +02:00
|
|
|
version = "1.0.7"
|
2020-08-18 17:15:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
|
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-03-03 21:00:10 +01:00
|
|
|
version = "1.0.2"
|
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 = "e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947"
|
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"
|
2020-03-09 22:00:26 +01:00
|
|
|
version = "2.1.3"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 22:00:26 +01:00
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"ucd-trie",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
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"
|
2020-03-16 16:32:33 +01:00
|
|
|
version = "2.1.3"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-16 16:32:33 +01:00
|
|
|
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
|
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"
|
2020-03-09 22:00:26 +01:00
|
|
|
version = "2.1.3"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 22:00:26 +01:00
|
|
|
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"maplit",
|
|
|
|
"pest",
|
|
|
|
"sha-1 0.8.2",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
2021-09-22 20:26:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2021-12-26 12:40:12 +01:00
|
|
|
version = "0.10.1"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-26 12:40:12 +01:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
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"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
|
|
|
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"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
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"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
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",
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
"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"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ac25eee5a0582f45a67e837e350d784e7003bd29a5f460796772061ca49ffda"
|
|
|
|
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-05-20 20:37:32 +02:00
|
|
|
version = "1.0.39"
|
2018-05-21 14:20:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
|
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-04-23 18:18:15 +02:00
|
|
|
version = "1.0.18"
|
2019-08-18 19:31:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
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"
|
2020-07-05 01:38:16 +02:00
|
|
|
version = "0.8.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 = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2021-09-16 15:21:06 +02:00
|
|
|
"parking_lot 0.11.2",
|
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-03-20 18:51:24 +01:00
|
|
|
version = "10.3.0"
|
2022-01-30 22:24:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 18:51:24 +01:00
|
|
|
checksum = "738bc47119e3eeccc7e94c4a506901aea5e7b4944ecd0829cbebf4af04ceda12"
|
2022-01-30 22:24:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.2.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 = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
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-05-04 21:13:05 +02:00
|
|
|
version = "1.0.7"
|
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 = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"ref-cast-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast-impl"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "1.0.7"
|
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 = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"
|
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-05-20 20:37:32 +02:00
|
|
|
version = "1.5.6"
|
2018-06-01 15:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
|
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-05-20 20:37:32 +02:00
|
|
|
version = "0.6.26"
|
2018-06-01 15:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
|
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-03-20 18:51:24 +01:00
|
|
|
version = "0.11.10"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 18:51:24 +01:00
|
|
|
checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
|
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",
|
2021-10-24 21:50:26 +02:00
|
|
|
"cookie 0.15.1",
|
2022-04-23 18:18:15 +02:00
|
|
|
"cookie_store 0.15.1",
|
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-05-20 20:37:32 +02:00
|
|
|
"tokio-util 0.6.10",
|
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-05-20 21:10:52 +02:00
|
|
|
"parking_lot 0.12.1",
|
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-03-26 16:35:54 +01:00
|
|
|
"time 0.3.9",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2022-05-20 20:37:32 +02:00
|
|
|
"tokio-util 0.7.2",
|
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 = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"cookie 0.16.0",
|
|
|
|
"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-03-26 16:35:54 +01:00
|
|
|
"time 0.3.9",
|
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-09-13 16:04:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2018-09-13 16:04:00 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"semver",
|
2018-09-13 16:04:00 +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-05-04 21:13:05 +02:00
|
|
|
version = "1.0.0"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
|
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"
|
|
|
|
version = "1.0.6"
|
2018-08-24 17:07:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 18:53:39 +01:00
|
|
|
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
|
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-05-20 20:37:32 +02:00
|
|
|
version = "1.0.10"
|
2018-07-21 17:27:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
|
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-05-20 21:10:52 +02:00
|
|
|
"parking_lot 0.12.1",
|
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-09-13 16:04:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2018-09-13 16:04:00 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"semver-parser",
|
2018-09-13 16:04:00 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2018-09-13 16:04:00 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "1.0.137"
|
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 = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
|
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-05-04 21:13:05 +02:00
|
|
|
version = "1.0.137"
|
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 = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
|
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-05-04 21:13:05 +02:00
|
|
|
version = "1.0.81"
|
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 = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
|
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",
|
|
|
|
]
|
|
|
|
|
2019-01-12 15:23:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2020-01-10 16:22:37 +01:00
|
|
|
version = "0.8.2"
|
2019-01-12 15:23:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
2019-01-12 15:23:46 +01:00
|
|
|
dependencies = [
|
2021-02-06 16:49:28 +01:00
|
|
|
"block-buffer 0.7.3",
|
2020-01-30 22:11:53 +01:00
|
|
|
"digest 0.8.1",
|
|
|
|
"fake-simd",
|
2021-02-06 16:49:28 +01:00
|
|
|
"opaque-debug 0.2.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-20 20:37:32 +02:00
|
|
|
"digest 0.10.3",
|
2019-01-12 15:23:46 +01:00
|
|
|
]
|
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
|
|
dependencies = [
|
|
|
|
"sha1_smol",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"digest 0.10.3",
|
|
|
|
]
|
|
|
|
|
2022-01-30 22:24:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
2020-03-16 16:32:33 +01: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",
|
|
|
|
"digest 0.10.3",
|
|
|
|
]
|
|
|
|
|
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-03-26 16:35:54 +01:00
|
|
|
"time 0.3.9",
|
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-04-23 18:18:15 +02:00
|
|
|
version = "0.4.6"
|
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 = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-11-22 13:16:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "1.8.0"
|
2019-11-22 13:16:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2019-11-22 13:16:12 +01:00
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.3.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2021-11-28 13:02:27 +01:00
|
|
|
"libc",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2021-11-28 13:02:27 +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-04-23 18:18:15 +02:00
|
|
|
version = "0.9.3"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d"
|
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",
|
|
|
|
]
|
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "standback"
|
2021-03-22 20:00:57 +01:00
|
|
|
version = "0.2.17"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-22 20:00:57 +01:00
|
|
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
2020-06-15 23:04:52 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"version_check",
|
2020-06-15 23:04:52 +02:00
|
|
|
]
|
2020-03-16 16:32:33 +01:00
|
|
|
|
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
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
2020-03-16 16:32:33 +01:00
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
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 = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
2019-06-14 22:51:50 +02:00
|
|
|
dependencies = [
|
2020-03-16 16:32:33 +01:00
|
|
|
"discard",
|
|
|
|
"rustc_version",
|
|
|
|
"stdweb-derive",
|
|
|
|
"stdweb-internal-macros",
|
|
|
|
"stdweb-internal-runtime",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-derive"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-03-16 16:32:33 +01:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2021-11-07 18:53:39 +01:00
|
|
|
"syn",
|
2019-06-14 22:51:50 +02:00
|
|
|
]
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
|
|
dependencies = [
|
|
|
|
"base-x",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-03-16 16:32:33 +01:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2022-05-11 22:03:07 +02:00
|
|
|
"sha1 0.6.1",
|
2021-11-07 18:53:39 +01:00
|
|
|
"syn",
|
2020-03-16 16:32:33 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
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-05-20 21:10:52 +02:00
|
|
|
version = "1.0.96"
|
2019-08-18 19:31:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
|
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-04-23 18:18:15 +02:00
|
|
|
"time 0.3.9",
|
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-05-04 21:13:05 +02:00
|
|
|
version = "1.0.31"
|
2021-04-07 20:25:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
|
2021-04-07 20:25:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-05-04 21:13:05 +02:00
|
|
|
version = "1.0.31"
|
2021-04-07 20:25:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
|
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
|
|
|
]
|
|
|
|
|
2020-01-26 15:29:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-06-07 23:34:00 +02:00
|
|
|
version = "0.2.27"
|
2020-01-26 15:29:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-07 23:34:00 +02:00
|
|
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
|
2020-01-26 15:29:14 +01:00
|
|
|
dependencies = [
|
2020-09-11 23:52:20 +02:00
|
|
|
"const_fn",
|
2020-03-09 22:00:26 +01:00
|
|
|
"libc",
|
2020-03-16 16:32:33 +01:00
|
|
|
"standback",
|
|
|
|
"stdweb",
|
2021-11-07 18:53:39 +01:00
|
|
|
"time-macros 0.1.1",
|
|
|
|
"version_check",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2020-01-26 15:29:14 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-03-26 16:35:54 +01:00
|
|
|
version = "0.3.9"
|
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 = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
2022-02-07 22:26:22 +01:00
|
|
|
"itoa",
|
2021-11-07 18:53:39 +01:00
|
|
|
"libc",
|
|
|
|
"num_threads",
|
2022-03-26 16:35:54 +01:00
|
|
|
"time-macros 0.2.4",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
2020-01-26 15:29:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2020-10-03 20:14:17 +02:00
|
|
|
version = "0.1.1"
|
2020-01-26 15:29:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-03 20:14:17 +02:00
|
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
2020-01-26 15:29:14 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"proc-macro-hack",
|
|
|
|
"time-macros-impl",
|
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-01-26 15:29:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros-impl"
|
2021-06-07 23:34:00 +02:00
|
|
|
version = "0.1.2"
|
2020-01-26 15:29:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-07 23:34:00 +02:00
|
|
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
|
2020-01-26 15:29:14 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"proc-macro-hack",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-05-03 17:24:51 +02:00
|
|
|
"standback",
|
2021-11-07 18:53:39 +01:00
|
|
|
"syn",
|
2020-01-26 15:29:14 +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-05-20 21:10:52 +02:00
|
|
|
version = "1.19.0"
|
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 = "0f392c8f16bda3456c0b00c6de39cb100449b98de55ac41c6cdd2bfcf53a1245"
|
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
|
|
|
"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-05-20 21:10:52 +02:00
|
|
|
"parking_lot 0.12.1",
|
2021-02-06 16:49:28 +01:00
|
|
|
"pin-project-lite",
|
2021-11-07 18:53:39 +01:00
|
|
|
"signal-hook-registry",
|
2022-02-07 22:26:22 +01:00
|
|
|
"socket2 0.4.4",
|
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"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
|
|
|
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"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-05-20 20:37:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06cda1232a49558c46f8a504d5b93101d42c0bf7f911f12a105ba48168f821ae"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-05-20 20:37:32 +02:00
|
|
|
version = "0.6.10"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-01-31 20:07:42 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2021-02-06 16:49:28 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2020-03-14 23:12:45 +01:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-05-20 20:37:32 +02:00
|
|
|
version = "0.7.2"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
|
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-05-20 20:37:32 +02:00
|
|
|
"digest 0.10.3",
|
|
|
|
"hmac",
|
|
|
|
"sha-1 0.10.0",
|
|
|
|
"sha2",
|
2021-08-22 13:46:48 +02:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2021-01-31 20:07:42 +01:00
|
|
|
version = "0.3.1"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 20:07:42 +01:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2020-07-14 16:08:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.1.34"
|
2020-07-14 16:08:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
|
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-05-04 21:13:05 +02:00
|
|
|
version = "0.1.21"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 21:13:05 +02:00
|
|
|
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
|
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-04-23 18:18:15 +02:00
|
|
|
version = "0.1.26"
|
2020-07-14 16:08:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
|
2020-07-14 16:08:11 +02:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
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-04-23 18:18:15 +02:00
|
|
|
version = "0.3.11"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"lazy_static",
|
|
|
|
"matchers",
|
|
|
|
"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-02-07 22:26:22 +01:00
|
|
|
version = "0.20.4"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"
|
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-02-07 22:26:22 +01:00
|
|
|
version = "0.20.4"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"
|
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",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"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"
|
|
|
|
version = "0.17.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d96a2dea40e7570482f28eb57afbe42d97551905da6a9400acc5c328d24004f5"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
"sha-1 0.10.0",
|
|
|
|
"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"
|
2020-03-16 16:32:33 +01:00
|
|
|
version = "0.1.3"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-16 16:32:33 +01:00
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
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"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-06-09 10:44:29 +02:00
|
|
|
version = "0.1.19"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-09 10:44:29 +02:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
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 = [
|
|
|
|
"generic-array 0.14.5",
|
|
|
|
"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-05-20 21:10:52 +02:00
|
|
|
version = "1.1.1"
|
2019-10-24 20:37:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238"
|
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-04-23 18:18:15 +02:00
|
|
|
"cookie 0.16.0",
|
2022-05-20 21:10:52 +02:00
|
|
|
"cookie_store 0.16.1",
|
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-04-23 18:18:15 +02:00
|
|
|
"time 0.3.9",
|
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-04-23 18:18:15 +02:00
|
|
|
version = "0.2.80"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
|
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-04-23 18:18:15 +02:00
|
|
|
version = "0.2.80"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-03-14 23:12:45 +01:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.4.30"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
|
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-04-23 18:18:15 +02:00
|
|
|
version = "0.2.80"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
|
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-04-23 18:18:15 +02:00
|
|
|
version = "0.2.80"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
|
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-04-23 18:18:15 +02:00
|
|
|
version = "0.2.80"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
|
2020-12-04 13:38:42 +01:00
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.3.57"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
|
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"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
|
|
|
|
|
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-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 = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
|
|
|
|
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-05-11 22:03:07 +02:00
|
|
|
"sha1 0.10.1",
|
2020-01-30 22:11:53 +01:00
|
|
|
"threadpool",
|
|
|
|
]
|