reminder-bot/Cargo.lock

2279 lines
54 KiB
Plaintext
Raw Normal View History

2020-08-06 14:22:13 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2020-08-06 14:22:13 +00:00
[[package]]
name = "adler"
version = "1.0.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-08-06 14:22:13 +00:00
[[package]]
name = "ahash"
version = "0.7.6"
2021-01-09 18:25:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-02-01 23:04:31 +00:00
"getrandom 0.2.4",
"once_cell",
2021-01-09 18:25:50 +00:00
"version_check",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "aho-corasick"
version = "0.7.18"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2020-08-06 14:22:13 +00:00
dependencies = [
"memchr",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "async-trait"
2022-02-01 23:04:31 +00:00
version = "0.1.52"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-tungstenite"
2022-02-01 23:04:31 +00:00
version = "0.16.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
2020-08-06 14:22:13 +00:00
dependencies = [
"futures-io",
"futures-util",
"log",
"pin-project-lite",
2020-08-06 14:22:13 +00:00
"tokio",
2022-02-01 23:04:31 +00:00
"tokio-rustls 0.23.2",
2020-08-06 14:22:13 +00:00
"tungstenite",
2022-02-01 23:04:31 +00:00
"webpki-roots 0.22.2",
]
[[package]]
name = "atoi"
2021-01-09 18:25:50 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-09 18:25:50 +00:00
checksum = "616896e05fc0e2649463a93a15183c6a16bf03413a7af88ef1285ddedfa9cda5"
dependencies = [
"num-traits",
2020-08-06 14:22:13 +00:00
]
2020-10-17 22:56:19 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
2021-02-11 23:30:44 +00:00
"winapi",
2020-10-17 22:56:19 +00:00
]
[[package]]
name = "autocfg"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
2020-08-06 14:22:13 +00:00
[[package]]
name = "autocfg"
2020-10-17 14:34:24 +00:00
version = "1.0.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-17 14:34:24 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-08-06 14:22:13 +00:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2022-02-01 23:04:31 +00:00
[[package]]
name = "base64ct"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6b4d9b1225d28d360ec6a231d65af1fd99a2a095154c8040689617290569c5c"
2020-08-06 14:22:13 +00:00
[[package]]
name = "bigdecimal"
2021-09-10 17:09:25 +00:00
version = "0.2.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "d1e50562e37200edf7c6c43e54a08e64a5553bfb59d9c297d5572512aa517256"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-02-01 23:04:31 +00:00
"num-bigint",
2020-08-06 14:22:13 +00:00
"num-integer",
"num-traits",
]
[[package]]
name = "bitflags"
2021-09-10 17:09:25 +00:00
version = "1.3.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-09-07 23:12:17 +00:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "bumpalo"
2022-02-01 23:04:31 +00:00
version = "3.9.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2020-08-06 14:22:13 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-08-06 14:22:13 +00:00
2021-01-09 18:25:50 +00:00
[[package]]
name = "bytes"
2021-09-10 17:09:25 +00:00
version = "1.1.0"
2021-01-09 18:25:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2020-08-06 14:22:13 +00:00
[[package]]
name = "cc"
2021-11-13 14:12:37 +00:00
version = "1.0.72"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-13 14:12:37 +00:00
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
2020-08-06 14:22:13 +00:00
2020-10-26 11:10:00 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-08-06 14:22:13 +00:00
[[package]]
name = "chrono"
2020-10-17 14:34:24 +00:00
version = "0.4.19"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-17 14:34:24 +00:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-08-06 14:22:13 +00:00
dependencies = [
2020-10-17 14:34:24 +00:00
"libc",
2020-08-06 14:22:13 +00:00
"num-integer",
"num-traits",
"serde",
"time",
2021-02-11 23:30:44 +00:00
"winapi",
2021-01-09 18:25:50 +00:00
]
2020-08-18 19:09:21 +00:00
[[package]]
name = "chrono-tz"
2020-10-17 14:34:24 +00:00
version = "0.5.3"
2020-08-18 19:09:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-17 14:34:24 +00:00
checksum = "2554a3155fec064362507487171dcc4edc3df60cb10f3a1fb10ed8094822b120"
2020-08-18 19:09:21 +00:00
dependencies = [
"chrono",
"parse-zoneinfo",
2021-09-16 13:48:29 +00:00
"serde",
2020-08-18 19:09:21 +00:00
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "const-oid"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d6f2aa4d0537bcc1c74df8755072bd31c1ef1a3a1b85a68e8404a8c353b7b8b"
2020-08-06 14:22:13 +00:00
[[package]]
name = "core-foundation"
version = "0.9.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
2020-08-06 14:22:13 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-08-06 14:22:13 +00:00
2020-09-07 23:12:17 +00:00
[[package]]
name = "cpufeatures"
2021-09-10 17:09:25 +00:00
version = "0.2.1"
2020-09-07 23:12:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
dependencies = [
"libc",
]
2020-09-07 23:12:17 +00:00
[[package]]
name = "crc"
2021-11-13 14:12:37 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-13 14:12:37 +00:00
checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23"
dependencies = [
2021-09-10 17:09:25 +00:00
"crc-catalog",
]
2021-09-10 17:09:25 +00:00
[[package]]
name = "crc-catalog"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
2020-08-06 14:22:13 +00:00
[[package]]
name = "crc32fast"
2022-02-01 23:04:31 +00:00
version = "1.3.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "a2209c310e29876f7f0b2721e7e26b84aff178aa3da5d091f9bfbf47669e60e3"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "crossbeam-channel"
2022-02-01 23:04:31 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "crossbeam-queue"
2022-02-01 23:04:31 +00:00
version = "0.3.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "b979d76c9fcb84dffc80a73f7290da0f83e4c95773494674cb44b76d13a7a110"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2022-02-01 23:04:31 +00:00
version = "0.8.6"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
"lazy_static",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "crypto-bigint"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83bd3bb4314701c568e340cd8cf78c975aa0ca79e03d3f6d1677d5b0c9c0c03"
dependencies = [
"generic-array",
"rand_core 0.6.3",
"subtle",
]
[[package]]
name = "dashmap"
2022-02-01 23:04:31 +00:00
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "b799062aaf67eb976af3bdca031ee6f846d2f0a5710ddbb0d2efee33f3cc4760"
dependencies = [
"cfg-if",
"num_cpus",
2022-02-01 23:04:31 +00:00
"parking_lot",
"serde",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "der"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79b71cca7d95d7681a4b3b9cdf63c8dbc3730d0584c2c74e31416d64a90493f4"
dependencies = [
"const-oid",
"crypto-bigint",
]
2020-09-07 23:12:17 +00:00
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "either"
version = "1.6.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-08-06 14:22:13 +00:00
[[package]]
name = "encoding_rs"
2022-02-01 23:04:31 +00:00
version = "0.8.30"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
]
2020-10-17 22:56:19 +00:00
[[package]]
name = "env_logger"
version = "0.8.4"
2020-10-17 22:56:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
2020-10-17 22:56:19 +00:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "fastrand"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "flate2"
2021-09-16 13:48:29 +00:00
version = "1.0.22"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-16 13:48:29 +00:00
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
"crc32fast",
"libc",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures"
2022-02-01 23:04:31 +00:00
version = "0.3.19"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
2020-08-06 14:22:13 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2022-02-01 23:04:31 +00:00
version = "0.3.19"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
2020-08-06 14:22:13 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2022-02-01 23:04:31 +00:00
version = "0.3.19"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
2020-08-06 14:22:13 +00:00
2021-09-10 17:09:25 +00:00
[[package]]
name = "futures-intrusive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62007592ac46aa7c2b6416f7deb9a8a8f63a01e0f1d6e1787d5630170db2b63e"
dependencies = [
"futures-core",
"lock_api",
"parking_lot",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-io"
2022-02-01 23:04:31 +00:00
version = "0.3.19"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-sink"
2022-02-01 23:04:31 +00:00
version = "0.3.19"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-task"
2022-02-01 23:04:31 +00:00
version = "0.3.19"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-util"
2022-02-01 23:04:31 +00:00
version = "0.3.19"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
2020-08-06 14:22:13 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"memchr",
2021-02-11 23:30:44 +00:00
"pin-project-lite",
2020-08-06 14:22:13 +00:00
"pin-utils",
"slab",
]
2020-09-07 23:12:17 +00:00
[[package]]
name = "generic-array"
2022-02-01 23:04:31 +00:00
version = "0.14.5"
2020-09-07 23:12:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2020-09-07 23:12:17 +00:00
dependencies = [
"typenum",
"version_check",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "getrandom"
2021-01-09 18:25:50 +00:00
version = "0.1.16"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-09 18:25:50 +00:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
"libc",
2020-10-17 14:34:24 +00:00
"wasi 0.9.0+wasi-snapshot-preview1",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "getrandom"
2022-02-01 23:04:31 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
dependencies = [
"cfg-if",
"libc",
2021-02-11 23:30:44 +00:00
"wasi 0.10.2+wasi-snapshot-preview1",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "h2"
2022-02-01 23:04:31 +00:00
version = "0.3.11"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
2020-08-06 14:22:13 +00:00
dependencies = [
"bytes",
2020-08-06 14:22:13 +00:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2021-01-09 18:25:50 +00:00
dependencies = [
"ahash",
2021-01-09 18:25:50 +00:00
]
[[package]]
name = "hashlink"
version = "0.7.0"
2021-01-09 18:25:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
2021-01-09 18:25:50 +00:00
dependencies = [
2021-09-10 17:09:25 +00:00
"hashbrown",
2021-01-09 18:25:50 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "heck"
version = "0.3.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2020-08-06 14:22:13 +00:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-08-06 14:22:13 +00:00
dependencies = [
"libc",
]
[[package]]
name = "hex"
version = "0.4.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2020-08-06 14:22:13 +00:00
[[package]]
name = "http"
2022-02-01 23:04:31 +00:00
version = "0.2.6"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
2020-08-06 14:22:13 +00:00
dependencies = [
"bytes",
2020-08-06 14:22:13 +00:00
"fnv",
2022-02-01 23:04:31 +00:00
"itoa 1.0.1",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "http-body"
version = "0.4.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
2020-08-06 14:22:13 +00:00
dependencies = [
"bytes",
2020-08-06 14:22:13 +00:00
"http",
"pin-project-lite",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "httparse"
2021-09-10 17:09:25 +00:00
version = "1.5.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
2020-08-06 14:22:13 +00:00
2020-10-17 14:34:24 +00:00
[[package]]
name = "httpdate"
2022-02-01 23:04:31 +00:00
version = "1.0.2"
2020-10-17 14:34:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2020-10-17 14:34:24 +00:00
2020-10-17 22:56:19 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
2020-10-17 22:56:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2020-10-17 22:56:19 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "hyper"
2022-02-01 23:04:31 +00:00
version = "0.14.16"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"
2020-08-06 14:22:13 +00:00
dependencies = [
"bytes",
2020-08-06 14:22:13 +00:00
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
2020-10-17 14:34:24 +00:00
"httpdate",
2022-02-01 23:04:31 +00:00
"itoa 0.4.8",
"pin-project-lite",
2020-08-06 14:22:13 +00:00
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2022-02-01 23:04:31 +00:00
version = "0.23.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-02-01 23:04:31 +00:00
"http",
2020-08-06 14:22:13 +00:00
"hyper",
2022-02-01 23:04:31 +00:00
"rustls 0.20.2",
2020-08-06 14:22:13 +00:00
"tokio",
2022-02-01 23:04:31 +00:00
"tokio-rustls 0.23.2",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "hyper-tls"
2021-02-11 23:30:44 +00:00
version = "0.5.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-11 23:30:44 +00:00
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
2020-08-06 14:22:13 +00:00
dependencies = [
"bytes",
2020-08-06 14:22:13 +00:00
"hyper",
"native-tls",
"tokio",
2021-02-11 23:30:44 +00:00
"tokio-native-tls",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "idna"
version = "0.2.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2020-08-06 14:22:13 +00:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2022-02-01 23:04:31 +00:00
version = "1.8.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
2020-08-06 14:22:13 +00:00
dependencies = [
"autocfg 1.0.1",
2021-09-10 17:09:25 +00:00
"hashbrown",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "ipnet"
version = "2.3.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
2020-08-06 14:22:13 +00:00
2021-09-16 13:48:29 +00:00
[[package]]
name = "itertools"
2022-02-01 23:04:31 +00:00
version = "0.10.3"
2021-09-16 13:48:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
2021-09-16 13:48:29 +00:00
dependencies = [
"either",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "itoa"
2021-09-10 17:09:25 +00:00
version = "0.4.8"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2020-08-06 14:22:13 +00:00
2022-02-01 23:04:31 +00:00
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2020-08-06 14:22:13 +00:00
[[package]]
name = "js-sys"
2022-02-01 23:04:31 +00:00
version = "0.3.56"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
2020-08-06 14:22:13 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
"spin",
]
2020-11-22 23:58:46 +00:00
[[package]]
name = "levenshtein"
version = "1.0.5"
2020-11-22 23:58:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
2020-11-22 23:58:46 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "libc"
2022-02-01 23:04:31 +00:00
version = "0.2.116"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "565dbd88872dbe4cc8a46e527f26483c1d1f7afa6b884a3bd6cd893d4f98da74"
[[package]]
name = "libm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
[[package]]
name = "lock_api"
2022-02-01 23:04:31 +00:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
dependencies = [
"scopeguard",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "log"
2021-02-11 23:30:44 +00:00
version = "0.4.14"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-11 23:30:44 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "matches"
2021-09-10 17:09:25 +00:00
version = "0.1.9"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2020-08-06 14:22:13 +00:00
[[package]]
name = "memchr"
2021-09-10 17:09:25 +00:00
version = "2.4.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2020-08-06 14:22:13 +00:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
dependencies = [
"mime",
"unicase",
]
2021-09-10 17:09:25 +00:00
[[package]]
name = "minimal-lexical"
2021-11-13 14:12:37 +00:00
version = "0.2.1"
2021-09-10 17:09:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-13 14:12:37 +00:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-09-10 17:09:25 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "miniz_oxide"
version = "0.4.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2020-08-06 14:22:13 +00:00
dependencies = [
"adler",
"autocfg 1.0.1",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "mio"
version = "0.7.14"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2020-08-06 14:22:13 +00:00
dependencies = [
"libc",
"log",
2021-02-11 23:30:44 +00:00
"miow",
"ntapi",
"winapi",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "miow"
2021-04-12 21:33:02 +00:00
version = "0.3.7"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:33:02 +00:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2020-08-06 14:22:13 +00:00
dependencies = [
2021-02-11 23:30:44 +00:00
"winapi",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "native-tls"
2021-09-10 17:09:25 +00:00
version = "0.2.8"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
2020-08-06 14:22:13 +00:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nom"
2021-11-13 14:12:37 +00:00
version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-13 14:12:37 +00:00
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
dependencies = [
"memchr",
2021-09-10 17:09:25 +00:00
"minimal-lexical",
"version_check",
]
2021-02-11 23:30:44 +00:00
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "num-bigint"
2021-09-10 17:09:25 +00:00
version = "0.3.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3"
2020-08-06 14:22:13 +00:00
dependencies = [
"autocfg 1.0.1",
2020-08-06 14:22:13 +00:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-bigint-dig"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
dependencies = [
"autocfg 0.1.7",
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand 0.8.4",
"smallvec",
"zeroize",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "num-integer"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
"autocfg 1.0.1",
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.42"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
2020-08-06 14:22:13 +00:00
dependencies = [
"autocfg 1.0.1",
"num-integer",
2020-08-06 14:22:13 +00:00
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.14"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-08-06 14:22:13 +00:00
dependencies = [
"autocfg 1.0.1",
"libm",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "num_cpus"
2022-02-01 23:04:31 +00:00
version = "1.13.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2020-08-06 14:22:13 +00:00
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "once_cell"
2022-02-01 23:04:31 +00:00
version = "1.9.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
2020-08-06 14:22:13 +00:00
2020-09-07 23:12:17 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2020-08-06 14:22:13 +00:00
[[package]]
name = "openssl"
2021-11-13 14:12:37 +00:00
version = "0.10.38"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-13 14:12:37 +00:00
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
2020-08-06 14:22:13 +00:00
dependencies = [
"bitflags",
"cfg-if",
2020-08-06 14:22:13 +00:00
"foreign-types",
"libc",
"once_cell",
2020-08-06 14:22:13 +00:00
"openssl-sys",
]
[[package]]
name = "openssl-probe"
2022-02-01 23:04:31 +00:00
version = "0.1.5"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2020-08-06 14:22:13 +00:00
[[package]]
name = "openssl-sys"
2022-02-01 23:04:31 +00:00
version = "0.9.72"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
2020-08-06 14:22:13 +00:00
dependencies = [
"autocfg 1.0.1",
2020-08-06 14:22:13 +00:00
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "parking_lot"
2021-09-10 17:09:25 +00:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2021-09-10 17:09:25 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
"cfg-if",
"instant",
"libc",
"redox_syscall",
"smallvec",
2021-02-11 23:30:44 +00:00
"winapi",
]
2020-08-18 19:09:21 +00:00
[[package]]
name = "parse-zoneinfo"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
dependencies = [
"regex",
]
[[package]]
2022-02-01 23:04:31 +00:00
name = "pem-rfc7468"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "84e93a3b1cc0510b03020f33f21e62acdde3dcaef432edc95bea377fbd4c2cd4"
dependencies = [
2022-02-01 23:04:31 +00:00
"base64ct",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pin-project-lite"
2022-02-01 23:04:31 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
2020-08-06 14:22:13 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
2022-02-01 23:04:31 +00:00
name = "pkcs1"
version = "0.2.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "116bee8279d783c0cf370efa1a94632f2108e5ef0bb32df31f051647810a4e2c"
dependencies = [
"der",
"pem-rfc7468",
"zeroize",
]
2020-08-06 14:22:13 +00:00
[[package]]
2022-02-01 23:04:31 +00:00
name = "pkcs8"
version = "0.7.6"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "ee3ef9b64d26bad0536099c816c6734379e45bbd5f14798def6809e5cc350447"
dependencies = [
"der",
"pem-rfc7468",
"pkcs1",
"spki",
"zeroize",
]
2020-08-06 14:22:13 +00:00
[[package]]
2022-02-01 23:04:31 +00:00
name = "pkg-config"
version = "0.3.24"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
2020-08-06 14:22:13 +00:00
2022-02-06 15:47:59 +00:00
[[package]]
name = "postman"
version = "0.1.0"
dependencies = [
"chrono",
"chrono-tz",
"env_logger",
"lazy_static",
"log",
"num-integer",
"regex",
"serenity",
"sqlx",
"tokio",
]
2020-08-06 14:22:13 +00:00
[[package]]
2022-02-01 23:04:31 +00:00
name = "ppv-lite86"
version = "0.2.16"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2020-08-06 14:22:13 +00:00
[[package]]
name = "proc-macro2"
2022-02-01 23:04:31 +00:00
version = "1.0.36"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
2020-08-06 14:22:13 +00:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
2022-02-01 23:04:31 +00:00
version = "1.0.15"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2021-01-09 18:25:50 +00:00
"getrandom 0.1.16",
2020-08-06 14:22:13 +00:00
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
]
[[package]]
name = "rand"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.3",
"rand_hc 0.3.1",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core 0.6.3",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2021-01-09 18:25:50 +00:00
"getrandom 0.1.16",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
2022-02-01 23:04:31 +00:00
"getrandom 0.2.4",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_hc"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
dependencies = [
"rand_core 0.6.3",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "redox_syscall"
2021-09-10 17:09:25 +00:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "regex"
version = "1.5.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2020-08-06 14:22:13 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.25"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2020-08-06 14:22:13 +00:00
[[package]]
name = "regex_command_attr"
version = "0.3.6"
dependencies = [
"proc-macro2",
"quote",
"syn",
"uuid",
]
[[package]]
name = "reminder_rs"
2022-02-01 23:05:14 +00:00
version = "1.6.0-beta3"
2020-08-06 14:22:13 +00:00
dependencies = [
"base64",
2020-08-18 19:09:21 +00:00
"chrono",
"chrono-tz",
2020-08-06 14:22:13 +00:00
"dotenv",
2020-10-17 22:56:19 +00:00
"env_logger",
"humantime",
2020-08-26 17:26:28 +00:00
"lazy_static",
2020-11-22 23:58:46 +00:00
"levenshtein",
2020-08-07 00:02:01 +00:00
"log",
"num-integer",
2022-02-06 15:47:59 +00:00
"postman",
"rand 0.7.3",
2020-08-06 14:22:13 +00:00
"regex",
"regex_command_attr",
2020-08-06 14:22:13 +00:00
"reqwest",
2021-09-11 19:40:58 +00:00
"rmp-serde",
2020-09-11 16:41:15 +00:00
"serde",
"serde_json",
"serde_repr",
2020-08-06 14:22:13 +00:00
"serenity",
"sqlx",
"tokio",
]
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
2021-02-11 23:30:44 +00:00
"winapi",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "reqwest"
2022-02-01 23:04:31 +00:00
version = "0.11.9"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525"
2020-08-06 14:22:13 +00:00
dependencies = [
"base64",
"bytes",
2020-08-06 14:22:13 +00:00
"encoding_rs",
"futures-core",
"futures-util",
2022-02-01 23:04:31 +00:00
"h2",
2020-08-06 14:22:13 +00:00
"http",
"http-body",
"hyper",
"hyper-rustls",
"hyper-tls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"native-tls",
"percent-encoding",
2021-02-11 23:30:44 +00:00
"pin-project-lite",
2022-02-01 23:04:31 +00:00
"rustls 0.20.2",
"rustls-pemfile",
2020-08-06 14:22:13 +00:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2021-02-11 23:30:44 +00:00
"tokio-native-tls",
2022-02-01 23:04:31 +00:00
"tokio-rustls 0.23.2",
"tokio-util",
2020-08-06 14:22:13 +00:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-02-01 23:04:31 +00:00
"webpki-roots 0.22.2",
2020-08-06 14:22:13 +00:00
"winreg",
]
[[package]]
name = "ring"
2021-02-11 23:30:44 +00:00
version = "0.16.20"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-11 23:30:44 +00:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2020-08-06 14:22:13 +00:00
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
2021-02-11 23:30:44 +00:00
"winapi",
2020-08-06 14:22:13 +00:00
]
2021-09-11 19:40:58 +00:00
[[package]]
name = "rmp"
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f55e5fa1446c4d5dd1f5daeed2a4fe193071771a2636274d0d7a3b082aa7ad6"
dependencies = [
"byteorder",
"num-traits",
]
[[package]]
name = "rmp-serde"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "723ecff9ad04f4ad92fe1c8ca6c20d2196d9286e9c60727c4cb5511629260e9d"
dependencies = [
"byteorder",
"rmp",
"serde",
]
[[package]]
name = "rsa"
2022-02-01 23:04:31 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "e05c2603e2823634ab331437001b411b9ed11660fbc4066f3908c84a9439260d"
dependencies = [
"byteorder",
"digest",
"lazy_static",
"num-bigint-dig",
"num-integer",
"num-iter",
"num-traits",
2022-02-01 23:04:31 +00:00
"pkcs1",
"pkcs8",
"rand 0.8.4",
"subtle",
"zeroize",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "rustls"
version = "0.19.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
2020-08-06 14:22:13 +00:00
dependencies = [
"base64",
2020-08-06 14:22:13 +00:00
"log",
"ring",
2022-02-01 23:04:31 +00:00
"sct 0.6.1",
"webpki 0.21.4",
]
[[package]]
name = "rustls"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d37e5e2290f3e040b594b1a9e04377c2c671f1a1cfd9bfdef82106ac1c113f84"
dependencies = [
"log",
"ring",
"sct 0.7.0",
"webpki 0.22.0",
]
[[package]]
name = "rustls-pemfile"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
dependencies = [
"base64",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "ryu"
2022-02-01 23:04:31 +00:00
version = "1.0.9"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2020-08-06 14:22:13 +00:00
[[package]]
name = "schannel"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
dependencies = [
"lazy_static",
2021-02-11 23:30:44 +00:00
"winapi",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-08-06 14:22:13 +00:00
[[package]]
name = "sct"
2021-04-12 21:33:02 +00:00
version = "0.6.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:33:02 +00:00
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
2020-08-06 14:22:13 +00:00
dependencies = [
"ring",
"untrusted",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "security-framework"
2022-02-01 23:04:31 +00:00
version = "2.6.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "3fed7948b6c68acbb6e20c334f55ad635dc0f75506963de4464289fbd3b051ac"
2020-08-06 14:22:13 +00:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2022-02-01 23:04:31 +00:00
version = "2.6.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "a57321bf8bc2362081b2599912d2961fe899c0efadf1b4b2f8d48b3e253bb96c"
2020-08-06 14:22:13 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
2022-02-01 23:04:31 +00:00
version = "1.0.136"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2020-08-06 14:22:13 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-02-01 23:04:31 +00:00
version = "1.0.136"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-02-01 23:04:31 +00:00
version = "1.0.78"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-02-01 23:04:31 +00:00
"itoa 1.0.1",
2020-08-06 14:22:13 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "serde_urlencoded"
2022-02-01 23:04:31 +00:00
version = "0.7.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2020-08-06 14:22:13 +00:00
dependencies = [
"form_urlencoded",
2022-02-01 23:04:31 +00:00
"itoa 1.0.1",
"ryu",
2020-08-06 14:22:13 +00:00
"serde",
]
[[package]]
name = "serenity"
2022-02-01 23:04:31 +00:00
version = "0.10.10"
source = "git+https://github.com/serenity-rs/serenity?branch=next#9bf5f25ab8421a0513a199930a7a624da3d3c853"
2020-08-06 14:22:13 +00:00
dependencies = [
"async-trait",
"async-tungstenite",
"base64",
2020-08-06 14:22:13 +00:00
"bitflags",
"bytes",
2020-08-06 14:22:13 +00:00
"chrono",
"dashmap",
2020-08-06 14:22:13 +00:00
"flate2",
"futures",
"mime",
"mime_guess",
"parking_lot",
"percent-encoding",
2020-08-06 14:22:13 +00:00
"reqwest",
"serde",
"serde_json",
"tokio",
"tracing",
2020-08-06 14:22:13 +00:00
"typemap_rev",
"url",
]
[[package]]
name = "sha-1"
2021-09-10 17:09:25 +00:00
version = "0.9.8"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
2020-08-06 14:22:13 +00:00
dependencies = [
"block-buffer",
"cfg-if",
"cpufeatures",
"digest",
"opaque-debug",
2020-09-07 23:12:17 +00:00
]
[[package]]
name = "sha2"
2022-02-01 23:04:31 +00:00
version = "0.9.9"
2020-09-07 23:12:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
2020-09-07 23:12:17 +00:00
dependencies = [
"block-buffer",
"cfg-if",
"cpufeatures",
"digest",
"opaque-debug",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "slab"
version = "0.4.5"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2020-08-06 14:22:13 +00:00
[[package]]
name = "smallvec"
2022-02-01 23:04:31 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2020-08-06 14:22:13 +00:00
[[package]]
name = "socket2"
2022-02-01 23:04:31 +00:00
version = "0.4.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
2020-08-06 14:22:13 +00:00
dependencies = [
"libc",
2021-02-11 23:30:44 +00:00
"winapi",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-02-01 23:04:31 +00:00
[[package]]
name = "spki"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c01a0c15da1b0b0e1494112e7af814a678fec9bd157881b49beac661e9b6f32"
dependencies = [
"der",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "sqlformat"
2021-09-16 13:48:29 +00:00
version = "0.1.8"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-16 13:48:29 +00:00
checksum = "b4b7922be017ee70900be125523f38bdd644f4f06a1b16e8fa5a8ee8c34bffd4"
2020-08-06 14:22:13 +00:00
dependencies = [
2021-09-16 13:48:29 +00:00
"itertools",
"nom",
"unicode_categories",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "sqlx"
2022-02-01 23:04:31 +00:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "692749de69603d81e016212199d73a2e14ee20e2def7d7914919e8db5d4d48b9"
2020-08-06 14:22:13 +00:00
dependencies = [
"sqlx-core",
"sqlx-macros",
]
[[package]]
name = "sqlx-core"
2022-02-01 23:04:31 +00:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "518be6f6fff5ca76f985d434f9c37f3662af279642acf730388f271dff7b9016"
2020-08-06 14:22:13 +00:00
dependencies = [
"ahash",
"atoi",
2020-08-06 14:22:13 +00:00
"bigdecimal",
"bitflags",
"byteorder",
"bytes",
2020-08-22 00:24:12 +00:00
"chrono",
"crc",
"crossbeam-channel",
2020-08-06 14:22:13 +00:00
"crossbeam-queue",
"crossbeam-utils",
"digest",
"either",
2020-08-06 14:22:13 +00:00
"futures-channel",
"futures-core",
2021-09-10 17:09:25 +00:00
"futures-intrusive",
2020-08-06 14:22:13 +00:00
"futures-util",
"generic-array",
2021-01-09 18:25:50 +00:00
"hashlink",
2020-08-06 14:22:13 +00:00
"hex",
2021-10-12 20:52:43 +00:00
"indexmap",
2022-02-01 23:04:31 +00:00
"itoa 1.0.1",
2020-08-06 14:22:13 +00:00
"libc",
"log",
"memchr",
2022-02-01 23:04:31 +00:00
"num-bigint",
"once_cell",
"parking_lot",
2020-08-06 14:22:13 +00:00
"percent-encoding",
"rand 0.8.4",
"rsa",
2022-02-01 23:04:31 +00:00
"rustls 0.19.1",
"sha-1",
2020-08-06 14:22:13 +00:00
"sha2",
"smallvec",
2020-08-06 14:22:13 +00:00
"sqlformat",
"sqlx-rt",
"stringprep",
"thiserror",
2021-02-11 23:30:44 +00:00
"tokio-stream",
2020-08-06 14:22:13 +00:00
"url",
2022-02-01 23:04:31 +00:00
"webpki 0.21.4",
"webpki-roots 0.21.1",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "sqlx-macros"
2022-02-01 23:04:31 +00:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "38e45140529cf1f90a5e1c2e561500ca345821a1c513652c8f486bbf07407cc8"
2020-08-06 14:22:13 +00:00
dependencies = [
"dotenv",
"either",
2020-08-06 14:22:13 +00:00
"heck",
"once_cell",
2020-08-06 14:22:13 +00:00
"proc-macro2",
"quote",
"sha2",
2020-08-06 14:22:13 +00:00
"sqlx-core",
"sqlx-rt",
2020-08-06 14:22:13 +00:00
"syn",
"url",
]
[[package]]
name = "sqlx-rt"
2022-02-01 23:04:31 +00:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "8061cbaa91ee75041514f67a09398c65a64efed72c90151ecd47593bad53da99"
dependencies = [
"once_cell",
"tokio",
2022-02-01 23:04:31 +00:00
"tokio-rustls 0.22.0",
]
[[package]]
name = "stringprep"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "subtle"
2021-09-10 17:09:25 +00:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2020-08-06 14:22:13 +00:00
[[package]]
name = "syn"
2022-02-01 23:04:31 +00:00
version = "1.0.86"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "synstructure"
2021-10-12 20:52:43 +00:00
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-12 20:52:43 +00:00
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "tempfile"
2022-02-01 23:04:31 +00:00
version = "3.3.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2022-02-01 23:04:31 +00:00
"fastrand",
2020-08-06 14:22:13 +00:00
"libc",
"redox_syscall",
2020-08-06 14:22:13 +00:00
"remove_dir_all",
2021-02-11 23:30:44 +00:00
"winapi",
2020-08-06 14:22:13 +00:00
]
2020-10-17 22:56:19 +00:00
[[package]]
name = "termcolor"
version = "1.1.2"
2020-10-17 22:56:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2020-10-17 22:56:19 +00:00
dependencies = [
"winapi-util",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "thiserror"
2021-10-12 20:52:43 +00:00
version = "1.0.30"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-12 20:52:43 +00:00
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2020-08-06 14:22:13 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-10-12 20:52:43 +00:00
version = "1.0.30"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-12 20:52:43 +00:00
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "time"
2021-01-09 18:25:50 +00:00
version = "0.1.43"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-09 18:25:50 +00:00
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2020-08-06 14:22:13 +00:00
dependencies = [
"libc",
2021-02-11 23:30:44 +00:00
"winapi",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "tinyvec"
2021-11-13 14:12:37 +00:00
version = "1.5.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-13 14:12:37 +00:00
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-08-06 14:22:13 +00:00
[[package]]
name = "tokio"
2022-02-01 23:04:31 +00:00
version = "1.16.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a"
2020-08-06 14:22:13 +00:00
dependencies = [
"bytes",
2020-08-06 14:22:13 +00:00
"libc",
"memchr",
"mio",
"num_cpus",
2021-02-11 23:30:44 +00:00
"once_cell",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2020-08-06 14:22:13 +00:00
"tokio-macros",
2021-02-11 23:30:44 +00:00
"winapi",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "tokio-macros"
2022-02-01 23:04:31 +00:00
version = "1.7.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-02-11 23:30:44 +00: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",
"tokio",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "tokio-rustls"
2021-02-11 23:30:44 +00:00
version = "0.22.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-11 23:30:44 +00:00
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-02-01 23:04:31 +00:00
"rustls 0.19.1",
2020-08-06 14:22:13 +00:00
"tokio",
2022-02-01 23:04:31 +00:00
"webpki 0.21.4",
]
[[package]]
name = "tokio-rustls"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
dependencies = [
"rustls 0.20.2",
"tokio",
"webpki 0.22.0",
2020-08-06 14:22:13 +00:00
]
[[package]]
2021-02-11 23:30:44 +00:00
name = "tokio-stream"
2021-11-13 14:12:37 +00:00
version = "0.1.8"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-13 14:12:37 +00:00
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
2020-08-06 14:22:13 +00:00
dependencies = [
2021-02-11 23:30:44 +00:00
"futures-core",
"pin-project-lite",
2020-08-06 14:22:13 +00:00
"tokio",
]
[[package]]
name = "tokio-util"
2021-11-13 14:12:37 +00:00
version = "0.6.9"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-13 14:12:37 +00:00
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
2020-08-06 14:22:13 +00:00
dependencies = [
"bytes",
2020-08-06 14:22:13 +00:00
"futures-core",
"futures-sink",
"log",
2021-02-11 23:30:44 +00:00
"pin-project-lite",
2020-08-06 14:22:13 +00:00
"tokio",
]
[[package]]
name = "tower-service"
version = "0.3.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2020-08-06 14:22:13 +00:00
[[package]]
name = "tracing"
2021-10-12 20:52:43 +00:00
version = "0.1.29"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-12 20:52:43 +00:00
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
"log",
2021-02-11 23:30:44 +00:00
"pin-project-lite",
"tracing-attributes",
2020-08-06 14:22:13 +00:00
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2021-10-12 20:52:43 +00:00
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-12 20:52:43 +00:00
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "tracing-core"
2021-10-12 20:52:43 +00:00
version = "0.1.21"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-12 20:52:43 +00:00
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
2020-08-06 14:22:13 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "tungstenite"
2022-02-01 23:04:31 +00:00
version = "0.16.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
2020-08-06 14:22:13 +00:00
dependencies = [
"base64",
2020-08-06 14:22:13 +00:00
"byteorder",
"bytes",
2020-08-06 14:22:13 +00:00
"http",
"httparse",
"log",
"rand 0.8.4",
2022-02-01 23:04:31 +00:00
"rustls 0.20.2",
"sha-1",
"thiserror",
2020-08-06 14:22:13 +00:00
"url",
"utf-8",
2022-02-01 23:04:31 +00:00
"webpki 0.22.0",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "typemap_rev"
2021-04-12 21:33:02 +00:00
version = "0.1.5"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:33:02 +00:00
checksum = "ed5b74f0a24b5454580a79abb6994393b09adf0ab8070f15827cb666255de155"
2020-08-06 14:22:13 +00:00
[[package]]
name = "typenum"
2022-02-01 23:04:31 +00:00
version = "1.15.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2020-08-06 14:22:13 +00:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2021-10-12 20:52:43 +00:00
version = "0.3.7"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-12 20:52:43 +00:00
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2020-08-06 14:22:13 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.19"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2020-08-06 14:22:13 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2021-09-10 17:09:25 +00:00
version = "1.8.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
2020-08-06 14:22:13 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2020-08-06 14:22:13 +00:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2020-08-06 14:22:13 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
version = "2.2.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2020-08-06 14:22:13 +00:00
dependencies = [
"form_urlencoded",
2020-08-06 14:22:13 +00:00
"idna",
"matches",
"percent-encoding",
"serde",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "utf-8"
version = "0.7.6"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2020-08-06 14:22:13 +00:00
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
2022-02-01 23:04:31 +00:00
"getrandom 0.2.4",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-08-06 14:22:13 +00:00
[[package]]
name = "version_check"
2022-02-01 23:04:31 +00:00
version = "0.9.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-08-06 14:22:13 +00:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-10-17 14:34:24 +00:00
[[package]]
name = "wasi"
2021-02-11 23:30:44 +00:00
version = "0.10.2+wasi-snapshot-preview1"
2020-10-17 14:34:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-11 23:30:44 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-10-17 14:34:24 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "wasm-bindgen"
2022-02-01 23:04:31 +00:00
version = "0.2.79"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-02-01 23:04:31 +00:00
version = "0.2.79"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
2020-08-06 14:22:13 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-02-01 23:04:31 +00:00
version = "0.4.29"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2022-02-01 23:04:31 +00:00
version = "0.2.79"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
2020-08-06 14:22:13 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-02-01 23:04:31 +00:00
version = "0.2.79"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-02-01 23:04:31 +00:00
version = "0.2.79"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
2020-08-06 14:22:13 +00:00
[[package]]
name = "web-sys"
2022-02-01 23:04:31 +00:00
version = "0.3.56"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
2020-08-06 14:22:13 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.21.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
2020-08-06 14:22:13 +00:00
dependencies = [
"ring",
"untrusted",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
2021-01-09 18:25:50 +00:00
[[package]]
name = "webpki-roots"
2021-04-12 21:33:02 +00:00
version = "0.21.1"
2021-01-09 18:25:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:33:02 +00:00
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
2021-01-09 18:25:50 +00:00
dependencies = [
2022-02-01 23:04:31 +00:00
"webpki 0.21.4",
2021-01-09 18:25:50 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
2022-02-01 23:04:31 +00:00
name = "webpki-roots"
version = "0.22.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"
2021-01-09 18:25:50 +00:00
dependencies = [
2022-02-01 23:04:31 +00:00
"webpki 0.22.0",
2021-01-09 18:25:50 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2020-10-17 22:56:19 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
2021-02-11 23:30:44 +00:00
"winapi",
2020-10-17 22:56:19 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
2021-02-11 23:30:44 +00:00
"winapi",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "zeroize"
2022-02-01 23:04:31 +00:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
2022-02-01 23:04:31 +00:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 23:04:31 +00:00
checksum = "81e8f13fef10b63c06356d65d416b070798ddabcadc10d3ece0c5be9b3c7eddb"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]