Kon/Cargo.lock

3202 lines
78 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-09-21 12:49:01 -04:00
version = "0.24.1"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
2023-12-07 22:01:13 -05:00
dependencies = [
"gimli",
]
[[package]]
2024-09-21 12:49:01 -04:00
name = "adler2"
version = "2.0.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2023-12-07 22:01:13 -05:00
[[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"
2024-08-19 21:50:32 -04:00
version = "0.7.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 21:50:32 -04:00
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2023-12-07 22:01:13 -05:00
dependencies = [
"serde",
]
[[package]]
name = "async-trait"
2024-09-21 12:49:01 -04:00
version = "0.1.82"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
"quote",
2024-09-21 12:49:01 -04:00
"syn 2.0.77",
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-09-21 12:49:01 -04:00
version = "0.3.74"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2023-12-07 22:01:13 -05:00
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2024-09-21 12:49:01 -04:00
"windows-targets 0.52.6",
2023-12-07 22:01:13 -05:00
]
[[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"
2024-09-21 12:49:01 -04:00
version = "0.17.0"
2024-07-27 19:39:56 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "1781f22daa0ae97d934fdf04a5c66646f154a164c4bdc157ec8d3c11166c05cc"
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-09-21 12:49:01 -04:00
version = "1.7.2"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
2023-12-07 22:01:13 -05:00
[[package]]
name = "camino"
2024-08-19 21:50:32 -04:00
version = "1.1.9"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 21:50:32 -04:00
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
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-09-21 12:49:01 -04:00
version = "1.1.21"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0"
2024-08-14 20:51:17 -04:00
dependencies = [
"shlex",
]
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"
2024-08-14 20:51:17 -04:00
version = "0.8.7"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2023-12-07 22:01:13 -05:00
[[package]]
name = "cpufeatures"
2024-09-21 12:49:01 -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-09-21 12:49:01 -04:00
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
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-09-21 12:49:01 -04:00
"syn 2.0.77",
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-09-21 12:49:01 -04:00
"syn 2.0.77",
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"
2024-09-21 12:49:01 -04:00
version = "0.6.1"
2024-03-25 21:28:13 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
2024-03-25 21:28:13 -04:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-09-21 12:49:01 -04:00
"syn 2.0.77",
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-09-21 12:49:01 -04:00
version = "2.1.1"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
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-09-21 12:49:01 -04:00
version = "1.0.33"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
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-09-21 12:49:01 -04:00
"syn 2.0.77",
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-09-21 12:49:01 -04:00
version = "0.31.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
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-08-19 21:50:32 -04:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 21:50:32 -04:00
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
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"
2024-09-21 12:49:01 -04:00
version = "0.5.0"
2024-03-25 21:28:13 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2024-03-25 21:28:13 -04:00
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-08-19 21:50:32 -04:00
"h2 0.4.6",
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"
2024-09-21 12:49:01 -04:00
version = "0.27.3"
2024-07-19 19:56:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
2024-07-19 19:56:58 -04:00
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-09-21 12:49:01 -04:00
"rustls 0.23.13",
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-09-21 12:49:01 -04:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "da62f120a8a37763efb0cf8fdf264b884c7b8b9ac8660b900c8661030c00e6ba"
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-09-21 12:49:01 -04:00
version = "0.1.61"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
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-09-21 12:49:01 -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-09-21 12:49:01 -04:00
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
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-08-19 21:50:32 -04:00
"winreg",
2024-03-25 21:28:13 -04:00
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "ipnet"
2024-09-21 12:49:01 -04:00
version = "2.10.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4"
2023-12-07 22:01:13 -05:00
[[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-08-14 20:51:17 -04:00
version = "0.3.70"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
2023-12-07 22:01:13 -05:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kon"
2024-09-21 12:49:01 -04:00
version = "0.3.20"
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",
2023-12-07 22:01:13 -05:00
"poise",
2024-07-22 02:37:19 -04:00
"regex",
2024-08-19 21:50:32 -04:00
"reqwest 0.12.7",
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-08-19 21:50:32 -04:00
version = "0.2.158"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 21:50:32 -04:00
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
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-09-21 12:49:01 -04:00
version = "0.8.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-09-21 12:49:01 -04:00
"adler2",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "mio"
2024-08-14 20:51:17 -04:00
version = "1.0.2"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
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-09-21 12:49:01 -04:00
version = "0.36.4"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
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-09-21 12:49:01 -04:00
"syn 2.0.77",
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",
]
[[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-09-21 12:49:01 -04:00
"redox_syscall",
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-09-21 12:49:01 -04:00
"syn 2.0.77",
]
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-09-21 12:49:01 -04:00
"syn 2.0.77",
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-09-21 12:49:01 -04:00
version = "0.2.8"
2024-01-30 07:17:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f"
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"
version = "0.2.20"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
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"
2024-09-21 12:49:01 -04:00
version = "0.36.2"
2024-07-27 19:39:56 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
2024-07-27 19:39:56 -04:00
dependencies = [
"encoding_rs",
"memchr",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "quote"
2024-09-21 12:49:01 -04:00
version = "1.0.37"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
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"
2024-09-21 12:49:01 -04:00
version = "0.27.2"
2024-07-27 19:39:56 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "a7e86f5670bd8b028edfb240f0616cad620705b31ec389d55e4f3da2c38dcd48"
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"
2024-09-21 12:49:01 -04:00
version = "0.5.4"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853"
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"
version = "1.10.6"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
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",
2024-08-19 21:50:32 -04:00
"system-configuration 0.5.1",
2023-12-07 22:01:13 -05:00
"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-08-19 21:50:32 -04:00
"winreg",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "reqwest"
2024-08-19 21:50:32 -04:00
version = "0.12.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 21:50:32 -04:00
checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63"
dependencies = [
2024-05-02 15:26:05 -04:00
"base64 0.22.1",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
2024-08-19 21:50:32 -04:00
"h2 0.4.6",
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-09-21 12:49:01 -04:00
"hyper-rustls 0.27.3",
"hyper-tls",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls-pemfile 2.1.3",
"serde",
"serde_json",
"serde_urlencoded",
2024-07-19 19:56:58 -04:00
"sync_wrapper 1.0.1",
2024-09-21 12:49:01 -04:00
"system-configuration 0.6.1",
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-08-19 21:50:32 -04:00
"windows-registry",
]
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-09-21 12:49:01 -04:00
version = "0.38.37"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
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-09-21 12:49:01 -04:00
"rustls-webpki 0.102.8",
"subtle",
"zeroize",
]
2024-07-19 19:56:58 -04:00
[[package]]
name = "rustls"
2024-09-21 12:49:01 -04:00
version = "0.23.13"
2024-07-19 19:56:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
2024-07-19 19:56:58 -04:00
dependencies = [
"once_cell",
"rustls-pki-types",
2024-09-21 12:49:01 -04:00
"rustls-webpki 0.102.8",
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.3"
2024-04-07 04:49:02 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
2024-04-07 04:49:02 -04:00
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"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
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-09-21 12:49:01 -04:00
version = "0.102.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
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-09-21 12:49:01 -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-09-21 12:49:01 -04:00
checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b"
2023-12-07 22:01:13 -05:00
dependencies = [
2024-09-21 12:49:01 -04:00
"windows-sys 0.59.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-09-21 12:49:01 -04:00
version = "2.12.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
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-09-21 12:49:01 -04:00
version = "1.0.210"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
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-09-21 12:49:01 -04:00
version = "1.0.210"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
"quote",
2024-09-21 12:49:01 -04:00
"syn 2.0.77",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "serde_json"
2024-09-21 12:49:01 -04:00
version = "1.0.128"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
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",
]
2024-08-14 20:51:17 -04:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
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-09-21 12:49:01 -04:00
version = "2.0.77"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
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-08-19 21:50:32 -04:00
dependencies = [
"futures-core",
]
2024-07-19 19:56:58 -04:00
2024-01-06 22:38:37 -05:00
[[package]]
name = "sysinfo"
2024-09-21 12:49:01 -04:00
version = "0.31.4"
2024-01-06 22:38:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
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",
2024-08-19 21:50:32 -04:00
"system-configuration-sys 0.5.0",
]
[[package]]
name = "system-configuration"
2024-09-21 12:49:01 -04:00
version = "0.6.1"
2024-08-19 21:50:32 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2024-08-19 21:50:32 -04:00
dependencies = [
"bitflags 2.6.0",
"core-foundation",
"system-configuration-sys 0.6.0",
2023-12-07 22:01:13 -05:00
]
[[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",
]
2024-08-19 21:50:32 -04:00
[[package]]
name = "system-configuration-sys"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
dependencies = [
"core-foundation-sys",
"libc",
]
2023-12-07 22:01:13 -05:00
[[package]]
name = "tagptr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
[[package]]
name = "tempfile"
version = "3.12.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
2023-12-07 22:01:13 -05:00
dependencies = [
"cfg-if",
"fastrand",
"once_cell",
2023-12-07 22:01:13 -05:00
"rustix",
"windows-sys 0.59.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-09-21 12:49:01 -04:00
"syn 2.0.77",
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-08-19 21:50:32 -04:00
version = "0.4.0"
2024-03-25 21:28:13 -04:00
source = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"
2024-08-19 21:50:32 -04:00
checksum = "69fb4574f5ff7b98c91c98d3a8be2eb4c55a895c44f0682aa269c67b5922bbf8"
2024-03-25 21:28:13 -04:00
dependencies = [
2024-08-19 21:50:32 -04:00
"reqwest 0.12.7",
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-09-21 12:49:01 -04:00
version = "1.40.0"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
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-09-21 12:49:01 -04:00
"syn 2.0.77",
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-09-21 12:49:01 -04:00
version = "0.7.12"
2024-01-30 07:17:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb"
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-09-21 12:49:01 -04:00
"rustls 0.23.13",
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-09-21 12:49:01 -04:00
"webpki-roots 0.26.6",
2023-12-07 22:01:13 -05:00
]
[[package]]
name = "tokio-util"
2024-09-21 12:49:01 -04:00
version = "0.7.12"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
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-09-21 12:49:01 -04:00
version = "0.22.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "3b072cee73c449a636ffd6f32bd8de3a9f7119139aff882f44943ce2986dc5cf"
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"
2024-08-14 20:51:17 -04:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2023-12-07 22:01:13 -05:00
[[package]]
name = "tower-service"
2024-08-14 20:51:17 -04:00
version = "0.3.3"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2023-12-07 22:01:13 -05:00
[[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-09-21 12:49:01 -04:00
"syn 2.0.77",
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-09-21 12:49:01 -04:00
version = "0.1.9"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "5dece5c06268af6a9ff4541788601e560a4284ffebfb357f713d676f13b964db"
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-09-21 12:49:01 -04:00
"syn 2.0.77",
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"
2024-09-21 12:49:01 -04:00
version = "1.0.13"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2023-12-07 22:01:13 -05:00
[[package]]
name = "unicode-normalization"
2024-09-21 12:49:01 -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-09-21 12:49:01 -04:00
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2023-12-07 22:01:13 -05:00
dependencies = [
"tinyvec",
]
2024-07-30 22:21:26 -04:00
[[package]]
name = "unicode-properties"
2024-08-19 21:50:32 -04:00
version = "0.1.2"
2024-07-30 22:21:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-19 21:50:32 -04:00
checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
2024-07-30 22:21:26 -04:00
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-08-14 20:51:17 -04:00
version = "0.2.93"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
2023-12-07 22:01:13 -05:00
dependencies = [
"cfg-if",
2024-08-14 20:51:17 -04:00
"once_cell",
2023-12-07 22:01:13 -05:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-08-14 20:51:17 -04:00
version = "0.2.93"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
2023-12-07 22:01:13 -05:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-09-21 12:49:01 -04:00
"syn 2.0.77",
2023-12-07 22:01:13 -05:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-08-14 20:51:17 -04:00
version = "0.4.43"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
2023-12-07 22:01:13 -05:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-08-14 20:51:17 -04:00
version = "0.2.93"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
2023-12-07 22:01:13 -05:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-08-14 20:51:17 -04:00
version = "0.2.93"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
2023-12-07 22:01:13 -05:00
dependencies = [
"proc-macro2",
"quote",
2024-09-21 12:49:01 -04:00
"syn 2.0.77",
2023-12-07 22:01:13 -05:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-08-14 20:51:17 -04:00
version = "0.2.93"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
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-08-14 20:51:17 -04:00
version = "0.3.70"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 20:51:17 -04:00
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
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-09-21 12:49:01 -04:00
version = "0.26.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958"
dependencies = [
"rustls-pki-types",
]
2024-01-30 07:17:59 -05:00
[[package]]
name = "whoami"
2024-09-21 12:49:01 -04:00
version = "1.5.2"
2024-01-30 07:17:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-21 12:49:01 -04:00
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
2024-01-30 07:17:59 -05:00
dependencies = [
2024-09-21 12:49:01 -04:00
"redox_syscall",
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"
version = "0.1.9"
2023-12-07 22:01:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2023-12-07 22:01:13 -05:00
dependencies = [
"windows-sys 0.59.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",
2024-08-19 21:50:32 -04:00
"windows-result 0.1.2",
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-09-21 12:49:01 -04:00
"syn 2.0.77",
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-09-21 12:49:01 -04:00
"syn 2.0.77",
2024-08-19 21:50:32 -04:00
]
[[package]]
name = "windows-registry"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
dependencies = [
"windows-result 0.2.0",
"windows-strings",
"windows-targets 0.52.6",
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
]
2024-08-19 21:50:32 -04:00
[[package]]
name = "windows-result"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-strings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
dependencies = [
"windows-result 0.2.0",
"windows-targets 0.52.6",
]
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-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"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-07-30 22:21:26 -04:00
[[package]]
name = "zerocopy"
version = "0.7.35"
2024-07-30 22:21:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-07-30 22:21:26 -04:00
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
2024-07-30 22:21:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-07-30 22:21:26 -04:00
dependencies = [
"proc-macro2",
"quote",
2024-09-21 12:49:01 -04:00
"syn 2.0.77",
2024-07-30 22:21:26 -04:00
]
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"