reminder-bot/Cargo.lock

3967 lines
93 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
2023-09-23 17:29:25 +00:00
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
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
2022-02-11 17:44:08 +00:00
[[package]]
name = "aead"
version = "0.5.2"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
2022-02-11 17:44:08 +00:00
dependencies = [
"crypto-common",
"generic-array",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "aes"
version = "0.8.3"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
2022-02-11 17:44:08 +00:00
dependencies = [
"cfg-if",
2022-02-11 17:44:08 +00:00
"cipher",
"cpufeatures",
]
[[package]]
name = "aes-gcm"
2023-09-23 17:29:25 +00:00
version = "0.10.3"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
2022-02-11 17:44:08 +00:00
dependencies = [
"aead",
"aes",
"cipher",
"ctr",
"ghash",
"subtle",
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
2023-09-23 17:29:25 +00:00
"getrandom",
"once_cell",
2021-01-09 18:25:50 +00:00
"version_check",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "aho-corasick"
2023-09-23 17:29:25 +00:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
2023-09-23 17:29:25 +00:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "async-stream"
version = "0.3.5"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2022-02-11 17:44:08 +00:00
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2022-02-11 17:44:08 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2022-02-11 17:44:08 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "async-trait"
2023-09-23 17:29:25 +00:00
version = "0.1.73"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "async-tungstenite"
version = "0.17.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1b71b31561643aa8e7df3effe284fa83ab1a840e52294c5f4bd7bfd8b2becbb"
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 0.23.4",
2020-08-06 14:22:13 +00:00
"tungstenite",
2023-09-23 17:29:25 +00:00
"webpki-roots 0.22.6",
]
[[package]]
name = "atoi"
2023-09-23 17:29:25 +00:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
dependencies = [
"num-traits",
2020-08-06 14:22:13 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "atomic"
version = "0.5.3"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
2020-10-17 22:56:19 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "autocfg"
2022-02-19 14:32:03 +00:00
version = "1.1.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-19 14:32:03 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-08-06 14:22:13 +00:00
2023-09-23 17:29:25 +00:00
[[package]]
name = "backtrace"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2023-06-20 07:50:12 +00:00
[[package]]
name = "base64"
2023-09-23 17:29:25 +00:00
version = "0.21.4"
2023-06-20 07:50:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
2023-06-20 07:50:12 +00:00
2022-02-01 23:04:31 +00:00
[[package]]
name = "base64ct"
version = "1.6.0"
2022-02-01 23:04:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-02-01 23:04:31 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "bigdecimal"
version = "0.3.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
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",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "binascii"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
2020-08-06 14:22:13 +00:00
[[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 = "bitflags"
2023-09-23 17:29:25 +00:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
dependencies = [
"serde",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "block-buffer"
version = "0.10.4"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-02-11 17:44:08 +00:00
dependencies = [
"generic-array",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "bstr"
2023-09-23 17:29:25 +00:00
version = "1.6.2"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
2022-02-11 17:44:08 +00:00
dependencies = [
"memchr",
2022-07-22 22:30:45 +00:00
"serde",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "bumpalo"
2023-09-23 17:29:25 +00:00
version = "3.14.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
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"
2023-09-23 17:29:25 +00:00
version = "1.5.0"
2021-01-09 18:25:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2020-08-06 14:22:13 +00:00
[[package]]
name = "cc"
2023-09-23 17:29:25 +00:00
version = "1.0.83"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2022-02-11 17:44:08 +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"
2023-09-23 17:29:25 +00:00
version = "0.4.31"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
2020-08-06 14:22:13 +00:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
2020-08-06 14:22:13 +00:00
"num-traits",
"serde",
"wasm-bindgen",
2023-09-23 17:29:25 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "chrono-tz"
2023-09-23 17:29:25 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "f1369bc6b9e9a7dfdae2055f6ec151fe9c554a9d23d357c0237cee2e25eaabb7"
dependencies = [
"chrono",
2023-09-23 17:29:25 +00:00
"chrono-tz-build",
"phf",
2022-08-14 15:22:00 +00:00
"serde",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "chrono-tz-build"
2023-09-23 17:29:25 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "e2f5ebdc942f57ed96d560a6d1a459bae5851102a25d5bf89dc04ae453e31ecf"
dependencies = [
"parse-zoneinfo",
2023-09-23 17:29:25 +00:00
"phf",
"phf_codegen",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "cipher"
version = "0.4.4"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2022-02-11 17:44:08 +00:00
dependencies = [
"crypto-common",
"inout",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "const-oid"
2023-09-23 17:29:25 +00:00
version = "0.9.5"
2022-02-01 23:04:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
2022-02-01 23:04:31 +00:00
2022-02-11 17:44:08 +00:00
[[package]]
name = "cookie"
version = "0.17.0"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24"
2022-02-11 17:44:08 +00:00
dependencies = [
"aes-gcm",
2023-09-23 17:29:25 +00:00
"base64 0.21.4",
2022-02-11 17:44:08 +00:00
"hkdf",
"percent-encoding",
2023-09-23 17:29:25 +00:00
"rand",
2022-07-22 22:30:45 +00:00
"sha2",
2022-02-11 17:44:08 +00:00
"subtle",
2023-09-23 17:29:25 +00:00
"time",
2022-02-11 17:44:08 +00:00
"version_check",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "core-foundation"
2022-02-19 14:32:03 +00:00
version = "0.9.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-19 14:32:03 +00:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2020-08-06 14:22:13 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2020-08-06 14:22:13 +00:00
2020-09-07 23:12:17 +00:00
[[package]]
name = "cpufeatures"
2023-09-23 17:29:25 +00:00
version = "0.2.9"
2020-09-07 23:12:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
dependencies = [
"libc",
]
2020-09-07 23:12:17 +00:00
[[package]]
name = "crc"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
dependencies = [
2021-09-10 17:09:25 +00:00
"crc-catalog",
]
2021-09-10 17:09:25 +00:00
[[package]]
name = "crc-catalog"
version = "2.2.0"
2021-09-10 17:09:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
2021-09-10 17:09:25 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "crc32fast"
2022-02-19 14:32:03 +00:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-19 14:32:03 +00:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "crossbeam-queue"
version = "0.3.8"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
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.16"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2020-08-06 14:22:13 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "crypto-common"
version = "0.1.6"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-02-11 17:44:08 +00:00
dependencies = [
"generic-array",
2023-09-23 17:29:25 +00:00
"rand_core",
2022-02-19 14:32:03 +00:00
"typenum",
2022-02-11 17:44:08 +00:00
]
2022-07-22 22:30:45 +00:00
[[package]]
name = "csv"
version = "1.2.2"
2022-07-22 22:30:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
2022-07-22 22:30:45 +00:00
dependencies = [
"csv-core",
"itoa",
2022-07-22 22:30:45 +00:00
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "ctr"
version = "0.9.2"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
2022-02-11 17:44:08 +00:00
dependencies = [
"cipher",
]
2022-02-19 14:32:03 +00:00
[[package]]
name = "darling"
version = "0.14.4"
2022-02-19 14:32:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
2022-02-19 14:32:03 +00:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.14.4"
2022-02-19 14:32:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
2022-02-19 14:32:03 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 1.0.109",
2022-02-19 14:32:03 +00:00
]
[[package]]
name = "darling_macro"
version = "0.14.4"
2022-02-19 14:32:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
2022-02-19 14:32:03 +00:00
dependencies = [
"darling_core",
"quote",
"syn 1.0.109",
2022-02-19 14:32:03 +00:00
]
[[package]]
name = "dashmap"
2023-09-23 17:29:25 +00:00
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
2023-09-23 17:29:25 +00:00
"hashbrown 0.14.0",
2022-07-22 22:30:45 +00:00
"lock_api",
"once_cell",
2023-09-23 17:29:25 +00:00
"parking_lot_core",
"serde",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "der"
2023-09-23 17:29:25 +00:00
version = "0.7.8"
2022-02-01 23:04:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
2022-02-01 23:04:31 +00:00
dependencies = [
"const-oid",
2022-04-19 14:23:27 +00:00
"pem-rfc7468",
2023-09-23 17:29:25 +00:00
"zeroize",
]
[[package]]
name = "deranged"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
dependencies = [
"serde",
2022-02-01 23:04:31 +00:00
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "deunicode"
2023-09-23 17:29:25 +00:00
version = "0.4.4"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "d95203a6a50906215a502507c0f879a0ce7ff205a6111e2db2a5ef8e4bb92e43"
2022-02-11 17:44:08 +00:00
[[package]]
name = "devise"
version = "0.4.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6eacefd3f541c66fc61433d65e54e0e46e0a029a819a7dbbc7a7b489e8a85f8"
2022-02-11 17:44:08 +00:00
dependencies = [
"devise_codegen",
"devise_core",
]
[[package]]
name = "devise_codegen"
version = "0.4.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8cf4b8dd484ede80fd5c547592c46c3745a617c8af278e2b72bea86b2dfed6"
2022-02-11 17:44:08 +00:00
dependencies = [
"devise_core",
"quote",
]
[[package]]
name = "devise_core"
version = "0.4.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"bitflags 2.4.0",
2022-02-11 17:44:08 +00:00
"proc-macro2",
"proc-macro2-diagnostics",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "digest"
version = "0.10.7"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-02-11 17:44:08 +00:00
dependencies = [
"block-buffer",
2023-09-23 17:29:25 +00:00
"const-oid",
2022-02-11 17:44:08 +00:00
"crypto-common",
"subtle",
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"
2022-08-14 15:22:00 +00:00
[[package]]
name = "dotenvy"
version = "0.15.7"
2022-08-14 15:22:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2022-08-14 15:22:00 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "either"
2023-09-23 17:29:25 +00:00
version = "1.9.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
dependencies = [
"serde",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "encoding_rs"
2023-09-23 17:29:25 +00:00
version = "0.8.33"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
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.10.0"
2020-10-17 22:56:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2020-10-17 22:56:19 +00:00
dependencies = [
2022-12-10 16:21:43 +00:00
"humantime",
"is-terminal",
2020-10-17 22:56:19 +00:00
"log",
"regex",
"termcolor",
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2023-09-23 17:29:25 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "etcetera"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
dependencies = [
"cfg-if",
"home",
"windows-sys 0.48.0",
]
2022-04-19 14:23:27 +00:00
[[package]]
name = "event-listener"
version = "2.5.3"
2022-04-19 14:23:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2022-04-19 14:23:27 +00:00
2022-02-01 23:04:31 +00:00
[[package]]
name = "fastrand"
2023-09-23 17:29:25 +00:00
version = "2.0.0"
2022-02-01 23:04:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
2022-02-01 23:04:31 +00:00
2022-02-11 17:44:08 +00:00
[[package]]
name = "figment"
version = "0.10.10"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4547e226f4c9ab860571e070a9034192b3175580ecea38da34fcdb53a018c9a5"
2022-02-11 17:44:08 +00:00
dependencies = [
"atomic",
"pear",
"serde",
"toml",
"uncased",
"version_check",
]
[[package]]
name = "filetime"
2023-09-23 17:29:25 +00:00
version = "0.2.22"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
2022-02-11 17:44:08 +00:00
dependencies = [
"cfg-if",
2022-02-11 17:44:08 +00:00
"libc",
2023-09-23 17:29:25 +00:00
"redox_syscall",
"windows-sys 0.48.0",
2022-02-11 17:44:08 +00:00
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "finl_unicode"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
2020-08-06 14:22:13 +00:00
[[package]]
name = "flate2"
2023-09-23 17:29:25 +00:00
version = "1.0.27"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
2020-08-06 14:22:13 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "flume"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"pin-project",
"spin 0.9.8",
]
2020-08-06 14:22:13 +00:00
[[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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
dependencies = [
"percent-encoding",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "fsevent-sys"
version = "4.1.0"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
2022-02-11 17:44:08 +00:00
dependencies = [
"libc",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures"
version = "0.3.28"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
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"
version = "0.3.28"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2020-08-06 14:22:13 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.28"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2020-08-06 14:22:13 +00:00
2023-09-23 17:29:25 +00:00
[[package]]
name = "futures-executor"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2021-09-10 17:09:25 +00:00
[[package]]
name = "futures-intrusive"
2023-09-23 17:29:25 +00:00
version = "0.5.0"
2021-09-10 17:09:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
2021-09-10 17:09:25 +00:00
dependencies = [
"futures-core",
"lock_api",
2023-09-23 17:29:25 +00:00
"parking_lot",
2021-09-10 17:09:25 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-io"
version = "0.3.28"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
[[package]]
name = "futures-macro"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-sink"
version = "0.3.28"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-task"
version = "0.3.28"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2020-08-06 14:22:13 +00:00
[[package]]
name = "futures-util"
version = "0.3.28"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2020-08-06 14:22:13 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
2020-08-06 14:22:13 +00:00
"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",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "generator"
2023-09-23 17:29:25 +00:00
version = "0.7.5"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
2022-02-11 17:44:08 +00:00
dependencies = [
"cc",
"libc",
"log",
"rustversion",
"windows",
2022-02-11 17:44:08 +00:00
]
2020-09-07 23:12:17 +00:00
[[package]]
name = "generic-array"
version = "0.14.7"
2020-09-07 23:12:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2020-09-07 23:12:17 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
"cfg-if",
2022-02-11 17:44:08 +00:00
"js-sys",
"libc",
2023-09-23 17:29:25 +00:00
"wasi",
2022-02-11 17:44:08 +00:00
"wasm-bindgen",
]
[[package]]
name = "ghash"
version = "0.5.0"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
2022-02-11 17:44:08 +00:00
dependencies = [
"opaque-debug",
2022-02-11 17:44:08 +00:00
"polyval",
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "gimli"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2022-02-11 17:44:08 +00:00
[[package]]
name = "glob"
version = "0.3.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-02-11 17:44:08 +00:00
[[package]]
name = "globset"
2023-09-23 17:29:25 +00:00
version = "0.4.13"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"aho-corasick",
2022-02-11 17:44:08 +00:00
"bstr",
"fnv",
"log",
"regex",
]
[[package]]
name = "globwalk"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
dependencies = [
"bitflags 1.3.2",
2022-02-11 17:44:08 +00:00
"ignore",
"walkdir",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "h2"
2023-09-23 17:29:25 +00:00
version = "0.3.21"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
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",
2023-09-23 17:29:25 +00:00
"indexmap 1.9.3",
2020-08-06 14:22:13 +00:00
"slab",
"tokio",
"tokio-util",
2020-08-06 14:22:13 +00:00
"tracing",
]
[[package]]
name = "hashbrown"
2022-08-14 15:22:00 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-14 15:22:00 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2021-01-09 18:25:50 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"ahash",
"allocator-api2",
2021-01-09 18:25:50 +00:00
]
[[package]]
name = "hashlink"
2023-09-23 17:29:25 +00:00
version = "0.8.4"
2021-01-09 18:25:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
2021-01-09 18:25:50 +00:00
dependencies = [
"hashbrown 0.14.0",
2021-01-09 18:25:50 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "heck"
version = "0.4.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2020-08-06 14:22:13 +00:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
2023-09-23 17:29:25 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2020-08-06 14:22:13 +00:00
[[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]]
2022-02-11 17:44:08 +00:00
name = "hkdf"
2022-02-19 14:32:03 +00:00
version = "0.12.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-19 14:32:03 +00:00
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
2022-02-11 17:44:08 +00:00
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
2022-02-19 14:32:03 +00:00
version = "0.12.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-19 14:32:03 +00:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2022-02-11 17:44:08 +00:00
dependencies = [
"digest",
2022-02-11 17:44:08 +00:00
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "home"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [
"windows-sys 0.48.0",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "http"
version = "0.2.9"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2020-08-06 14:22:13 +00:00
dependencies = [
"bytes",
2020-08-06 14:22:13 +00:00
"fnv",
"itoa",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "http-body"
2022-07-22 22:30:45 +00:00
version = "0.4.5"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 22:30:45 +00:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
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"
version = "1.8.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2020-08-06 14:22:13 +00:00
2020-10-17 14:34:24 +00:00
[[package]]
name = "httpdate"
2023-09-23 17:29:25 +00:00
version = "1.0.3"
2020-10-17 14:34:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2020-10-17 14:34:24 +00:00
2022-02-11 17:44:08 +00:00
[[package]]
name = "humansize"
version = "2.1.3"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
dependencies = [
"libm",
]
2022-02-11 17:44:08 +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"
2023-09-23 17:29:25 +00:00
version = "0.14.27"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
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",
"itoa",
"pin-project-lite",
2023-09-23 17:29:25 +00:00
"socket2 0.4.9",
2020-08-06 14:22:13 +00:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2023-09-23 17:29:25 +00:00
version = "0.24.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
2020-08-06 14:22:13 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"futures-util",
2022-02-01 23:04:31 +00:00
"http",
2020-08-06 14:22:13 +00:00
"hyper",
2023-09-23 17:29:25 +00:00
"rustls 0.21.7",
2020-08-06 14:22:13 +00:00
"tokio",
"tokio-rustls 0.24.1",
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 = "iana-time-zone"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2022-02-19 14:32:03 +00:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2020-08-06 14:22:13 +00:00
[[package]]
name = "idna"
version = "0.4.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2020-08-06 14:22:13 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "ignore"
version = "0.4.20"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
2022-02-11 17:44:08 +00:00
dependencies = [
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "indexmap"
version = "1.9.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-04-19 14:23:27 +00:00
"autocfg",
"hashbrown 0.12.3",
2022-02-11 17:44:08 +00:00
"serde",
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "inlinable_string"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
[[package]]
name = "inotify"
version = "0.9.6"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2022-02-11 17:44:08 +00:00
dependencies = [
"bitflags 1.3.2",
2022-02-11 17:44:08 +00:00
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
2022-02-11 17:44:08 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "ipnet"
2023-09-23 17:29:25 +00:00
version = "2.8.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
2020-08-06 14:22:13 +00:00
[[package]]
name = "is-terminal"
2023-09-23 17:29:25 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
2023-09-23 17:29:25 +00:00
"hermit-abi",
"rustix",
"windows-sys 0.48.0",
]
2021-09-16 13:48:29 +00:00
[[package]]
name = "itertools"
2023-09-23 17:29:25 +00:00
version = "0.11.0"
2021-09-16 13:48:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
2021-09-16 13:48:29 +00:00
dependencies = [
"either",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "itoa"
2023-09-23 17:29:25 +00:00
version = "1.0.9"
2022-02-01 23:04:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2022-02-01 23:04:31 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "js-sys"
version = "0.3.64"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2020-08-06 14:22:13 +00:00
dependencies = [
"wasm-bindgen",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "kqueue"
2023-09-23 17:29:25 +00:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
2023-09-23 17:29:25 +00:00
version = "1.0.4"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
2022-02-11 17:44:08 +00:00
dependencies = [
"bitflags 1.3.2",
"libc",
2022-02-11 17:44:08 +00:00
]
2022-08-14 15:22:00 +00:00
[[package]]
name = "lazy-regex"
2023-09-23 17:29:25 +00:00
version = "3.0.2"
2022-08-14 15:22:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "e723bd417b2df60a0f6a2b6825f297ea04b245d4ba52b5a22cb679bdf58b05fa"
2022-08-14 15:22:00 +00:00
dependencies = [
"lazy-regex-proc_macros",
"once_cell",
"regex",
]
[[package]]
name = "lazy-regex-proc_macros"
2023-09-23 17:29:25 +00:00
version = "3.0.1"
2022-08-14 15:22:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "0f0a1d9139f0ee2e862e08a9c5d0ba0470f2aa21cd1e1aa1b1562f83116c725f"
2022-08-14 15:22:00 +00:00
dependencies = [
"proc-macro2",
"quote",
"regex",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2022-08-14 15:22:00 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
2022-02-11 17:44:08 +00:00
"spin 0.5.2",
]
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"
2023-09-23 17:29:25 +00:00
version = "0.2.148"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
[[package]]
name = "libm"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2023-09-23 17:29:25 +00:00
[[package]]
name = "libsqlite3-sys"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linux-raw-sys"
2023-09-23 17:29:25 +00:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
[[package]]
name = "lock_api"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
dependencies = [
2022-04-19 14:23:27 +00:00
"autocfg",
"scopeguard",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "log"
2023-09-23 17:29:25 +00:00
version = "0.4.20"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2022-02-11 17:44:08 +00:00
[[package]]
name = "loom"
2022-07-22 22:30:45 +00:00
version = "0.5.6"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 22:30:45 +00:00
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
2022-02-11 17:44:08 +00:00
dependencies = [
"cfg-if",
2022-02-11 17:44:08 +00:00
"generator",
"scoped-tls",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2023-09-23 17:29:25 +00:00
"regex-automata 0.1.10",
]
[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
"cfg-if",
"digest",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "memchr"
2023-09-23 17:29:25 +00:00
version = "2.6.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
2020-08-06 14:22:13 +00:00
[[package]]
name = "mime"
version = "0.3.17"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2020-08-06 14:22:13 +00:00
[[package]]
name = "mime_guess"
2022-02-19 14:32:03 +00:00
version = "2.0.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-19 14:32:03 +00:00
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2020-08-06 14:22:13 +00:00
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.7.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2020-08-06 14:22:13 +00:00
dependencies = [
"adler",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "mio"
version = "0.8.8"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2020-08-06 14:22:13 +00:00
dependencies = [
"libc",
"log",
2023-09-23 17:29:25 +00:00
"wasi",
"windows-sys 0.48.0",
2020-08-06 14:22:13 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "multer"
version = "2.1.0"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
2022-02-11 17:44:08 +00:00
dependencies = [
"bytes",
"encoding_rs",
"futures-util",
"http",
"httparse",
"log",
"memchr",
"mime",
"spin 0.9.8",
2022-02-11 17:44:08 +00:00
"tokio",
"tokio-util",
2022-02-11 17:44:08 +00:00
"version_check",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "native-tls"
version = "0.2.11"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
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"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
2021-09-10 17:09:25 +00:00
"minimal-lexical",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "normpath"
version = "1.1.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5"
2022-02-11 17:44:08 +00:00
dependencies = [
"windows-sys 0.48.0",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "notify"
version = "5.2.0"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486"
2022-02-11 17:44:08 +00:00
dependencies = [
"bitflags 1.3.2",
"crossbeam-channel",
2022-02-11 17:44:08 +00:00
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
2022-02-11 17:44:08 +00:00
"libc",
"mio",
2022-02-11 17:44:08 +00:00
"walkdir",
"windows-sys 0.45.0",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
2022-02-11 17:44:08 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "num-bigint"
2023-09-23 17:29: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"
2023-09-23 17:29:25 +00:00
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-04-19 14:23:27 +00:00
"autocfg",
2020-08-06 14:22:13 +00:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-bigint-dig"
2023-09-23 17:29:25 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
2023-09-23 17:29:25 +00:00
"rand",
"smallvec",
"zeroize",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "num-integer"
2022-07-22 22:30:45 +00:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 22:30:45 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
2022-04-19 14:23:27 +00:00
"autocfg",
"num-traits",
]
[[package]]
name = "num-iter"
2022-07-22 22:30:45 +00:00
version = "0.1.43"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 22:30:45 +00:00
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-04-19 14:23:27 +00:00
"autocfg",
"num-integer",
2020-08-06 14:22:13 +00:00
"num-traits",
]
[[package]]
name = "num-traits"
2023-09-23 17:29:25 +00:00
version = "0.2.16"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-04-19 14:23:27 +00:00
"autocfg",
"libm",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "num_cpus"
2023-09-23 17:29:25 +00:00
version = "1.16.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2020-08-06 14:22:13 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"hermit-abi",
2020-08-06 14:22:13 +00:00
"libc",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "oauth2"
2023-09-23 17:29:25 +00:00
version = "4.4.2"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-06-20 07:50:12 +00:00
"base64 0.13.1",
2022-02-11 17:44:08 +00:00
"chrono",
2023-09-23 17:29:25 +00:00
"getrandom",
2022-02-11 17:44:08 +00:00
"http",
2023-09-23 17:29:25 +00:00
"rand",
2022-02-11 17:44:08 +00:00
"reqwest",
"serde",
"serde_json",
"serde_path_to_error",
2022-07-22 22:30:45 +00:00
"sha2",
2022-02-11 17:44:08 +00:00
"thiserror",
"url",
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "object"
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
dependencies = [
"memchr",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "once_cell"
version = "1.18.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
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"
2023-09-23 17:29:25 +00:00
version = "0.10.57"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
2020-08-06 14:22:13 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"bitflags 2.4.0",
"cfg-if",
2020-08-06 14:22:13 +00:00
"foreign-types",
"libc",
"once_cell",
2022-07-22 22:30:45 +00:00
"openssl-macros",
2020-08-06 14:22:13 +00:00
"openssl-sys",
]
2022-07-22 22:30:45 +00:00
[[package]]
name = "openssl-macros"
version = "0.1.1"
2022-07-22 22:30:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2022-07-22 22:30:45 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2022-07-22 22:30:45 +00:00
]
2020-08-06 14:22:13 +00:00
[[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"
2023-09-23 17:29:25 +00:00
version = "0.9.93"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
2020-08-06 14:22:13 +00:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-03-19 17:41:34 +00:00
[[package]]
name = "ordered-float"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
dependencies = [
"num-traits",
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-02-19 14:32:03 +00:00
[[package]]
name = "parking_lot"
2022-07-22 22:30:45 +00:00
version = "0.12.1"
2022-02-19 14:32:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 22:30:45 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-02-19 14:32:03 +00:00
dependencies = [
"lock_api",
2023-09-23 17:29:25 +00:00
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-09-23 17:29:25 +00:00
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
dependencies = [
"cfg-if",
"libc",
2023-09-23 17:29:25 +00:00
"redox_syscall",
"smallvec",
2023-09-23 17:29:25 +00:00
"windows-targets 0.48.5",
2022-02-19 14:32:03 +00:00
]
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",
]
2022-02-19 14:32:03 +00:00
[[package]]
name = "paste"
2023-09-23 17:29:25 +00:00
version = "1.0.14"
2022-02-19 14:32:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2022-02-19 14:32:03 +00:00
2022-02-11 17:44:08 +00:00
[[package]]
name = "pear"
2023-09-23 17:29:25 +00:00
version = "0.2.7"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "61a386cd715229d399604b50d1361683fe687066f42d56f54be995bc6868f71c"
2022-02-11 17:44:08 +00:00
dependencies = [
"inlinable_string",
"pear_codegen",
"yansi",
]
[[package]]
name = "pear_codegen"
2023-09-23 17:29:25 +00:00
version = "0.2.7"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "da9f0f13dac8069c139e8300a6510e3f4143ecf5259c60b116a9b271b4ca0d54"
2022-02-11 17:44:08 +00:00
dependencies = [
"proc-macro2",
"proc-macro2-diagnostics",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2022-02-11 17:44:08 +00:00
]
[[package]]
2022-02-01 23:04:31 +00:00
name = "pem-rfc7468"
2023-09-23 17:29:25 +00:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
2022-02-01 23:04:31 +00:00
"base64ct",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "percent-encoding"
version = "2.3.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2020-08-06 14:22:13 +00:00
2022-02-11 17:44:08 +00:00
[[package]]
name = "pest"
2023-09-23 17:29:25 +00:00
version = "2.7.3"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "d7a4d085fd991ac8d5b05a147b437791b4260b76326baf0fc60cf7c9c27ecd33"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"memchr",
"thiserror",
2022-02-11 17:44:08 +00:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
2023-09-23 17:29:25 +00:00
version = "2.7.3"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "a2bee7be22ce7918f641a33f08e3f43388c7656772244e2bbb2477f44cc9021a"
2022-02-11 17:44:08 +00:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2023-09-23 17:29:25 +00:00
version = "2.7.3"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "d1511785c5e98d79a05e8a6bc34b4ac2168a0e3e92161862030ad84daa223141"
2022-02-11 17:44:08 +00:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "pest_meta"
2023-09-23 17:29:25 +00:00
version = "2.7.3"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "b42f0394d3123e33353ca5e1e89092e533d2cc490389f2bd6131c43c634ebc5f"
2022-02-11 17:44:08 +00:00
dependencies = [
"once_cell",
2022-02-11 17:44:08 +00:00
"pest",
"sha2",
]
[[package]]
name = "phf"
2023-09-23 17:29:25 +00:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
2023-09-23 17:29:25 +00:00
"phf_shared",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "phf_codegen"
2023-09-23 17:29:25 +00:00
version = "0.11.2"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
2023-09-23 17:29:25 +00:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
dependencies = [
2023-09-23 17:29:25 +00:00
"phf_shared",
"rand",
2022-02-11 17:44:08 +00:00
]
[[package]]
2023-09-23 17:29:25 +00:00
name = "phf_shared"
version = "0.11.2"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"siphasher",
2022-02-11 17:44:08 +00:00
]
[[package]]
2023-09-23 17:29:25 +00:00
name = "pin-project"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
dependencies = [
2023-09-23 17:29:25 +00:00
"pin-project-internal",
]
2022-02-11 17:44:08 +00:00
[[package]]
2023-09-23 17:29:25 +00:00
name = "pin-project-internal"
version = "1.1.3"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"proc-macro2",
"quote",
"syn 2.0.37",
2022-02-11 17:44:08 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "pin-project-lite"
2023-09-23 17:29:25 +00:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
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"
2023-09-23 17:29:25 +00:00
version = "0.7.5"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2022-02-01 23:04:31 +00:00
dependencies = [
"der",
2022-04-19 14:23:27 +00:00
"pkcs8",
2023-09-23 17:29:25 +00:00
"spki",
2022-02-01 23:04:31 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
2022-02-01 23:04:31 +00:00
name = "pkcs8"
2023-09-23 17:29:25 +00:00
version = "0.10.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2022-02-01 23:04:31 +00:00
dependencies = [
"der",
"spki",
]
2020-08-06 14:22:13 +00:00
[[package]]
2022-02-01 23:04:31 +00:00
name = "pkg-config"
version = "0.3.27"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2020-08-06 14:22:13 +00:00
2022-02-19 14:32:03 +00:00
[[package]]
name = "poise"
2023-09-23 17:29:25 +00:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "649248bcf202ebd1fe3202a7eaf2f705466c92f8d32a644ef565d9221e3ff6f1"
2022-02-19 14:32:03 +00:00
dependencies = [
"async-trait",
"derivative",
2022-02-19 14:32:03 +00:00
"futures-core",
"futures-util",
2022-03-19 17:41:34 +00:00
"log",
2022-02-19 14:32:03 +00:00
"once_cell",
2023-09-23 17:29:25 +00:00
"parking_lot",
2022-02-19 14:32:03 +00:00
"poise_macros",
"regex",
"serenity",
"tokio",
]
[[package]]
name = "poise_macros"
2023-09-23 17:29:25 +00:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "05960fe87728cef0533d13f8ead89da228f5eb7840bee5602eeaa8db150084a0"
2022-02-19 14:32:03 +00:00
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 1.0.109",
2022-02-19 14:32:03 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "polyval"
version = "0.6.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb"
2022-02-11 17:44:08 +00:00
dependencies = [
"cfg-if",
2022-02-11 17:44:08 +00:00
"cpufeatures",
"opaque-debug",
2022-02-11 17:44:08 +00:00
"universal-hash",
]
2022-02-06 15:47:59 +00:00
[[package]]
name = "postman"
version = "0.1.0"
dependencies = [
"chrono",
2023-09-23 17:29:25 +00:00
"chrono-tz",
2022-02-06 15:47:59 +00:00
"lazy_static",
"log",
"num-integer",
"regex",
"serde",
2022-02-06 15:47:59 +00:00
"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.17"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2020-08-06 14:22:13 +00:00
[[package]]
name = "proc-macro2"
2023-09-23 17:29: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"
2023-09-23 17:29:25 +00:00
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-07-22 22:30:45 +00:00
"unicode-ident",
2020-08-06 14:22:13 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "proc-macro2-diagnostics"
2023-09-23 17:29:25 +00:00
version = "0.10.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2022-02-11 17:44:08 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2022-02-11 17:44:08 +00:00
"version_check",
"yansi",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "quote"
2023-09-23 17:29:25 +00:00
version = "1.0.33"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
2022-02-19 14:32:03 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-19 14:32:03 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2023-09-23 17:29:25 +00:00
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2023-09-23 17:29:25 +00:00
"rand_core",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2023-09-23 17:29:25 +00:00
"getrandom",
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "ref-cast"
2023-09-23 17:29:25 +00:00
version = "1.0.20"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280"
2022-02-11 17:44:08 +00:00
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
2023-09-23 17:29:25 +00:00
version = "1.0.20"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925"
2022-02-11 17:44:08 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2022-02-11 17:44:08 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "regex"
2023-09-23 17:29:25 +00:00
version = "1.9.5"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
2020-08-06 14:22:13 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"aho-corasick",
2020-08-06 14:22:13 +00:00
"memchr",
2023-09-23 17:29:25 +00:00
"regex-automata 0.3.8",
"regex-syntax 0.7.5",
2020-08-06 14:22:13 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
2022-02-11 17:44:08 +00:00
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "regex-automata"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.5",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
2023-09-23 17:29:25 +00:00
version = "0.7.5"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2020-08-06 14:22:13 +00:00
[[package]]
2023-05-07 19:38:08 +00:00
name = "reminder-rs"
2023-09-23 22:38:16 +00:00
version = "1.6.41"
2020-08-06 14:22:13 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"base64 0.21.4",
2020-08-18 19:09:21 +00:00
"chrono",
2023-09-23 17:29:25 +00:00
"chrono-tz",
2020-08-06 14:22:13 +00:00
"dotenv",
2020-10-17 22:56:19 +00:00
"env_logger",
2022-08-14 15:22:00 +00:00
"lazy-regex",
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-19 14:32:03 +00:00
"poise",
2022-02-06 15:47:59 +00:00
"postman",
2023-09-23 17:29:25 +00:00
"rand",
2020-08-06 14:22:13 +00:00
"regex",
2022-02-11 17:44:08 +00:00
"reminder_web",
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
"sqlx",
"tokio",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "reminder_web"
version = "0.1.0"
dependencies = [
2023-06-20 07:50:12 +00:00
"base64 0.13.1",
2022-02-11 17:44:08 +00:00
"chrono",
2023-09-23 17:29:25 +00:00
"chrono-tz",
2022-07-22 22:30:45 +00:00
"csv",
"lazy_static",
2022-02-11 17:44:08 +00:00
"log",
"oauth2",
2023-09-23 17:29:25 +00:00
"rand",
2022-02-11 17:44:08 +00:00
"reqwest",
"rocket",
"rocket_dyn_templates",
"serde",
"serenity",
"sqlx",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "reqwest"
2023-09-23 17:29:25 +00:00
version = "0.11.20"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
2020-08-06 14:22:13 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"base64 0.21.4",
"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",
"log",
"mime",
"mime_guess",
"native-tls",
"once_cell",
2020-08-06 14:22:13 +00:00
"percent-encoding",
2021-02-11 23:30:44 +00:00
"pin-project-lite",
2023-09-23 17:29:25 +00:00
"rustls 0.21.7",
2022-02-01 23:04:31 +00:00
"rustls-pemfile",
2020-08-06 14:22:13 +00:00
"serde",
"serde_json",
2022-02-11 17:44:08 +00:00
"serde_urlencoded",
"tokio",
"tokio-native-tls",
"tokio-rustls 0.24.1",
"tokio-util",
2022-07-22 22:30:45 +00:00
"tower-service",
2022-02-11 17:44:08 +00:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
2022-02-11 17:44:08 +00:00
"web-sys",
2023-09-23 17:29:25 +00:00
"webpki-roots 0.25.2",
2022-02-11 17:44:08 +00:00
"winreg",
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
"untrusted",
"web-sys",
"winapi",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "rmp"
2023-09-23 17:29:25 +00:00
version = "0.8.12"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
2022-02-11 17:44:08 +00:00
dependencies = [
"byteorder",
"num-traits",
2022-04-19 14:23:27 +00:00
"paste",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "rmp-serde"
2023-09-23 17:29:25 +00:00
version = "1.1.2"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "bffea85eea980d8a74453e5d02a8d93028f3c34725de143085a844ebe953258a"
2022-02-11 17:44:08 +00:00
dependencies = [
"byteorder",
"rmp",
"serde",
]
[[package]]
name = "rocket"
version = "0.5.0-rc.3"
2023-09-23 17:29:25 +00:00
source = "git+https://github.com/SergioBenitez/Rocket?branch=master#f41474dd6136db0fe744907e06f8b38136259066"
2022-02-11 17:44:08 +00:00
dependencies = [
"async-stream",
"async-trait",
"atomic",
"binascii",
"bytes",
"either",
"figment",
"futures",
2023-09-23 17:29:25 +00:00
"indexmap 1.9.3",
2022-02-11 17:44:08 +00:00
"log",
"memchr",
"multer",
"num_cpus",
2023-09-23 17:29:25 +00:00
"parking_lot",
2022-02-11 17:44:08 +00:00
"pin-project-lite",
2023-09-23 17:29:25 +00:00
"rand",
2022-02-11 17:44:08 +00:00
"ref-cast",
"rocket_codegen",
"rocket_http",
"serde",
"serde_json",
"state",
"tempfile",
2023-09-23 17:29:25 +00:00
"time",
2020-08-06 14:22:13 +00:00
"tokio",
2022-02-11 17:44:08 +00:00
"tokio-stream",
"tokio-util",
2022-02-11 17:44:08 +00:00
"ubyte",
"version_check",
"yansi",
2020-08-06 14:22:13 +00:00
]
[[package]]
2022-02-11 17:44:08 +00:00
name = "rocket_codegen"
version = "0.5.0-rc.3"
2023-09-23 17:29:25 +00:00
source = "git+https://github.com/SergioBenitez/Rocket?branch=master#f41474dd6136db0fe744907e06f8b38136259066"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-02-11 17:44:08 +00:00
"devise",
"glob",
2023-09-23 17:29:25 +00:00
"indexmap 1.9.3",
2022-02-11 17:44:08 +00:00
"proc-macro2",
"quote",
"rocket_http",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2022-02-11 17:44:08 +00:00
"unicode-xid",
2023-09-23 17:29:25 +00:00
"version_check",
2020-08-06 14:22:13 +00:00
]
2021-09-11 19:40:58 +00:00
[[package]]
2022-02-11 17:44:08 +00:00
name = "rocket_dyn_templates"
version = "0.1.0-rc.3"
2023-09-23 17:29:25 +00:00
source = "git+https://github.com/SergioBenitez/Rocket?branch=master#f41474dd6136db0fe744907e06f8b38136259066"
2021-09-11 19:40:58 +00:00
dependencies = [
2022-02-11 17:44:08 +00:00
"glob",
"normpath",
"notify",
"rocket",
"tera",
2021-09-11 19:40:58 +00:00
]
[[package]]
2022-02-11 17:44:08 +00:00
name = "rocket_http"
version = "0.5.0-rc.3"
2023-09-23 17:29:25 +00:00
source = "git+https://github.com/SergioBenitez/Rocket?branch=master#f41474dd6136db0fe744907e06f8b38136259066"
2021-09-11 19:40:58 +00:00
dependencies = [
2022-02-11 17:44:08 +00:00
"cookie",
"either",
2022-07-22 22:30:45 +00:00
"futures",
2022-02-11 17:44:08 +00:00
"http",
"hyper",
2023-09-23 17:29:25 +00:00
"indexmap 1.9.3",
2022-02-11 17:44:08 +00:00
"log",
"memchr",
"pear",
"percent-encoding",
"pin-project-lite",
"ref-cast",
2023-09-23 17:29:25 +00:00
"rustls 0.21.7",
2022-03-19 17:41:34 +00:00
"rustls-pemfile",
2021-09-11 19:40:58 +00:00
"serde",
2022-02-11 17:44:08 +00:00
"smallvec",
"stable-pattern",
"state",
2023-09-23 17:29:25 +00:00
"time",
2022-02-11 17:44:08 +00:00
"tokio",
"tokio-rustls 0.24.1",
2022-02-11 17:44:08 +00:00
"uncased",
2021-09-11 19:40:58 +00:00
]
[[package]]
name = "rsa"
2023-09-23 17:29:25 +00:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
dependencies = [
"byteorder",
2023-09-23 17:29:25 +00:00
"const-oid",
"digest",
"num-bigint-dig",
"num-integer",
"num-iter",
"num-traits",
2022-02-01 23:04:31 +00:00
"pkcs1",
"pkcs8",
2023-09-23 17:29:25 +00:00
"rand_core",
"signature",
"spki",
"subtle",
"zeroize",
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rustix"
2023-09-23 17:29:25 +00:00
version = "0.38.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
dependencies = [
2023-09-23 17:29:25 +00:00
"bitflags 2.4.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "rustls"
2023-09-23 17:29:25 +00:00
version = "0.20.9"
2022-02-01 23:04:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
2022-02-01 23:04:31 +00:00
dependencies = [
"log",
"ring",
2022-08-14 15:22:00 +00:00
"sct",
"webpki",
2022-02-01 23:04:31 +00:00
]
[[package]]
name = "rustls"
2023-09-23 17:29:25 +00:00
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
dependencies = [
"log",
"ring",
"rustls-webpki",
"sct",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "rustls-pemfile"
2023-09-23 17:29:25 +00:00
version = "1.0.3"
2022-02-01 23:04:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2022-02-01 23:04:31 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"base64 0.21.4",
]
[[package]]
name = "rustls-webpki"
2023-09-23 17:29:25 +00:00
version = "0.101.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
dependencies = [
"ring",
"untrusted",
2020-08-06 14:22:13 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "rustversion"
2023-09-23 17:29:25 +00:00
version = "1.0.14"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2022-02-11 17:44:08 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "ryu"
2023-09-23 17:29:25 +00:00
version = "1.0.15"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2020-08-06 14:22:13 +00:00
2022-02-11 17:44:08 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "schannel"
2023-09-23 17:29:25 +00:00
version = "0.1.22"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2020-08-06 14:22:13 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"windows-sys 0.48.0",
2020-08-06 14:22:13 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-02-11 17:44:08 +00:00
[[package]]
name = "scopeguard"
2023-09-23 17:29:25 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
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"
2023-09-23 17:29:25 +00:00
version = "2.9.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
2020-08-06 14:22:13 +00:00
dependencies = [
"bitflags 1.3.2",
2020-08-06 14:22:13 +00:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-09-23 17:29:25 +00:00
version = "2.9.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
2020-08-06 14:22:13 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
2023-09-23 17:29:25 +00:00
version = "1.0.188"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
2020-08-06 14:22:13 +00:00
dependencies = [
"serde_derive",
]
2022-03-19 17:41:34 +00:00
[[package]]
name = "serde-value"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
dependencies = [
"ordered-float",
"serde",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "serde_derive"
2023-09-23 17:29:25 +00:00
version = "1.0.188"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "serde_json"
2023-09-23 17:29:25 +00:00
version = "1.0.107"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
2020-08-06 14:22:13 +00:00
dependencies = [
"itoa",
2020-08-06 14:22:13 +00:00
"ryu",
"serde",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "serde_path_to_error"
2023-09-23 17:29:25 +00:00
version = "0.1.14"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"itoa",
2022-02-11 17:44:08 +00:00
"serde",
]
[[package]]
name = "serde_repr"
2023-09-23 17:29:25 +00:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
]
[[package]]
name = "serde_spanned"
2023-09-23 17:29:25 +00:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
dependencies = [
"serde",
]
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",
"itoa",
"ryu",
2020-08-06 14:22:13 +00:00
"serde",
]
[[package]]
name = "serenity"
2023-09-23 17:29:25 +00:00
version = "0.11.6"
2022-04-19 14:23:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "d007dc45584ecc47e791f2a9a7cf17bf98ac386728106f111159c846d624be3f"
2020-08-06 14:22:13 +00:00
dependencies = [
"async-trait",
"async-tungstenite",
2023-06-20 07:50:12 +00:00
"base64 0.13.1",
"bitflags 1.3.2",
"bytes",
"cfg-if",
2020-08-06 14:22:13 +00:00
"chrono",
"dashmap",
2020-08-06 14:22:13 +00:00
"flate2",
"futures",
"mime",
"mime_guess",
2023-09-23 17:29:25 +00:00
"parking_lot",
"percent-encoding",
2020-08-06 14:22:13 +00:00
"reqwest",
"rustversion",
2020-08-06 14:22:13 +00:00
"serde",
2022-03-19 17:41:34 +00:00
"serde-value",
2020-08-06 14:22:13 +00:00
"serde_json",
2023-09-23 17:29:25 +00:00
"time",
2020-08-06 14:22:13 +00:00
"tokio",
"tracing",
2020-08-06 14:22:13 +00:00
"typemap_rev",
"url",
]
[[package]]
name = "sha-1"
2022-12-10 15:38:21 +00:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-10 15:38:21 +00:00
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "sha1"
2023-09-23 17:29:25 +00:00
version = "0.10.6"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-02-11 17:44:08 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
2020-08-06 14:22:13 +00:00
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "signature"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
dependencies = [
"digest",
"rand_core",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "siphasher"
2023-09-23 17:29:25 +00:00
version = "0.3.11"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2022-02-11 17:44:08 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "slab"
2023-09-23 17:29:25 +00:00
version = "0.4.9"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
2020-08-06 14:22:13 +00:00
2022-02-11 17:44:08 +00:00
[[package]]
name = "slug"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
dependencies = [
"deunicode",
]
[[package]]
name = "smallvec"
2023-09-23 17:29:25 +00:00
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2020-08-06 14:22:13 +00:00
[[package]]
name = "socket2"
version = "0.4.9"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2020-08-06 14:22:13 +00:00
dependencies = [
"libc",
"winapi",
2020-08-06 14:22:13 +00:00
]
2023-09-23 17:29:25 +00:00
[[package]]
name = "socket2"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
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-11 17:44:08 +00:00
[[package]]
name = "spin"
version = "0.9.8"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2023-09-23 17:29:25 +00:00
dependencies = [
"lock_api",
]
2022-02-11 17:44:08 +00:00
2022-02-01 23:04:31 +00:00
[[package]]
name = "spki"
2023-09-23 17:29:25 +00:00
version = "0.7.2"
2022-02-01 23:04:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
2022-02-01 23:04:31 +00:00
dependencies = [
2022-04-19 14:23:27 +00:00
"base64ct",
2022-02-01 23:04:31 +00:00
"der",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "sqlformat"
2023-09-23 17:29: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"
2023-09-23 17:29:25 +00:00
checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
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"
2023-09-23 17:29:25 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "8e58421b6bc416714d5115a2ca953718f6c621a51b68e4f4922aea5a4391a721"
2020-08-06 14:22:13 +00:00
dependencies = [
"sqlx-core",
"sqlx-macros",
2023-09-23 17:29:25 +00:00
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "sqlx-core"
2023-09-23 17:29:25 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "dd4cef4251aabbae751a3710927945901ee1d97ee96d757f6880ebb9a79bfd53"
2020-08-06 14:22:13 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"ahash",
"atoi",
2020-08-06 14:22:13 +00:00
"bigdecimal",
"byteorder",
"bytes",
2020-08-22 00:24:12 +00:00
"chrono",
"crc",
2020-08-06 14:22:13 +00:00
"crossbeam-queue",
2022-08-14 15:22:00 +00:00
"dotenvy",
"either",
2022-04-19 14:23:27 +00:00
"event-listener",
2020-08-06 14:22:13 +00:00
"futures-channel",
"futures-core",
2021-09-10 17:09:25 +00:00
"futures-intrusive",
2023-09-23 17:29:25 +00:00
"futures-io",
2020-08-06 14:22:13 +00:00
"futures-util",
2021-01-09 18:25:50 +00:00
"hashlink",
2020-08-06 14:22:13 +00:00
"hex",
2023-09-23 17:29:25 +00:00
"indexmap 2.0.0",
2020-08-06 14:22:13 +00:00
"log",
"memchr",
"once_cell",
2022-02-19 14:32:03 +00:00
"paste",
2020-08-06 14:22:13 +00:00
"percent-encoding",
2023-09-23 17:29:25 +00:00
"rustls 0.21.7",
2022-08-14 15:22:00 +00:00
"rustls-pemfile",
"serde",
"serde_json",
2022-07-22 22:30:45 +00:00
"sha2",
"smallvec",
2020-08-06 14:22:13 +00:00
"sqlformat",
"thiserror",
2023-09-23 17:29:25 +00:00
"tokio",
2021-02-11 23:30:44 +00:00
"tokio-stream",
2023-09-23 17:29:25 +00:00
"tracing",
2020-08-06 14:22:13 +00:00
"url",
2023-09-23 17:29:25 +00:00
"webpki-roots 0.24.0",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "sqlx-macros"
2023-09-23 17:29:25 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "208e3165167afd7f3881b16c1ef3f2af69fa75980897aac8874a0696516d12c2"
dependencies = [
"proc-macro2",
"quote",
"sqlx-core",
"sqlx-macros-core",
"syn 1.0.109",
]
[[package]]
name = "sqlx-macros-core"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "8a4a8336d278c62231d87f24e8a7a74898156e34c1c18942857be2acb29c7dfc"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-08-14 15:22:00 +00:00
"dotenvy",
"either",
2020-08-06 14:22:13 +00:00
"heck",
2023-09-23 17:29:25 +00:00
"hex",
"once_cell",
2020-08-06 14:22:13 +00:00
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"serde",
"serde_json",
2022-07-22 22:30:45 +00:00
"sha2",
2020-08-06 14:22:13 +00:00
"sqlx-core",
2023-09-23 17:29:25 +00:00
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
"syn 1.0.109",
2023-09-23 17:29:25 +00:00
"tempfile",
"tokio",
2020-08-06 14:22:13 +00:00
"url",
]
[[package]]
2023-09-23 17:29:25 +00:00
name = "sqlx-mysql"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "8ca69bf415b93b60b80dc8fda3cb4ef52b2336614d8da2de5456cc942a110482"
dependencies = [
2023-09-23 17:29:25 +00:00
"atoi",
"base64 0.21.4",
"bigdecimal",
"bitflags 2.4.0",
"byteorder",
"bytes",
"chrono",
"crc",
"digest",
"dotenvy",
"either",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"generic-array",
"hex",
"hkdf",
"hmac",
"itoa",
"log",
"md-5",
"memchr",
"once_cell",
2023-09-23 17:29:25 +00:00
"percent-encoding",
"rand",
"rsa",
"serde",
"sha1",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror",
"tracing",
"whoami",
]
[[package]]
name = "sqlx-postgres"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0db2df1b8731c3651e204629dd55e52adbae0462fa1bdcbed56a2302c18181e"
dependencies = [
"atoi",
"base64 0.21.4",
"bigdecimal",
"bitflags 2.4.0",
"byteorder",
"chrono",
"crc",
"dotenvy",
"etcetera",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"hex",
"hkdf",
"hmac",
"home",
"itoa",
"log",
"md-5",
"memchr",
"num-bigint",
"once_cell",
"rand",
"serde",
"serde_json",
"sha1",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror",
"tracing",
"whoami",
]
[[package]]
name = "sqlx-sqlite"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4c21bf34c7cae5b283efb3ac1bcc7670df7561124dc2f8bdc0b59be40f79a2"
dependencies = [
"atoi",
"chrono",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"libsqlite3-sys",
"log",
"percent-encoding",
"serde",
"sqlx-core",
"tracing",
"url",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "stable-pattern"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
dependencies = [
"memchr",
]
[[package]]
name = "state"
version = "0.6.0"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8"
2022-02-11 17:44:08 +00:00
dependencies = [
"loom",
]
[[package]]
name = "stringprep"
2023-09-23 17:29:25 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
dependencies = [
2023-09-23 17:29:25 +00:00
"finl_unicode",
"unicode-bidi",
"unicode-normalization",
]
2022-02-19 14:32:03 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "syn"
2023-09-23 17:29:25 +00:00
version = "2.0.37"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-07-22 22:30:45 +00:00
"unicode-ident",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "tempfile"
2023-09-23 17:29:25 +00:00
version = "3.8.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
2020-08-06 14:22:13 +00:00
dependencies = [
"cfg-if",
2022-02-01 23:04:31 +00:00
"fastrand",
2023-09-23 17:29:25 +00:00
"redox_syscall",
"rustix",
"windows-sys 0.48.0",
2022-02-11 17:44:08 +00:00
]
[[package]]
name = "tera"
2023-09-23 17:29:25 +00:00
version = "1.19.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8"
2022-02-11 17:44:08 +00:00
dependencies = [
"chrono",
2023-09-23 17:29:25 +00:00
"chrono-tz",
2022-02-11 17:44:08 +00:00
"globwalk",
"humansize",
"lazy_static",
"percent-encoding",
"pest",
"pest_derive",
2023-09-23 17:29:25 +00:00
"rand",
2022-02-11 17:44:08 +00:00
"regex",
"serde",
"serde_json",
"slug",
"unic-segment",
2020-08-06 14:22:13 +00:00
]
2020-10-17 22:56:19 +00:00
[[package]]
name = "termcolor"
2023-09-23 17:29:25 +00:00
version = "1.3.0"
2020-10-17 22:56:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
2020-10-17 22:56:19 +00:00
dependencies = [
"winapi-util",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "thiserror"
2023-09-23 17:29:25 +00:00
version = "1.0.48"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
2020-08-06 14:22:13 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-09-23 17:29:25 +00:00
version = "1.0.48"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2020-08-06 14:22:13 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "thread_local"
2023-09-23 17:29:25 +00:00
version = "1.1.7"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"cfg-if",
2022-02-11 17:44:08 +00:00
"once_cell",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "time"
2023-09-23 17:29:25 +00:00
version = "0.3.28"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"deranged",
"itoa",
"serde",
"time-core",
2022-02-11 17:44:08 +00:00
"time-macros",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "time-core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2022-02-11 17:44:08 +00:00
[[package]]
name = "time-macros"
2023-09-23 17:29:25 +00:00
version = "0.2.14"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
dependencies = [
"time-core",
]
2022-02-11 17:44:08 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "tinyvec"
2022-07-22 22:30:45 +00:00
version = "1.6.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 22:30:45 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2020-08-06 14:22:13 +00:00
[[package]]
name = "tokio"
2023-09-23 17:29:25 +00:00
version = "1.32.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
2020-08-06 14:22:13 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"backtrace",
"bytes",
2020-08-06 14:22:13 +00:00
"libc",
"mio",
2020-08-06 14:22:13 +00:00
"num_cpus",
2023-09-23 17:29:25 +00:00
"parking_lot",
2021-02-11 23:30:44 +00:00
"pin-project-lite",
"signal-hook-registry",
2023-09-23 17:29:25 +00:00
"socket2 0.5.4",
2020-08-06 14:22:13 +00:00
"tokio-macros",
"windows-sys 0.48.0",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "tokio-macros"
version = "2.1.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2020-08-06 14:22:13 +00:00
]
2021-02-11 23:30:44 +00:00
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
2021-02-11 23:30:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2021-02-11 23:30:44 +00:00
dependencies = [
"native-tls",
"tokio",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "tokio-rustls"
2022-07-22 22:30:45 +00:00
version = "0.23.4"
2022-02-01 23:04:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 22:30:45 +00:00
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2022-02-01 23:04:31 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"rustls 0.20.9",
2022-02-01 23:04:31 +00:00
"tokio",
2022-08-14 15:22:00 +00:00
"webpki",
2020-08-06 14:22:13 +00:00
]
[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
2023-09-23 17:29:25 +00:00
"rustls 0.21.7",
"tokio",
]
2020-08-06 14:22:13 +00:00
[[package]]
2021-02-11 23:30:44 +00:00
name = "tokio-stream"
version = "0.1.14"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
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",
]
2022-02-19 14:32:03 +00:00
[[package]]
name = "tokio-util"
2023-09-23 17:29:25 +00:00
version = "0.7.9"
2022-02-19 14:32:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
2022-02-19 14:32:03 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
2022-02-19 14:32:03 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "toml"
2023-09-23 17:29:25 +00:00
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2023-09-23 17:29:25 +00:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-09-23 17:29:25 +00:00
version = "0.19.15"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"indexmap 2.0.0",
2022-02-11 17:44:08 +00:00
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
2022-02-11 17:44:08 +00:00
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "tower-service"
2022-07-22 22:30:45 +00:00
version = "0.3.2"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 22:30:45 +00:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2020-08-06 14:22:13 +00:00
[[package]]
name = "tracing"
version = "0.1.37"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
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"
2023-09-23 17:29:25 +00:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "tracing-core"
version = "0.1.31"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2020-08-06 14:22:13 +00:00
dependencies = [
2022-07-22 22:30:45 +00:00
"once_cell",
2022-02-19 14:32:03 +00:00
"valuable",
2020-08-06 14:22:13 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "tracing-log"
2022-07-22 22:30:45 +00:00
version = "0.1.3"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 22:30:45 +00:00
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
2022-02-11 17:44:08 +00:00
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.17"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2022-02-11 17:44:08 +00:00
dependencies = [
"matchers",
"nu-ansi-term",
2022-07-22 22:30:45 +00:00
"once_cell",
2022-02-11 17:44:08 +00:00
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "try-lock"
version = "0.2.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2020-08-06 14:22:13 +00:00
[[package]]
name = "tungstenite"
version = "0.17.3"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
2020-08-06 14:22:13 +00:00
dependencies = [
2023-06-20 07:50:12 +00:00
"base64 0.13.1",
2020-08-06 14:22:13 +00:00
"byteorder",
"bytes",
2020-08-06 14:22:13 +00:00
"http",
"httparse",
"log",
2023-09-23 17:29:25 +00:00
"rand",
"rustls 0.20.9",
"sha-1",
"thiserror",
2020-08-06 14:22:13 +00:00
"url",
"utf-8",
2022-08-14 15:22:00 +00:00
"webpki",
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"
2023-09-23 17:29:25 +00:00
version = "1.17.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2020-08-06 14:22:13 +00:00
2022-02-11 17:44:08 +00:00
[[package]]
name = "ubyte"
version = "0.10.3"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c81f0dae7d286ad0d9366d7679a77934cfc3cf3a8d67e82669794412b2368fe6"
2022-02-11 17:44:08 +00:00
dependencies = [
"serde",
]
[[package]]
name = "ucd-trie"
2023-09-23 17:29:25 +00:00
version = "0.1.6"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2022-02-11 17:44:08 +00:00
[[package]]
name = "uncased"
version = "0.9.9"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68"
2022-02-11 17:44:08 +00:00
dependencies = [
"serde",
"version_check",
]
[[package]]
name = "unic-char-property"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
dependencies = [
"unic-char-range",
]
[[package]]
name = "unic-char-range"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
[[package]]
name = "unic-common"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
[[package]]
name = "unic-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
dependencies = [
"unic-ucd-segment",
]
[[package]]
name = "unic-ucd-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
dependencies = [
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
]
[[package]]
name = "unic-ucd-version"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
dependencies = [
"unic-common",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "unicase"
2023-09-23 17:29:25 +00:00
version = "2.7.0"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2020-08-06 14:22:13 +00:00
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
version = "0.3.13"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-07-22 22:30:45 +00:00
[[package]]
name = "unicode-ident"
2023-09-23 17:29:25 +00:00
version = "1.0.12"
2022-07-22 22:30:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2020-08-06 14:22:13 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2020-08-06 14:22:13 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2020-08-06 14:22:13 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
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"
2022-02-11 17:44:08 +00:00
[[package]]
name = "universal-hash"
version = "0.5.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2022-02-11 17:44:08 +00:00
dependencies = [
"crypto-common",
2022-02-11 17:44:08 +00:00
"subtle",
]
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"
2023-09-23 17:29: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"
2023-09-23 17:29:25 +00:00
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2020-08-06 14:22:13 +00:00
dependencies = [
"form_urlencoded",
2020-08-06 14:22:13 +00:00
"idna",
"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
2022-02-19 14:32:03 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
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
2022-02-11 17:44:08 +00:00
[[package]]
name = "walkdir"
2023-09-23 17:29:25 +00:00
version = "2.4.0"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2022-02-11 17:44:08 +00:00
dependencies = [
"same-file",
"winapi-util",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "want"
version = "0.3.1"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2020-08-06 14:22:13 +00:00
dependencies = [
"try-lock",
]
2022-03-19 17:41:34 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-08-06 14:22:13 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.87"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
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"
version = "0.2.87"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2020-08-06 14:22:13 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2020-08-06 14:22:13 +00:00
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2020-08-06 14:22:13 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.37"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
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"
version = "0.2.87"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2020-08-06 14:22:13 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.87"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2020-08-06 14:22:13 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-23 17:29:25 +00:00
"syn 2.0.37",
2020-08-06 14:22:13 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.87"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
name = "wasm-streams"
2023-09-23 17:29:25 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2020-08-06 14:22:13 +00:00
[[package]]
name = "web-sys"
version = "0.3.64"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2020-08-06 14:22:13 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-02-01 23:04:31 +00:00
[[package]]
name = "webpki"
2023-09-23 17:29:25 +00:00
version = "0.22.1"
2022-02-01 23:04:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e"
2022-02-01 23:04:31 +00:00
dependencies = [
"ring",
"untrusted",
]
2020-08-06 14:22:13 +00:00
[[package]]
2022-02-01 23:04:31 +00:00
name = "webpki-roots"
2022-12-10 15:38:21 +00:00
version = "0.22.6"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-10 15:38:21 +00:00
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2021-01-09 18:25:50 +00:00
dependencies = [
2022-08-14 15:22:00 +00:00
"webpki",
2021-01-09 18:25:50 +00:00
]
2020-08-06 14:22:13 +00:00
2023-09-23 17:29:25 +00:00
[[package]]
name = "webpki-roots"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
dependencies = [
"rustls-webpki",
]
[[package]]
name = "webpki-roots"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
[[package]]
name = "whoami"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
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"
2023-09-23 17:29:25 +00:00
version = "0.1.6"
2020-10-17 22:56:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2020-10-17 22:56:19 +00:00
dependencies = [
"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 = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
2023-09-23 17:29:25 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-09-23 17:29:25 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
2023-09-23 17:29:25 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
2023-09-23 17:29:25 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-02-19 14:32:03 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-23 17:29:25 +00:00
version = "0.48.5"
2022-02-19 14:32:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2022-02-19 14:32:03 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
2023-09-23 17:29:25 +00:00
version = "0.48.5"
2022-02-19 14:32:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-02-19 14:32:03 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
2023-09-23 17:29:25 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-02-19 14:32:03 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
2022-02-19 14:32:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-02-19 14:32:03 +00:00
[[package]]
name = "windows_i686_msvc"
2023-09-23 17:29:25 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-02-19 14:32:03 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-09-23 17:29:25 +00:00
version = "0.48.5"
2022-02-19 14:32:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2022-02-19 14:32:03 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-23 17:29:25 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-02-19 14:32:03 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-23 17:29:25 +00:00
version = "0.48.5"
2022-02-19 14:32:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2022-02-19 14:32:03 +00:00
2020-08-06 14:22:13 +00:00
[[package]]
name = "winnow"
2023-09-23 17:29:25 +00:00
version = "0.5.15"
2020-08-06 14:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
dependencies = [
"memchr",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "winreg"
2023-09-23 17:29:25 +00:00
version = "0.50.0"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2022-02-11 17:44:08 +00:00
dependencies = [
2023-09-23 17:29:25 +00:00
"cfg-if",
"windows-sys 0.48.0",
2020-08-06 14:22:13 +00:00
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "yansi"
2023-09-23 17:29:25 +00:00
version = "1.0.0-rc.1"
2022-02-11 17:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-23 17:29:25 +00:00
checksum = "1367295b8f788d371ce2dbc842c7b709c73ee1364d30351dd300ec2203b12377"
dependencies = [
"is-terminal",
]
2022-02-11 17:44:08 +00:00
[[package]]
name = "zeroize"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"