reminder-bot/Cargo.lock

2191 lines
52 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.4"
2021-01-09 18:25:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
2020-08-06 14:22:13 +00:00
dependencies = [
"getrandom 0.2.3",
"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"
2021-09-10 17:09:25 +00:00
version = "0.1.51"
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 = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-tungstenite"
version = "0.13.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07b30ef0ea5c20caaa54baea49514a206308989c68be7ecd86c7f956e4da6378"
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",
"tokio-rustls",
2020-08-06 14:22:13 +00:00
"tungstenite",
"webpki-roots",
]
[[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"
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 = [
2021-09-10 17:09:25 +00:00
"num-bigint 0.3.3",
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"
version = "3.7.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
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-09-10 17:09:25 +00:00
version = "1.0.70"
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 = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
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",
]
[[package]]
name = "command_attr"
version = "0.3.7"
2021-09-10 17:09:25 +00:00
source = "git+https://github.com/serenity-rs/serenity?branch=next#5348e9c56909d7c534717825be20763acb33336d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "core-foundation"
version = "0.9.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
2020-08-06 14:22:13 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
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-09-10 17:09:25 +00:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "10c2722795460108a7872e1cd933a85d6ec38abc4baecad51028f702da28889f"
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"
2020-10-26 11:10:00 +00:00
version = "1.2.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-26 11:10:00 +00:00
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "crossbeam-channel"
2021-04-12 21:33:02 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:33:02 +00:00
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "crossbeam-queue"
version = "0.3.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9"
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"
version = "0.8.5"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
"lazy_static",
]
[[package]]
name = "dashmap"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
dependencies = [
"cfg-if",
"num_cpus",
"serde",
]
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"
2021-02-11 23:30:44 +00:00
version = "0.8.28"
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 = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
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",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "flate2"
2021-09-10 17:09:25 +00:00
version = "1.0.21"
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 = "80edafed416a46fb378521624fab1cfa2eb514784fd8921adbe8a8d8321da811"
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"
2021-09-10 17:09:25 +00:00
version = "0.3.17"
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 = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
2020-08-06 14:22:13 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2021-09-10 17:09:25 +00:00
version = "0.3.17"
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 = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
2020-08-06 14:22:13 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2021-09-10 17:09:25 +00:00
version = "0.3.17"
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 = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-executor"
2021-09-10 17:09:25 +00:00
version = "0.3.17"
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 = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
2020-08-06 14:22:13 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
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"
2021-09-10 17:09:25 +00:00
version = "0.3.17"
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 = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-macro"
2021-09-10 17:09:25 +00:00
version = "0.3.17"
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 = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
2020-08-06 14:22:13 +00:00
dependencies = [
"autocfg 1.0.1",
2020-08-06 14:22:13 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2021-09-10 17:09:25 +00:00
version = "0.3.17"
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 = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-task"
2021-09-10 17:09:25 +00:00
version = "0.3.17"
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 = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-util"
2021-09-10 17:09:25 +00:00
version = "0.3.17"
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 = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
2020-08-06 14:22:13 +00:00
dependencies = [
"autocfg 1.0.1",
2020-08-06 14:22:13 +00:00
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"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",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
2020-09-07 23:12:17 +00:00
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
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"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
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"
2021-09-10 17:09:25 +00:00
version = "0.3.4"
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 = "d7f3675cfef6a30c8031cf9e6493ebdc3bb3272a3fea3923c4210d1830e6a472"
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"
2021-04-12 21:33:02 +00:00
version = "0.2.4"
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 = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
2020-08-06 14:22:13 +00:00
dependencies = [
"bytes",
2020-08-06 14:22:13 +00:00
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2021-09-10 17:09:25 +00:00
version = "0.4.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 = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5"
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"
version = "1.0.1"
2020-10-17 14:34:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
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"
2021-09-10 17:09:25 +00:00
version = "0.14.12"
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 = "13f67199e765030fa08fe0bd581af683f0d5bc04ea09c2b1102012c5fb90e7fd"
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",
2020-08-06 14:22:13 +00:00
"itoa",
"pin-project-lite",
2020-08-06 14:22:13 +00:00
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2021-02-11 23:30:44 +00:00
version = "0.22.1"
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 = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
2020-08-06 14:22:13 +00:00
dependencies = [
"futures-util",
"hyper",
"log",
2020-09-07 23:12:17 +00:00
"rustls",
2020-08-06 14:22:13 +00:00
"tokio",
"tokio-rustls",
"webpki",
]
[[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"
2021-09-10 17:09:25 +00:00
version = "1.7.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 = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
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 = "input_buffer"
version = "0.4.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f97967975f448f1a7ddb12b0bc41069d09ed6a1c161a92687e057325db35d413"
2020-08-06 14:22:13 +00:00
dependencies = [
"bytes",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "instant"
2021-09-10 17:09:25 +00:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
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
[[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
[[package]]
name = "js-sys"
2021-09-10 17:09:25 +00:00
version = "0.3.54"
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 = "1866b355d9c878e5e607473cbe3f63282c0b7aad2db1dbebf55076c686918254"
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"
2021-09-10 17:09:25 +00:00
version = "0.2.101"
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 = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
[[package]]
name = "libm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
[[package]]
name = "lock_api"
2021-09-10 17:09:25 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
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 = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[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"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c835948974f68e0bd58636fc6c5b1fbff7b297e3046f11b3b3c18bbac012c6d"
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.13"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
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-09-10 17:09:25 +00:00
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1"
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"
2021-09-10 17:09:25 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "74e768dff5fb39a41b3bcd30bb25cf989706c90d028d1ad71971987aa309d535"
dependencies = [
"autocfg 1.0.1",
"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"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "once_cell"
version = "1.8.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
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-09-10 17:09:25 +00:00
version = "0.10.36"
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 = "8d9facdb76fec0b73c406f125d44d86fdad818d66fef0531eec9233ca425ff4a"
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"
version = "0.1.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
2020-08-06 14:22:13 +00:00
[[package]]
name = "openssl-sys"
2021-09-10 17:09:25 +00:00
version = "0.9.66"
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 = "1996d2d305e561b70d1ee0c53f1542833f4e1ac6ce9a6708b6ff2738ca67dc82"
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]]
name = "pem"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
dependencies = [
"base64",
"once_cell",
"regex",
]
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"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
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]]
name = "pkg-config"
2020-10-17 14:34:24 +00:00
version = "0.3.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 = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2020-08-06 14:22:13 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.10"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2020-08-06 14:22:13 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-08-06 14:22:13 +00:00
[[package]]
name = "proc-macro-nested"
version = "0.1.7"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2020-08-06 14:22:13 +00:00
[[package]]
name = "proc-macro2"
2021-09-10 17:09:25 +00:00
version = "1.0.29"
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 = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
2020-08-06 14:22:13 +00:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
version = "1.0.9"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
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 = [
"getrandom 0.2.3",
]
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",
]
[[package]]
name = "reminder_rs"
version = "1.5.1"
2020-08-06 14:22:13 +00:00
dependencies = [
"base64",
2020-08-18 19:09:21 +00:00
"chrono",
"chrono-tz",
"dashmap",
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",
"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-07-16 17:18:35 +00:00
"ring",
2020-09-11 16:41:15 +00:00
"serde",
"serde_json",
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"
version = "0.11.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22"
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",
"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",
2020-09-07 23:12:17 +00:00
"rustls",
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",
2020-08-06 14:22:13 +00:00
"tokio-rustls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
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
]
[[package]]
name = "rsa"
2021-09-10 17:09:25 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "7b0aeddcca1082112a6eeb43bf25fd7820b066aaf6eaef776e19d0a1febe38fe"
dependencies = [
"byteorder",
"digest",
"lazy_static",
"num-bigint-dig",
"num-integer",
"num-iter",
"num-traits",
"pem",
"rand 0.8.4",
"simple_asn1",
"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",
"sct",
"webpki",
]
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[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",
]
[[package]]
name = "security-framework"
2021-09-10 17:09:25 +00:00
version = "2.4.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 = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
2020-08-06 14:22:13 +00:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2021-09-10 17:09:25 +00:00
version = "2.4.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 = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
2020-08-06 14:22:13 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
2021-09-10 17:09:25 +00:00
version = "1.0.130"
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 = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
2020-08-06 14:22:13 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2021-09-10 17:09:25 +00:00
version = "1.0.130"
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 = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2021-09-10 17:09:25 +00:00
version = "1.0.67"
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 = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
2020-08-06 14:22:13 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
2020-08-06 14:22:13 +00:00
dependencies = [
"form_urlencoded",
2020-08-06 14:22:13 +00:00
"itoa",
"ryu",
2020-08-06 14:22:13 +00:00
"serde",
]
[[package]]
name = "serenity"
2021-09-10 17:09:25 +00:00
version = "0.10.9"
source = "git+https://github.com/serenity-rs/serenity?branch=next#5348e9c56909d7c534717825be20763acb33336d"
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",
"command_attr",
"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",
"static_assertions",
2020-08-06 14:22:13 +00:00
"tokio",
"tracing",
2020-08-06 14:22:13 +00:00
"typemap_rev",
"url",
"uwl",
2020-08-06 14:22:13 +00:00
]
[[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"
2021-09-10 17:09:25 +00:00
version = "0.9.8"
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 = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
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 = "simple_asn1"
version = "0.5.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
2020-08-06 14:22:13 +00:00
dependencies = [
"chrono",
2021-09-10 17:09:25 +00:00
"num-bigint 0.4.2",
"num-traits",
"thiserror",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "slab"
2021-09-10 17:09:25 +00:00
version = "0.4.4"
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 = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
2020-08-06 14:22:13 +00:00
[[package]]
name = "smallvec"
2021-01-09 18:25:50 +00:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-09 18:25:50 +00:00
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2020-08-06 14:22:13 +00:00
[[package]]
name = "socket2"
2021-09-10 17:09:25 +00:00
version = "0.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 = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
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"
[[package]]
name = "sqlformat"
2021-09-10 17:09:25 +00:00
version = "0.1.7"
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 = "684001e7985ec1a9a66963b77ed151ef22a7876b3fdd7e37a57ec774f54b7d96"
2020-08-06 14:22:13 +00:00
dependencies = [
"lazy_static",
"maplit",
"nom",
2020-08-06 14:22:13 +00:00
"regex",
"unicode_categories",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "sqlx"
2021-09-10 17:09:25 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "0e4b94ab0f8c21ee4899b93b06451ef5d965f1a355982ee73684338228498440"
2020-08-06 14:22:13 +00:00
dependencies = [
"sqlx-core",
"sqlx-macros",
]
[[package]]
name = "sqlx-core"
2021-09-10 17:09:25 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "ec28b91a01e1fe286d6ba66f68289a2286df023fc97444e1fd86c2fd6d5dc026"
2020-08-06 14:22:13 +00:00
dependencies = [
"ahash",
"atoi",
"base64",
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",
"itoa",
2020-08-06 14:22:13 +00:00
"libc",
"log",
"memchr",
2021-09-10 17:09:25 +00:00
"num-bigint 0.3.3",
"once_cell",
"parking_lot",
2020-08-06 14:22:13 +00:00
"percent-encoding",
"rand 0.8.4",
"rsa",
"rustls",
"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",
"webpki",
"webpki-roots",
"whoami",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "sqlx-macros"
2021-09-10 17:09:25 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "4dc33c35d54774eed73d54568d47a6ac099aed8af5e1556a017c131be88217d5"
2020-08-06 14:22:13 +00:00
dependencies = [
"dotenv",
"either",
2020-08-06 14:22:13 +00:00
"futures",
"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"
2021-09-10 17:09:25 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "14302b678d9c76b28f2e60115211e25e0aabc938269991745a169753dc00e35c"
dependencies = [
"once_cell",
"tokio",
"tokio-rustls",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[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"
2021-09-10 17:09:25 +00:00
version = "1.0.76"
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 = "c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "synstructure"
2021-09-10 17:09:25 +00:00
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-10 17:09:25 +00:00
checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "tempfile"
version = "3.2.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
"libc",
"rand 0.8.4",
"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-09-10 17:09:25 +00:00
version = "1.0.29"
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 = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
2020-08-06 14:22:13 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-09-10 17:09:25 +00:00
version = "1.0.29"
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 = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
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-09-10 17:09:25 +00:00
version = "1.3.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 = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
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"
2021-09-10 17:09:25 +00:00
version = "1.11.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 = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce"
2020-08-06 14:22:13 +00:00
dependencies = [
2021-02-11 23:30:44 +00:00
"autocfg 1.0.1",
"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"
2021-09-10 17:09:25 +00:00
version = "1.3.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 = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
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 = [
2020-09-07 23:12:17 +00:00
"rustls",
2020-08-06 14:22:13 +00:00
"tokio",
"webpki",
]
[[package]]
2021-02-11 23:30:44 +00:00
name = "tokio-stream"
2021-09-10 17:09:25 +00:00
version = "0.1.7"
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 = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
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-09-10 17:09:25 +00:00
version = "0.6.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 = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd"
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"
version = "0.1.26"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
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"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "tracing-core"
2021-09-10 17:09:25 +00:00
version = "0.1.19"
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 = "2ca517f43f0fb96e0c3072ed5c275fe5eece87e8cb52f4a77b69226d3b1c9df8"
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"
version = "0.13.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fe8dada8c1a3aeca77d6b51a4f1314e0f4b8e438b7b1b71e3ddaca8080e4093"
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",
"input_buffer",
"log",
"rand 0.8.4",
"rustls",
"sha-1",
"thiserror",
2020-08-06 14:22:13 +00:00
"url",
"utf-8",
"webpki",
"webpki-roots",
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"
2021-09-10 17:09:25 +00:00
version = "1.14.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 = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
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-09-10 17:09:25 +00:00
version = "0.3.6"
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 = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
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 = "uwl"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4bf03e0ca70d626ecc4ba6b0763b934b6f2976e8c744088bb3c1d646fbb1ad0"
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"
version = "0.9.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
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"
2021-09-10 17:09:25 +00:00
version = "0.2.77"
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 = "5e68338db6becec24d3c7977b5bf8a48be992c934b5d07177e3931f5dc9b076c"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2021-09-10 17:09:25 +00:00
version = "0.2.77"
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 = "f34c405b4f0658583dba0c1c7c9b694f3cac32655db463b56c254a1c75269523"
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"
2021-09-10 17:09:25 +00:00
version = "0.4.27"
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 = "a87d738d4abc4cf22f6eb142f5b9a81301331ee3c767f2fef2fda4e325492060"
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"
2021-09-10 17:09:25 +00:00
version = "0.2.77"
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 = "b9d5a6580be83b19dc570a8f9c324251687ab2184e57086f71625feb57ec77c8"
2020-08-06 14:22:13 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2021-09-10 17:09:25 +00:00
version = "0.2.77"
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 = "e3775a030dc6f5a0afd8a84981a21cc92a781eb429acef9ecce476d0c9113e92"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2021-09-10 17:09:25 +00:00
version = "0.2.77"
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 = "c279e376c7a8e8752a8f1eaa35b7b0bee6bb9fb0cdacfa97cc3f1f289c87e2b4"
2020-08-06 14:22:13 +00:00
[[package]]
name = "web-sys"
2021-09-10 17:09:25 +00:00
version = "0.3.54"
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 = "0a84d70d1ec7d2da2d26a5bd78f4bca1b8c3254805363ce743b7a05bc30d195a"
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",
]
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 = [
"webpki",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "whoami"
2021-09-10 17:09:25 +00:00
version = "1.1.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 = "f7741161a40200a867c96dfa5574544efa4178cf4c8f770b62dd1cc0362d7ae1"
2021-01-09 18:25:50 +00:00
dependencies = [
"wasm-bindgen",
"web-sys",
]
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"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]