Kon/Cargo.lock

3159 lines
77 KiB
Plaintext
Raw Normal View History

2023-12-07 22:01:13 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2024-07-30 22:21:26 -04:00
version = "0.22.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2023-12-07 22:01:13 -05:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aho-corasick"
2024-03-25 19:02:32 -04:00
version = "1.1.3"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-12-07 22:01:13 -05:00
dependencies = [
"memchr",
]
[[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",
]
[[package]]
name = "arc-swap"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
2023-12-07 22:01:13 -05:00
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
dependencies = [
"serde",
]
[[package]]
name = "async-trait"
2024-07-30 22:21:26 -04:00
version = "0.1.81"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
]
2024-07-30 22:21:26 -04:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-12-07 22:01:13 -05:00
[[package]]
name = "autocfg"
2024-05-09 07:09:56 -04:00
version = "1.3.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 07:09:56 -04:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-12-07 22:01:13 -05:00
[[package]]
name = "backtrace"
2024-07-30 22:21:26 -04:00
version = "0.3.73"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-12-07 22:01:13 -05:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
2024-03-25 19:02:32 -04:00
version = "0.21.7"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-12-07 22:01:13 -05:00
2024-04-07 04:49:02 -04:00
[[package]]
name = "base64"
2024-05-02 15:26:05 -04:00
version = "0.22.1"
2024-04-07 04:49:02 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 15:26:05 -04:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-04-07 04:49:02 -04:00
2024-07-19 19:56:58 -04:00
[[package]]
name = "bb8"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b10cf871f3ff2ce56432fddc2615ac7acc3aa22ca321f8fea800846fbb32f188"
dependencies = [
"async-trait",
"futures-util",
"parking_lot",
"tokio",
]
[[package]]
name = "bb8-postgres"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56ac82c42eb30889b5c4ee4763a24b8c566518171ebea648cd7e3bc532c60680"
dependencies = [
"async-trait",
"bb8",
"tokio",
"tokio-postgres",
]
2024-07-27 19:39:56 -04:00
[[package]]
name = "bb8-redis"
version = "0.16.0"
2024-07-27 19:39:56 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6910977c026bb1d0a6b523508d1a893d6d4c2ba216355e9569d8181d92ccbe"
2024-07-27 19:39:56 -04:00
dependencies = [
"async-trait",
"bb8",
"redis",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-07-30 22:21:26 -04:00
version = "2.6.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-12-07 22:01:13 -05:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "bumpalo"
2024-04-26 00:18:37 -04:00
version = "3.16.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2023-12-07 22:01:13 -05:00
[[package]]
name = "bytecount"
2024-04-26 00:18:37 -04:00
version = "0.6.8"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2023-12-07 22:01:13 -05:00
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
2024-08-01 00:44:29 -04:00
version = "1.7.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:44:29 -04:00
checksum = "fca2be1d5c43812bae364ee3f30b3afcb7877cf59f4aeb94c66f313a41d2fac9"
2023-12-07 22:01:13 -05:00
[[package]]
name = "camino"
2024-07-30 22:21:26 -04:00
version = "1.1.7"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
2023-12-07 22:01:13 -05:00
dependencies = [
"serde",
]
[[package]]
name = "cargo-platform"
2024-03-25 19:02:32 -04:00
version = "0.1.8"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2023-12-07 22:01:13 -05:00
dependencies = [
"serde",
]
[[package]]
name = "cargo_metadata"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
dependencies = [
"camino",
"cargo-platform",
"semver",
"serde",
"serde_json",
]
[[package]]
name = "cargo_toml"
2024-07-19 19:56:58 -04:00
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 19:56:58 -04:00
checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965"
dependencies = [
"serde",
"toml",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "cc"
2024-07-30 22:21:26 -04:00
version = "1.1.7"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
2023-12-07 22:01:13 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2024-04-26 00:18:37 -04:00
version = "0.4.38"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2023-12-07 22:01:13 -05:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"serde",
2024-07-30 22:21:26 -04:00
"windows-targets 0.52.6",
2023-12-07 22:01:13 -05:00
]
2024-07-27 19:39:56 -04:00
[[package]]
name = "combine"
version = "4.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
dependencies = [
"bytes",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "cpufeatures"
2024-03-25 19:02:32 -04:00
version = "0.2.12"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2023-12-07 22:01:13 -05:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2024-07-30 22:21:26 -04:00
version = "1.4.2"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2023-12-07 22:01:13 -05:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
2024-07-30 22:21:26 -04:00
version = "0.5.13"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
2023-12-07 22:01:13 -05:00
dependencies = [
"crossbeam-utils",
]
2024-01-06 22:38:37 -05:00
[[package]]
name = "crossbeam-deque"
2024-03-25 19:02:32 -04:00
version = "0.8.5"
2024-01-06 22:38:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2024-01-06 22:38:37 -05:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-03-25 19:02:32 -04:00
version = "0.9.18"
2024-01-06 22:38:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2024-01-06 22:38:37 -05:00
dependencies = [
"crossbeam-utils",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "crossbeam-utils"
2024-07-30 22:21:26 -04:00
version = "0.8.20"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2023-12-07 22:01:13 -05:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "darling"
2024-07-30 22:21:26 -04:00
version = "0.20.10"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2023-12-07 22:01:13 -05:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2024-07-30 22:21:26 -04:00
version = "0.20.10"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
2023-12-07 22:01:13 -05:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "darling_macro"
2024-07-30 22:21:26 -04:00
version = "0.20.10"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2023-12-07 22:01:13 -05:00
dependencies = [
"darling_core",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "dashmap"
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
"hashbrown",
"lock_api",
"once_cell",
"parking_lot_core",
"serde",
]
[[package]]
name = "data-encoding"
2024-05-02 15:26:05 -04:00
version = "2.6.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 15:26:05 -04:00
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
2023-12-07 22:01:13 -05:00
[[package]]
name = "deranged"
2024-03-25 19:02:32 -04:00
version = "0.3.11"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-12-07 22:01:13 -05:00
dependencies = [
"powerfmt",
"serde",
]
[[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",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
2024-01-30 07:17:59 -05:00
"subtle",
2023-12-07 22:01:13 -05:00
]
2024-01-06 22:38:37 -05:00
[[package]]
name = "either"
2024-07-30 22:21:26 -04:00
version = "1.13.0"
2024-01-06 22:38:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-01-06 22:38:37 -05:00
2023-12-07 22:01:13 -05:00
[[package]]
name = "encoding_rs"
2024-04-26 00:18:37 -04:00
version = "0.8.34"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2023-12-07 22:01:13 -05:00
dependencies = [
"cfg-if",
]
2024-03-25 21:28:13 -04:00
[[package]]
name = "enum-as-inner"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2024-03-25 21:28:13 -04:00
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2024-05-09 07:09:56 -04:00
version = "0.3.9"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 07:09:56 -04:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-12-07 22:01:13 -05:00
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "error-chain"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
dependencies = [
"version_check",
]
2024-01-30 07:17:59 -05:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2023-12-07 22:01:13 -05:00
[[package]]
name = "fastrand"
2024-05-02 15:26:05 -04:00
version = "2.1.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 15:26:05 -04:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2023-12-07 22:01:13 -05:00
2024-07-27 19:39:56 -04:00
[[package]]
name = "feed-rs"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c546f6f85e02eaca09e6a6dd22fe4db839745f55ae16c8f36626980a57f5bc4"
dependencies = [
"chrono",
"mediatype",
"quick-xml",
"regex",
"serde",
"serde_json",
"siphasher 1.0.1",
"url",
"uuid",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "flate2"
2024-05-02 15:26:05 -04:00
version = "1.0.30"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 15:26:05 -04:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2023-12-07 22:01:13 -05:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2024-03-25 19:02:32 -04:00
version = "0.3.30"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2023-12-07 22:01:13 -05:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-03-25 19:02:32 -04:00
version = "0.3.30"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2023-12-07 22:01:13 -05:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-03-25 19:02:32 -04:00
version = "0.3.30"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-12-07 22:01:13 -05:00
[[package]]
name = "futures-io"
2024-03-25 19:02:32 -04:00
version = "0.3.30"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2023-12-07 22:01:13 -05:00
[[package]]
name = "futures-macro"
2024-03-25 19:02:32 -04:00
version = "0.3.30"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "futures-sink"
2024-03-25 19:02:32 -04:00
version = "0.3.30"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-12-07 22:01:13 -05:00
[[package]]
name = "futures-task"
2024-03-25 19:02:32 -04:00
version = "0.3.30"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-12-07 22:01:13 -05:00
[[package]]
name = "futures-util"
2024-03-25 19:02:32 -04:00
version = "0.3.30"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-12-07 22:01:13 -05:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2024-05-09 07:09:56 -04:00
version = "0.2.15"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 07:09:56 -04:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2023-12-07 22:01:13 -05:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
2024-07-30 22:21:26 -04:00
version = "0.29.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-12-07 22:01:13 -05:00
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "h2"
2024-04-04 13:12:03 -04:00
version = "0.3.26"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 13:12:03 -04:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2023-12-07 22:01:13 -05:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
2024-03-25 19:02:32 -04:00
"http 0.2.12",
2023-12-07 22:01:13 -05:00
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "h2"
2024-07-30 22:21:26 -04:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
dependencies = [
2024-07-30 22:21:26 -04:00
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
2024-03-25 19:02:32 -04:00
"http 1.1.0",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "hashbrown"
2024-05-02 15:26:05 -04:00
version = "0.14.5"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 15:26:05 -04:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-12-07 22:01:13 -05:00
2024-03-25 21:28:13 -04:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2023-12-07 22:01:13 -05:00
[[package]]
name = "hermit-abi"
2024-03-25 19:02:32 -04:00
version = "0.3.9"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-12-07 22:01:13 -05:00
2024-01-30 07:17:59 -05:00
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
2024-03-25 21:28:13 -04:00
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "http"
2024-03-25 19:02:32 -04:00
version = "0.2.12"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2023-12-07 22:01:13 -05:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http"
2024-03-25 19:02:32 -04:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "http-body"
2024-03-25 19:02:32 -04:00
version = "0.4.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2023-12-07 22:01:13 -05:00
dependencies = [
"bytes",
2024-03-25 19:02:32 -04:00
"http 0.2.12",
2023-12-07 22:01:13 -05:00
"pin-project-lite",
]
[[package]]
name = "http-body"
2024-07-30 22:21:26 -04:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
2024-03-25 19:02:32 -04:00
"http 1.1.0",
]
[[package]]
name = "http-body-util"
2024-07-30 22:21:26 -04:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes",
2024-07-30 22:21:26 -04:00
"futures-util",
2024-03-25 19:02:32 -04:00
"http 1.1.0",
2024-07-30 22:21:26 -04:00
"http-body 1.0.1",
"pin-project-lite",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "httparse"
2024-07-30 22:21:26 -04:00
version = "1.9.4"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2023-12-07 22:01:13 -05:00
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "hyper"
2024-07-30 22:21:26 -04:00
version = "0.14.30"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
2023-12-07 22:01:13 -05:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
2024-04-04 13:12:03 -04:00
"h2 0.3.26",
2024-03-25 19:02:32 -04:00
"http 0.2.12",
"http-body 0.4.6",
2023-12-07 22:01:13 -05:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-03-25 19:02:32 -04:00
"socket2",
2023-12-07 22:01:13 -05:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper"
2024-07-30 22:21:26 -04:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2024-07-30 22:21:26 -04:00
"h2 0.4.5",
2024-03-25 19:02:32 -04:00
"http 1.1.0",
2024-07-30 22:21:26 -04:00
"http-body 1.0.1",
"httparse",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "hyper-rustls"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
"futures-util",
2024-03-25 19:02:32 -04:00
"http 0.2.12",
2024-07-30 22:21:26 -04:00
"hyper 0.14.30",
2024-05-02 15:26:05 -04:00
"rustls 0.21.12",
2023-12-07 22:01:13 -05:00
"tokio",
"tokio-rustls 0.24.1",
2023-12-07 22:01:13 -05:00
]
2024-07-19 19:56:58 -04:00
[[package]]
name = "hyper-rustls"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
dependencies = [
"futures-util",
"http 1.1.0",
2024-07-30 22:21:26 -04:00
"hyper 1.4.1",
2024-07-19 19:56:58 -04:00
"hyper-util",
2024-07-30 22:21:26 -04:00
"rustls 0.23.12",
2024-07-19 19:56:58 -04:00
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.0",
"tower-service",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "hyper-tls"
version = "0.6.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2023-12-07 22:01:13 -05:00
dependencies = [
"bytes",
"http-body-util",
2024-07-30 22:21:26 -04:00
"hyper 1.4.1",
"hyper-util",
2023-12-07 22:01:13 -05:00
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
]
[[package]]
name = "hyper-util"
2024-07-30 22:21:26 -04:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2024-03-25 19:02:32 -04:00
"http 1.1.0",
2024-07-30 22:21:26 -04:00
"http-body 1.0.1",
"hyper 1.4.1",
"pin-project-lite",
2024-03-25 19:02:32 -04:00
"socket2",
"tokio",
"tower",
"tower-service",
"tracing",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "iana-time-zone"
2024-03-25 19:02:32 -04:00
version = "0.1.60"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2023-12-07 22:01:13 -05:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-07-19 19:56:58 -04:00
"windows-core 0.52.0",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2024-03-25 21:28:13 -04:00
[[package]]
name = "idna"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2024-08-01 00:44:29 -04:00
version = "2.3.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:44:29 -04:00
checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
2023-12-07 22:01:13 -05:00
dependencies = [
"equivalent",
"hashbrown",
]
2024-03-25 21:28:13 -04:00
[[package]]
name = "ipconfig"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
dependencies = [
"socket2",
"widestring",
"windows-sys 0.48.0",
2024-04-07 04:49:02 -04:00
"winreg 0.50.0",
2024-03-25 21:28:13 -04:00
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "ipnet"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
[[package]]
name = "itoa"
2024-03-29 02:08:52 -04:00
version = "1.0.11"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-29 02:08:52 -04:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-12-07 22:01:13 -05:00
[[package]]
name = "js-sys"
2024-03-25 19:02:32 -04:00
version = "0.3.69"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2023-12-07 22:01:13 -05:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kon"
2024-07-30 22:21:26 -04:00
version = "0.3.7"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-07-19 19:56:58 -04:00
"bb8",
"bb8-postgres",
2024-07-27 19:39:56 -04:00
"bb8-redis",
"cargo_toml",
2024-07-27 19:39:56 -04:00
"feed-rs",
2024-01-01 22:42:40 -05:00
"once_cell",
2024-07-19 19:56:58 -04:00
"os_info",
2023-12-07 22:01:13 -05:00
"poise",
2024-07-22 02:37:19 -04:00
"regex",
2024-07-19 19:56:58 -04:00
"reqwest 0.12.5",
2024-02-05 06:49:04 -05:00
"serde",
2023-12-07 22:01:13 -05:00
"serde_json",
2024-01-06 22:38:37 -05:00
"sysinfo",
2024-03-25 21:28:13 -04:00
"tokenservice-client",
2023-12-07 22:01:13 -05:00
"tokio",
2024-01-30 07:17:59 -05:00
"tokio-postgres",
2024-01-06 22:38:37 -05:00
"uptime_lib",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "libc"
2024-07-19 19:56:58 -04:00
version = "0.2.155"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 19:56:58 -04:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2023-12-07 22:01:13 -05:00
2024-03-25 21:28:13 -04:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2023-12-07 22:01:13 -05:00
[[package]]
name = "linux-raw-sys"
2024-07-30 22:21:26 -04:00
version = "0.4.14"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-12-07 22:01:13 -05:00
[[package]]
name = "lock_api"
2024-04-26 00:18:37 -04:00
version = "0.4.12"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-12-07 22:01:13 -05:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-07-30 22:21:26 -04:00
version = "0.4.22"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2023-12-07 22:01:13 -05:00
2024-03-25 21:28:13 -04:00
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2024-01-30 07:17:59 -05:00
[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
"cfg-if",
"digest",
]
2024-07-27 19:39:56 -04:00
[[package]]
name = "mediatype"
version = "0.19.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8878cd8d1b3c8c8ae4b2ba0a36652b7cf192f618a599a7fbdfa25cffd4ea72dd"
2023-12-07 22:01:13 -05:00
[[package]]
name = "memchr"
2024-07-30 22:21:26 -04:00
version = "2.7.4"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2023-12-07 22:01:13 -05:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
2024-07-30 22:21:26 -04:00
version = "2.0.5"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2023-12-07 22:01:13 -05:00
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "mini-moka"
2024-03-25 19:02:32 -04:00
version = "0.10.3"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "c325dfab65f261f386debee8b0969da215b3fa0037e74c8a1234db7ba986d803"
2023-12-07 22:01:13 -05:00
dependencies = [
"crossbeam-channel",
"crossbeam-utils",
"dashmap",
"skeptic",
"smallvec",
"tagptr",
"triomphe",
]
[[package]]
name = "miniz_oxide"
2024-07-30 22:21:26 -04:00
version = "0.7.4"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2023-12-07 22:01:13 -05:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2024-07-25 01:39:15 -04:00
version = "1.0.1"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-25 01:39:15 -04:00
checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-07-25 01:39:15 -04:00
"hermit-abi",
2023-12-07 22:01:13 -05:00
"libc",
"wasi",
2024-07-25 01:39:15 -04:00
"windows-sys 0.52.0",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "native-tls"
2024-07-30 22:21:26 -04:00
version = "0.2.12"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2023-12-07 22:01:13 -05:00
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2024-01-06 22:38:37 -05:00
[[package]]
name = "ntapi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
"num-integer",
"num-traits",
]
2024-03-25 19:02:32 -04:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "num-traits"
2024-05-09 07:09:56 -04:00
version = "0.2.19"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 07:09:56 -04:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2023-12-07 22:01:13 -05:00
dependencies = [
"autocfg",
]
[[package]]
name = "object"
2024-07-30 22:21:26 -04:00
version = "0.36.2"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
2023-12-07 22:01:13 -05:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2024-01-01 22:42:40 -05:00
version = "1.19.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 22:42:40 -05:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-12-07 22:01:13 -05:00
[[package]]
name = "openssl"
2024-07-30 22:21:26 -04:00
version = "0.10.66"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-07-30 22:21:26 -04:00
"bitflags 2.6.0",
2023-12-07 22:01:13 -05:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2024-07-30 22:21:26 -04:00
version = "0.9.103"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
2023-12-07 22:01:13 -05:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2024-07-19 19:56:58 -04:00
[[package]]
name = "os_info"
version = "3.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092"
dependencies = [
"log",
"serde",
"windows-sys 0.52.0",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "parking_lot"
2024-07-30 22:21:26 -04:00
version = "0.12.3"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-12-07 22:01:13 -05:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-04-26 00:18:37 -04:00
version = "0.9.10"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-12-07 22:01:13 -05:00
dependencies = [
"cfg-if",
"libc",
2024-07-30 22:21:26 -04:00
"redox_syscall 0.5.3",
2023-12-07 22:01:13 -05:00
"smallvec",
2024-07-30 22:21:26 -04:00
"windows-targets 0.52.6",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
2024-07-27 19:39:56 -04:00
"siphasher 0.3.11",
]
[[package]]
name = "pin-project"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "pin-project-lite"
2024-04-04 13:12:03 -04:00
version = "0.2.14"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 13:12:03 -04:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2023-12-07 22:01:13 -05:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2024-03-25 19:02:32 -04:00
version = "0.3.30"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2023-12-07 22:01:13 -05:00
[[package]]
name = "poise"
version = "0.6.1"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1819d5a45e3590ef33754abce46432570c54a120798bdbf893112b4211fa09a6"
2023-12-07 22:01:13 -05:00
dependencies = [
"async-trait",
"derivative",
"futures-util",
"parking_lot",
"poise_macros",
"regex",
"serenity",
2023-12-07 22:01:13 -05:00
"tokio",
"tracing",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "poise_macros"
version = "0.6.1"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fa2c123c961e78315cd3deac7663177f12be4460f5440dbf62a7ed37b1effea"
2023-12-07 22:01:13 -05:00
dependencies = [
"darling",
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
]
2024-01-30 07:17:59 -05:00
[[package]]
name = "postgres-protocol"
2024-07-22 02:37:19 -04:00
version = "0.6.7"
2024-01-30 07:17:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-22 02:37:19 -04:00
checksum = "acda0ebdebc28befa84bee35e651e4c5f09073d668c7aed4cf7e23c3cda84b23"
2024-01-30 07:17:59 -05:00
dependencies = [
2024-07-22 02:37:19 -04:00
"base64 0.22.1",
2024-01-30 07:17:59 -05:00
"byteorder",
"bytes",
"fallible-iterator",
"hmac",
"md-5",
"memchr",
"rand",
"sha2",
"stringprep",
]
[[package]]
name = "postgres-types"
2024-07-22 02:37:19 -04:00
version = "0.2.7"
2024-01-30 07:17:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-22 02:37:19 -04:00
checksum = "02048d9e032fb3cc3413bbf7b83a15d84a5d419778e2628751896d856498eee9"
2024-01-30 07:17:59 -05:00
dependencies = [
"bytes",
"fallible-iterator",
"postgres-protocol",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
2024-08-01 00:44:29 -04:00
version = "0.2.18"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:44:29 -04:00
checksum = "dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f"
2024-07-30 22:21:26 -04:00
dependencies = [
"zerocopy",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "proc-macro2"
2024-07-30 22:21:26 -04:00
version = "1.0.86"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2023-12-07 22:01:13 -05:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "pulldown-cmark"
2024-03-25 19:02:32 -04:00
version = "0.9.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-07-30 22:21:26 -04:00
"bitflags 2.6.0",
2023-12-07 22:01:13 -05:00
"memchr",
"unicase",
]
2024-03-25 21:28:13 -04:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2024-07-27 19:39:56 -04:00
[[package]]
name = "quick-xml"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc"
dependencies = [
"encoding_rs",
"memchr",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "quote"
2024-04-26 00:18:37 -04:00
version = "1.0.36"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"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",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2024-01-06 22:38:37 -05:00
[[package]]
name = "rayon"
2024-03-25 19:02:32 -04:00
version = "1.10.0"
2024-01-06 22:38:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2024-01-06 22:38:37 -05:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2024-03-25 19:02:32 -04:00
version = "1.12.1"
2024-01-06 22:38:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2024-01-06 22:38:37 -05:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2024-07-27 19:39:56 -04:00
[[package]]
name = "redis"
version = "0.26.0"
2024-07-27 19:39:56 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cc5b667390cb038bc65fc4b18c06e2550469f7e06a02d886f1a018a11f63563"
2024-07-27 19:39:56 -04:00
dependencies = [
"arc-swap",
2024-07-27 19:39:56 -04:00
"async-trait",
"bytes",
"combine",
"futures-util",
"itoa",
"num-bigint",
2024-07-27 19:39:56 -04:00
"percent-encoding",
"pin-project-lite",
"ryu",
"tokio",
"tokio-util",
"url",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
2024-04-26 00:18:37 -04:00
[[package]]
name = "redox_syscall"
2024-07-30 22:21:26 -04:00
version = "0.5.3"
2024-04-26 00:18:37 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
2024-04-26 00:18:37 -04:00
dependencies = [
2024-07-30 22:21:26 -04:00
"bitflags 2.6.0",
2024-04-26 00:18:37 -04:00
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "regex"
2024-07-22 02:37:19 -04:00
version = "1.10.5"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-22 02:37:19 -04:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
2023-12-07 22:01:13 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-07-30 22:21:26 -04:00
version = "0.4.7"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2023-12-07 22:01:13 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-07-30 22:21:26 -04:00
version = "0.8.4"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2023-12-07 22:01:13 -05:00
[[package]]
name = "reqwest"
version = "0.11.27"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-04-07 04:49:02 -04:00
"base64 0.21.7",
2023-12-07 22:01:13 -05:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
2024-04-04 13:12:03 -04:00
"h2 0.3.26",
2024-03-25 19:02:32 -04:00
"http 0.2.12",
"http-body 0.4.6",
2024-07-30 22:21:26 -04:00
"hyper 0.14.30",
2024-07-19 19:56:58 -04:00
"hyper-rustls 0.24.2",
2023-12-07 22:01:13 -05:00
"ipnet",
"js-sys",
"log",
"mime",
"mime_guess",
"once_cell",
"percent-encoding",
"pin-project-lite",
2024-05-02 15:26:05 -04:00
"rustls 0.21.12",
2024-04-07 04:49:02 -04:00
"rustls-pemfile 1.0.4",
2023-12-07 22:01:13 -05:00
"serde",
"serde_json",
"serde_urlencoded",
2024-07-19 19:56:58 -04:00
"sync_wrapper 0.1.2",
2023-12-07 22:01:13 -05:00
"system-configuration",
"tokio",
"tokio-rustls 0.24.1",
2023-12-07 22:01:13 -05:00
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
2024-03-25 19:02:32 -04:00
"webpki-roots 0.25.4",
2024-04-07 04:49:02 -04:00
"winreg 0.50.0",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "reqwest"
2024-07-19 19:56:58 -04:00
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 19:56:58 -04:00
checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
dependencies = [
2024-05-02 15:26:05 -04:00
"base64 0.22.1",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
2024-07-30 22:21:26 -04:00
"h2 0.4.5",
2024-03-25 19:02:32 -04:00
"http 1.1.0",
2024-07-30 22:21:26 -04:00
"http-body 1.0.1",
"http-body-util",
2024-07-30 22:21:26 -04:00
"hyper 1.4.1",
2024-07-19 19:56:58 -04:00
"hyper-rustls 0.27.2",
"hyper-tls",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
2024-04-07 04:49:02 -04:00
"rustls-pemfile 2.1.2",
"serde",
"serde_json",
"serde_urlencoded",
2024-07-19 19:56:58 -04:00
"sync_wrapper 1.0.1",
"system-configuration",
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-04-07 04:49:02 -04:00
"winreg 0.52.0",
]
2024-03-25 21:28:13 -04:00
[[package]]
name = "resolv-conf"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
"hostname",
"quick-error",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "ring"
2024-03-25 19:02:32 -04:00
version = "0.17.8"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2023-12-07 22:01:13 -05:00
dependencies = [
"cc",
2024-03-25 19:02:32 -04:00
"cfg-if",
2023-12-07 22:01:13 -05:00
"getrandom",
"libc",
"spin",
"untrusted",
2024-03-25 19:02:32 -04:00
"windows-sys 0.52.0",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "rustc-demangle"
2024-05-09 07:09:56 -04:00
version = "0.1.24"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 07:09:56 -04:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-12-07 22:01:13 -05:00
[[package]]
name = "rustix"
2024-04-26 00:18:37 -04:00
version = "0.38.34"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-07-30 22:21:26 -04:00
"bitflags 2.6.0",
2023-12-07 22:01:13 -05:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
[[package]]
name = "rustls"
2024-05-02 15:26:05 -04:00
version = "0.21.12"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 15:26:05 -04:00
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
2023-12-07 22:01:13 -05:00
dependencies = [
"log",
"ring",
"rustls-webpki 0.101.7",
2023-12-07 22:01:13 -05:00
"sct",
]
[[package]]
name = "rustls"
2024-04-26 00:18:37 -04:00
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
dependencies = [
"log",
"ring",
"rustls-pki-types",
2024-07-30 22:21:26 -04:00
"rustls-webpki 0.102.6",
"subtle",
"zeroize",
]
2024-07-19 19:56:58 -04:00
[[package]]
name = "rustls"
2024-07-30 22:21:26 -04:00
version = "0.23.12"
2024-07-19 19:56:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
2024-07-19 19:56:58 -04:00
dependencies = [
"once_cell",
"rustls-pki-types",
2024-07-30 22:21:26 -04:00
"rustls-webpki 0.102.6",
2024-07-19 19:56:58 -04:00
"subtle",
"zeroize",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "rustls-pemfile"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
2024-04-07 04:49:02 -04:00
"base64 0.21.7",
]
[[package]]
name = "rustls-pemfile"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
dependencies = [
2024-05-02 15:26:05 -04:00
"base64 0.22.1",
2024-04-07 04:49:02 -04:00
"rustls-pki-types",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "rustls-pki-types"
2024-05-09 07:09:56 -04:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 07:09:56 -04:00
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
2023-12-07 22:01:13 -05:00
[[package]]
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "rustls-webpki"
2024-07-30 22:21:26 -04:00
version = "0.102.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "ryu"
2024-05-09 07:09:56 -04:00
version = "1.0.18"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 07:09:56 -04:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2023-12-07 22:01:13 -05:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
2024-03-25 19:02:32 -04:00
version = "0.1.23"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-03-25 19:02:32 -04:00
"windows-sys 0.52.0",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sct"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
"ring",
"untrusted",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "secrecy"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
dependencies = [
"serde",
"zeroize",
]
[[package]]
name = "security-framework"
2024-07-30 22:21:26 -04:00
version = "2.11.1"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-07-30 22:21:26 -04:00
"bitflags 2.6.0",
2023-12-07 22:01:13 -05:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-07-30 22:21:26 -04:00
version = "2.11.1"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
2023-12-07 22:01:13 -05:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
2024-05-09 07:09:56 -04:00
version = "1.0.23"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 07:09:56 -04:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2023-12-07 22:01:13 -05:00
dependencies = [
"serde",
]
[[package]]
name = "serde"
2024-07-19 19:56:58 -04:00
version = "1.0.204"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 19:56:58 -04:00
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
2023-12-07 22:01:13 -05:00
dependencies = [
"serde_derive",
]
2024-07-30 22:21:26 -04:00
[[package]]
name = "serde_cow"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e7bbbec7196bfde255ab54b65e34087c0849629280028238e67ee25d6a4b7da"
dependencies = [
"serde",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "serde_derive"
2024-07-19 19:56:58 -04:00
version = "1.0.204"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 19:56:58 -04:00
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "serde_json"
version = "1.0.122"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da"
2023-12-07 22:01:13 -05:00
dependencies = [
"itoa",
2024-07-30 05:00:31 -04:00
"memchr",
2023-12-07 22:01:13 -05:00
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
2024-07-30 22:21:26 -04:00
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
dependencies = [
"serde",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serenity"
2024-07-30 22:21:26 -04:00
version = "0.12.2"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "880a04106592d0a8f5bdacb1d935889bfbccb4a14f7074984d9cd857235d34ac"
2023-12-07 22:01:13 -05:00
dependencies = [
"arrayvec",
"async-trait",
2024-07-30 22:21:26 -04:00
"base64 0.22.1",
"bitflags 2.6.0",
2023-12-07 22:01:13 -05:00
"bytes",
"chrono",
"dashmap",
"flate2",
"futures",
"fxhash",
"mime_guess",
"parking_lot",
"percent-encoding",
"reqwest 0.11.27",
2023-12-07 22:01:13 -05:00
"secrecy",
"serde",
2024-07-30 22:21:26 -04:00
"serde_cow",
2023-12-07 22:01:13 -05:00
"serde_json",
"time",
"tokio",
"tokio-tungstenite",
"tracing",
"typemap_rev",
2023-12-07 22:01:13 -05:00
"typesize",
"url",
]
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2024-01-30 07:17:59 -05:00
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "signal-hook-registry"
2024-04-26 00:18:37 -04:00
version = "1.4.2"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2023-12-07 22:01:13 -05:00
dependencies = [
"libc",
]
[[package]]
name = "siphasher"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2024-07-27 19:39:56 -04:00
[[package]]
name = "siphasher"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2023-12-07 22:01:13 -05:00
[[package]]
name = "skeptic"
version = "0.13.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
dependencies = [
"bytecount",
"cargo_metadata",
"error-chain",
"glob",
"pulldown-cmark",
"tempfile",
"walkdir",
]
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.13.2"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-12-07 22:01:13 -05:00
[[package]]
name = "socket2"
2024-05-02 15:26:05 -04:00
version = "0.5.7"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 15:26:05 -04:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-12-07 22:01:13 -05:00
dependencies = [
"libc",
2024-03-25 19:02:32 -04:00
"windows-sys 0.52.0",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2024-01-30 07:17:59 -05:00
[[package]]
name = "stringprep"
2024-07-30 22:21:26 -04:00
version = "0.1.5"
2024-01-30 07:17:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2024-01-30 07:17:59 -05:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2024-07-30 22:21:26 -04:00
"unicode-properties",
2024-01-30 07:17:59 -05:00
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "strsim"
2024-07-30 22:21:26 -04:00
version = "0.11.1"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2023-12-07 22:01:13 -05:00
2024-01-30 07:17:59 -05:00
[[package]]
name = "subtle"
2024-07-30 22:21:26 -04:00
version = "2.6.1"
2024-01-30 07:17:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2024-01-30 07:17:59 -05:00
2023-12-07 22:01:13 -05:00
[[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",
]
[[package]]
name = "syn"
2024-07-30 22:21:26 -04:00
version = "2.0.72"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2024-07-19 19:56:58 -04:00
[[package]]
name = "sync_wrapper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2024-01-06 22:38:37 -05:00
[[package]]
name = "sysinfo"
version = "0.31.2"
2024-01-06 22:38:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4115055da5f572fff541dd0c4e61b0262977f453cc9fe04be83aba25a89bdab"
2024-01-06 22:38:37 -05:00
dependencies = [
"core-foundation-sys",
"libc",
2024-08-01 00:44:29 -04:00
"memchr",
2024-01-06 22:38:37 -05:00
"ntapi",
"rayon",
2024-08-01 00:44:29 -04:00
"windows",
2024-01-06 22:38:37 -05:00
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "system-configuration"
version = "0.5.1"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
2023-12-07 22:01:13 -05:00
dependencies = [
"bitflags 1.3.2",
2023-12-07 22:01:13 -05:00
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
2023-12-07 22:01:13 -05:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "tagptr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
[[package]]
name = "tempfile"
2024-03-25 19:02:32 -04:00
version = "3.10.1"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2023-12-07 22:01:13 -05:00
dependencies = [
"cfg-if",
"fastrand",
"rustix",
2024-03-25 19:02:32 -04:00
"windows-sys 0.52.0",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "thiserror"
2024-07-19 19:56:58 -04:00
version = "1.0.63"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 19:56:58 -04:00
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2023-12-07 22:01:13 -05:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-07-19 19:56:58 -04:00
version = "1.0.63"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 19:56:58 -04:00
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "time"
2024-04-26 00:18:37 -04:00
version = "0.3.36"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2023-12-07 22:01:13 -05:00
dependencies = [
"deranged",
"itoa",
2024-03-25 19:02:32 -04:00
"num-conv",
2023-12-07 22:01:13 -05:00
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2024-04-26 00:18:37 -04:00
version = "0.2.18"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-03-25 19:02:32 -04:00
"num-conv",
2023-12-07 22:01:13 -05:00
"time-core",
]
[[package]]
name = "tinyvec"
2024-07-30 22:21:26 -04:00
version = "1.8.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2023-12-07 22:01:13 -05:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2024-03-25 21:28:13 -04:00
[[package]]
name = "tokenservice-client"
2024-07-30 05:00:31 -04:00
version = "0.3.3"
2024-03-25 21:28:13 -04:00
source = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"
2024-07-30 05:00:31 -04:00
checksum = "af9294666d8fc39de691f9dd8e919630622af40279dc6c17716359b318edcbb2"
2024-03-25 21:28:13 -04:00
dependencies = [
2024-07-19 19:56:58 -04:00
"reqwest 0.12.5",
2024-03-25 21:28:13 -04:00
"serde",
2024-07-19 19:56:58 -04:00
"serde_json",
2024-03-25 21:28:13 -04:00
"tokio",
"trust-dns-resolver",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "tokio"
2024-07-27 19:39:56 -04:00
version = "1.39.2"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-27 19:39:56 -04:00
checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
2023-12-07 22:01:13 -05:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
2024-07-19 19:56:58 -04:00
"parking_lot",
2023-12-07 22:01:13 -05:00
"pin-project-lite",
"signal-hook-registry",
2024-03-25 19:02:32 -04:00
"socket2",
2023-12-07 22:01:13 -05:00
"tokio-macros",
2024-07-25 01:39:15 -04:00
"windows-sys 0.52.0",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "tokio-macros"
2024-07-25 01:39:15 -04:00
version = "2.4.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-25 01:39:15 -04:00
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
2024-01-30 07:17:59 -05:00
[[package]]
name = "tokio-postgres"
2024-07-22 02:37:19 -04:00
version = "0.7.11"
2024-01-30 07:17:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-22 02:37:19 -04:00
checksum = "03adcf0147e203b6032c0b2d30be1415ba03bc348901f3ff1cc0df6a733e60c3"
2024-01-30 07:17:59 -05:00
dependencies = [
"async-trait",
"byteorder",
"bytes",
"fallible-iterator",
"futures-channel",
"futures-util",
"log",
"parking_lot",
"percent-encoding",
"phf",
"pin-project-lite",
"postgres-protocol",
"postgres-types",
"rand",
2024-03-25 19:02:32 -04:00
"socket2",
2024-01-30 07:17:59 -05:00
"tokio",
"tokio-util",
"whoami",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
2024-05-02 15:26:05 -04:00
"rustls 0.21.12",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
dependencies = [
2024-04-26 00:18:37 -04:00
"rustls 0.22.4",
"rustls-pki-types",
2023-12-07 22:01:13 -05:00
"tokio",
]
2024-07-19 19:56:58 -04:00
[[package]]
name = "tokio-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
2024-07-30 22:21:26 -04:00
"rustls 0.23.12",
2024-07-19 19:56:58 -04:00
"rustls-pki-types",
"tokio",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "tokio-tungstenite"
version = "0.21.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
2023-12-07 22:01:13 -05:00
dependencies = [
"futures-util",
"log",
2024-04-26 00:18:37 -04:00
"rustls 0.22.4",
"rustls-pki-types",
2023-12-07 22:01:13 -05:00
"tokio",
"tokio-rustls 0.25.0",
"tungstenite",
2024-07-30 22:21:26 -04:00
"webpki-roots 0.26.3",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "tokio-util"
2024-05-09 07:09:56 -04:00
version = "0.7.11"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 07:09:56 -04:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2023-12-07 22:01:13 -05:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
2024-08-01 00:44:29 -04:00
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:44:29 -04:00
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2024-07-30 22:21:26 -04:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-08-01 00:44:29 -04:00
version = "0.22.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:44:29 -04:00
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2023-12-07 22:01:13 -05:00
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
]
[[package]]
name = "triomphe"
2024-07-30 22:21:26 -04:00
version = "0.1.13"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369"
2023-12-07 22:01:13 -05:00
2024-03-25 21:28:13 -04:00
[[package]]
name = "trust-dns-proto"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374"
dependencies = [
"async-trait",
"cfg-if",
"data-encoding",
"enum-as-inner",
"futures-channel",
"futures-io",
"futures-util",
"idna 0.4.0",
"ipnet",
"once_cell",
"rand",
"smallvec",
"thiserror",
"tinyvec",
"tokio",
"tracing",
"url",
]
[[package]]
name = "trust-dns-resolver"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6"
dependencies = [
"cfg-if",
"futures-util",
"ipconfig",
"lru-cache",
"once_cell",
"parking_lot",
"rand",
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
"tracing",
"trust-dns-proto",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "try-lock"
2024-03-25 19:02:32 -04:00
version = "0.2.5"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2023-12-07 22:01:13 -05:00
[[package]]
name = "tungstenite"
version = "0.21.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
2023-12-07 22:01:13 -05:00
dependencies = [
"byteorder",
"bytes",
"data-encoding",
2024-03-25 19:02:32 -04:00
"http 1.1.0",
2023-12-07 22:01:13 -05:00
"httparse",
"log",
"rand",
2024-04-26 00:18:37 -04:00
"rustls 0.22.4",
"rustls-pki-types",
2023-12-07 22:01:13 -05:00
"sha1",
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "typemap_rev"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74b08b0c1257381af16a5c3605254d529d3e7e109f3c62befc5d168968192998"
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "typesize"
2024-04-04 13:12:03 -04:00
version = "0.1.7"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 13:12:03 -04:00
checksum = "eb704842c709bc76f63e99e704cb208beeccca2abbabd0d9aec02e48ca1cee0f"
2023-12-07 22:01:13 -05:00
dependencies = [
"chrono",
"dashmap",
"hashbrown",
"mini-moka",
"parking_lot",
"secrecy",
"serde_json",
"time",
"typesize-derive",
"url",
]
[[package]]
name = "typesize-derive"
2024-04-04 13:12:03 -04:00
version = "0.1.7"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 13:12:03 -04:00
checksum = "905e88c2a4cc27686bd57e495121d451f027e441388a67f773be729ad4be1ea8"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "unicase"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2024-03-25 19:02:32 -04:00
version = "0.3.15"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2023-12-07 22:01:13 -05:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-normalization"
2024-03-25 19:02:32 -04:00
version = "0.1.23"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2023-12-07 22:01:13 -05:00
dependencies = [
"tinyvec",
]
2024-07-30 22:21:26 -04:00
[[package]]
name = "unicode-properties"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
2023-12-07 22:01:13 -05:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2024-01-06 22:38:37 -05:00
[[package]]
name = "uptime_lib"
2024-07-19 19:56:58 -04:00
version = "0.3.1"
2024-01-06 22:38:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 19:56:58 -04:00
checksum = "9e64b558561f12a171bbea5325c3f24f129db371adee1d7ae93b6e310bd69192"
2024-01-06 22:38:37 -05:00
dependencies = [
"libc",
"thiserror",
2024-08-01 00:44:29 -04:00
"windows",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "url"
2024-07-27 19:39:56 -04:00
version = "2.5.2"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-27 19:39:56 -04:00
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2023-12-07 22:01:13 -05:00
dependencies = [
"form_urlencoded",
2024-03-25 21:28:13 -04:00
"idna 0.5.0",
2023-12-07 22:01:13 -05:00
"percent-encoding",
"serde",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2024-07-27 19:39:56 -04:00
[[package]]
name = "uuid"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
dependencies = [
"getrandom",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
2024-07-30 22:21:26 -04:00
version = "0.9.5"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2023-12-07 22:01:13 -05:00
[[package]]
name = "walkdir"
2024-03-25 19:02:32 -04:00
version = "2.5.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2023-12-07 22:01:13 -05:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2024-03-25 19:02:32 -04:00
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2023-12-07 22:01:13 -05:00
[[package]]
name = "wasm-bindgen"
2024-03-25 19:02:32 -04:00
version = "0.2.92"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2023-12-07 22:01:13 -05:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-03-25 19:02:32 -04:00
version = "0.2.92"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2023-12-07 22:01:13 -05:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-03-25 19:02:32 -04:00
version = "0.4.42"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2023-12-07 22:01:13 -05:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-03-25 19:02:32 -04:00
version = "0.2.92"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2023-12-07 22:01:13 -05:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-03-25 19:02:32 -04:00
version = "0.2.92"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2023-12-07 22:01:13 -05:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-03-25 19:02:32 -04:00
version = "0.2.92"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2023-12-07 22:01:13 -05:00
[[package]]
name = "wasm-streams"
version = "0.4.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
2023-12-07 22:01:13 -05:00
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "web-sys"
2024-03-25 19:02:32 -04:00
version = "0.3.69"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2023-12-07 22:01:13 -05:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
2024-03-25 19:02:32 -04:00
version = "0.25.4"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
2023-12-07 22:01:13 -05:00
[[package]]
name = "webpki-roots"
2024-07-30 22:21:26 -04:00
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
dependencies = [
"rustls-pki-types",
]
2024-01-30 07:17:59 -05:00
[[package]]
name = "whoami"
2024-03-25 19:02:32 -04:00
version = "1.5.1"
2024-01-30 07:17:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-25 19:02:32 -04:00
checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
2024-01-30 07:17:59 -05:00
dependencies = [
2024-04-26 00:18:37 -04:00
"redox_syscall 0.4.1",
2024-03-25 19:02:32 -04:00
"wasite",
2024-01-30 07:17:59 -05:00
"web-sys",
]
2024-03-25 21:28:13 -04:00
[[package]]
name = "widestring"
2024-04-07 04:49:02 -04:00
version = "1.1.0"
2024-03-25 21:28:13 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 04:49:02 -04:00
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
2024-03-25 21:28:13 -04:00
2023-12-07 22:01:13 -05: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"
[[package]]
name = "winapi-util"
2024-04-26 00:18:37 -04:00
version = "0.1.8"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 00:18:37 -04:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-04-26 00:18:37 -04:00
"windows-sys 0.52.0",
2023-12-07 22:01:13 -05: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"
2024-07-19 19:56:58 -04:00
[[package]]
name = "windows"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
dependencies = [
"windows-core 0.57.0",
2024-07-30 22:21:26 -04:00
"windows-targets 0.52.6",
2023-12-07 22:01:13 -05:00
]
2024-01-06 22:38:37 -05:00
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
2024-07-30 22:21:26 -04:00
"windows-targets 0.52.6",
2024-01-06 22:38:37 -05:00
]
2024-07-19 19:56:58 -04:00
[[package]]
name = "windows-core"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
dependencies = [
"windows-implement",
"windows-interface",
"windows-result",
2024-07-30 22:21:26 -04:00
"windows-targets 0.52.6",
2024-07-19 19:56:58 -04:00
]
[[package]]
name = "windows-implement"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2024-07-19 19:56:58 -04:00
]
[[package]]
name = "windows-interface"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
dependencies = [
"proc-macro2",
"quote",
2024-07-30 22:21:26 -04:00
"syn 2.0.72",
2024-07-19 19:56:58 -04:00
]
[[package]]
name = "windows-result"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
dependencies = [
2024-07-30 22:21:26 -04:00
"windows-targets 0.52.6",
2024-07-19 19:56:58 -04:00
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-07-30 22:21:26 -04:00
"windows-targets 0.52.6",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"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-targets"
2024-07-30 22:21:26 -04:00
version = "0.52.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-07-30 22:21:26 -04:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2024-04-26 00:18:37 -04:00
"windows_i686_gnullvm",
2024-07-30 22:21:26 -04:00
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-07-30 22:21:26 -04:00
version = "0.52.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-12-07 22:01:13 -05:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-07-30 22:21:26 -04:00
version = "0.52.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-12-07 22:01:13 -05:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-07-30 22:21:26 -04:00
version = "0.52.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-04-26 00:18:37 -04:00
[[package]]
name = "windows_i686_gnullvm"
2024-07-30 22:21:26 -04:00
version = "0.52.6"
2024-04-26 00:18:37 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-12-07 22:01:13 -05:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-07-30 22:21:26 -04:00
version = "0.52.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-12-07 22:01:13 -05:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-07-30 22:21:26 -04:00
version = "0.52.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-12-07 22:01:13 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2024-07-30 22:21:26 -04:00
version = "0.52.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-12-07 22:01:13 -05:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2024-07-30 22:21:26 -04:00
version = "0.52.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2023-12-07 22:01:13 -05:00
[[package]]
name = "winnow"
2024-08-01 00:44:29 -04:00
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:44:29 -04:00
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
dependencies = [
"memchr",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "winreg"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2024-04-07 04:49:02 -04:00
[[package]]
name = "winreg"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2024-07-30 22:21:26 -04:00
[[package]]
name = "zerocopy"
2024-08-01 00:44:29 -04:00
version = "0.6.6"
2024-07-30 22:21:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:44:29 -04:00
checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
2024-07-30 22:21:26 -04:00
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-08-01 00:44:29 -04:00
version = "0.6.6"
2024-07-30 22:21:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-01 00:44:29 -04:00
checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91"
2024-07-30 22:21:26 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.72",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "zeroize"
2024-07-30 22:21:26 -04:00
version = "1.8.1"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 22:21:26 -04:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"