spoticord/Cargo.lock

5567 lines
131 KiB
Plaintext
Raw Permalink Normal View History

2022-10-18 20:59:32 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2024-09-20 07:32:08 +00:00
version = "0.24.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
2022-10-18 20:59:32 +00:00
dependencies = [
"gimli",
]
[[package]]
2024-09-20 07:32:08 +00:00
name = "adler2"
version = "2.0.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2022-10-18 20:59:32 +00:00
[[package]]
name = "aead"
2024-08-12 14:14:24 +00:00
version = "0.5.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"crypto-common",
2022-10-18 20:59:32 +00:00
"generic-array",
]
[[package]]
name = "aes"
2024-08-12 14:14:24 +00:00
version = "0.8.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"cfg-if",
"cipher",
"cpufeatures",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "ahash"
version = "0.8.11"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"cfg-if",
"once_cell",
"version_check",
"zerocopy",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "aho-corasick"
version = "1.1.3"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"memchr",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "allocator-api2"
version = "0.2.18"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2022-10-18 20:59:32 +00:00
2023-06-08 14:26:07 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-10-18 20:59:32 +00:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "anstream"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
[[package]]
name = "anstyle-parse"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
dependencies = [
"anstyle",
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
2024-09-20 07:32:08 +00:00
version = "1.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
2022-10-18 20:59:32 +00:00
[[package]]
name = "arrayvec"
2024-09-20 07:32:08 +00:00
version = "0.7.6"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2024-08-12 14:14:24 +00:00
dependencies = [
"serde",
]
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "async-stream"
version = "0.3.5"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"async-stream-impl",
"futures-core",
"pin-project-lite",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "async-stream-impl"
version = "0.3.5"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "async-trait"
version = "0.1.83"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2022-10-18 20:59:32 +00:00
[[package]]
name = "audiopus"
version = "0.3.0-rc.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab55eb0e56d7c6de3d59f544e5db122d7725ec33be6a276ee8241f3be6473955"
dependencies = [
"audiopus_sys",
]
[[package]]
name = "audiopus_sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62314a1546a2064e033665d658e88c620a62904be945f8147e6b16c3db9f8651"
dependencies = [
"cmake",
"log",
"pkg-config",
]
[[package]]
name = "autocfg"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "aws-lc-rs"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f95446d919226d587817a7d21379e6eb099b97b45110a7f272a444ca5c54070"
dependencies = [
"aws-lc-sys",
"mirai-annotations",
"paste",
"zeroize",
]
[[package]]
name = "aws-lc-sys"
version = "0.21.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3ddc4a5b231dd6958b140ff3151b6412b3f4321fab354f399eec8f14b06df62"
dependencies = [
"bindgen",
"cc",
"cmake",
"dunce",
"fs_extra",
"libc",
"paste",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "backtrace"
2024-09-20 07:32:08 +00:00
version = "0.3.74"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2022-10-18 20:59:32 +00:00
dependencies = [
"addr2line",
2023-09-18 12:03:16 +00:00
"cfg-if",
2022-10-18 20:59:32 +00:00
"libc",
2023-09-18 12:05:29 +00:00
"miniz_oxide",
2022-10-18 20:59:32 +00:00
"object",
"rustc-demangle",
2024-09-20 07:32:08 +00:00
"windows-targets 0.52.6",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "base64"
version = "0.13.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-10-18 20:59:32 +00:00
2023-01-27 14:14:06 +00:00
[[package]]
name = "base64"
2024-08-12 14:14:24 +00:00
version = "0.21.7"
2023-01-27 14:14:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-01-27 14:14:06 +00:00
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "base64"
version = "0.22.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-10-18 20:59:32 +00:00
[[package]]
name = "bindgen"
version = "0.69.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
dependencies = [
"bitflags 2.6.0",
"cexpr",
"clang-sys",
"itertools",
"lazy_static",
"lazycell",
"log",
"prettyplease",
"proc-macro2",
"quote",
"regex",
"rustc-hash 1.1.0",
"shlex",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
"which",
]
2023-09-18 12:05:29 +00:00
[[package]]
name = "bitflags"
2024-08-12 14:14:24 +00:00
version = "1.3.2"
2023-09-18 12:05:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-09-18 12:05:29 +00:00
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "bitflags"
version = "2.6.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2022-10-18 20:59:32 +00:00
[[package]]
name = "block-buffer"
version = "0.10.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-10-18 20:59:32 +00:00
dependencies = [
"generic-array",
]
[[package]]
name = "bumpalo"
2024-08-12 14:14:24 +00:00
version = "3.16.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "bytecount"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2022-10-18 20:59:32 +00:00
[[package]]
name = "bytemuck"
2024-09-20 07:32:08 +00:00
version = "1.18.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae"
2022-10-18 20:59:32 +00:00
[[package]]
name = "byteorder"
2024-08-12 14:14:24 +00:00
version = "1.5.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-10-18 20:59:32 +00:00
[[package]]
name = "bytes"
2024-09-20 07:32:08 +00:00
version = "1.7.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "camino"
2024-09-20 07:32:08 +00:00
version = "1.1.9"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2023-09-18 12:05:29 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"serde",
]
[[package]]
name = "cargo-platform"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
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",
2023-09-18 12:05:29 +00:00
]
2022-10-18 20:59:32 +00:00
2024-08-12 14:14:24 +00:00
[[package]]
name = "cc"
version = "1.1.22"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
2024-09-20 07:32:08 +00:00
dependencies = [
"jobserver",
"libc",
2024-09-20 07:32:08 +00:00
"shlex",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
2022-10-18 20:59:32 +00: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-08-12 14:14:24 +00:00
version = "0.4.38"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-06-08 14:26:07 +00:00
"android-tzdata",
2022-10-18 20:59:32 +00:00
"iana-time-zone",
"js-sys",
2024-08-12 14:14:24 +00:00
"num-traits",
"serde",
2022-10-18 20:59:32 +00:00
"wasm-bindgen",
2024-08-12 14:14:24 +00:00
"windows-targets 0.52.6",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "cipher"
2024-08-12 14:14:24 +00:00
version = "0.4.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"crypto-common",
"inout",
"zeroize",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "clang-sys"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
"glob",
"libc",
"libloading",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "cmake"
2024-09-20 07:32:08 +00:00
version = "0.1.51"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
2022-10-18 20:59:32 +00:00
dependencies = [
"cc",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "colorchoice"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2023-09-19 11:49:32 +00:00
[[package]]
name = "combine"
2024-08-12 14:14:24 +00:00
version = "4.6.7"
2023-09-19 11:49:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2023-09-19 11:49:32 +00:00
dependencies = [
"bytes",
"memchr",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "command_attr"
2024-08-12 14:14:24 +00:00
version = "0.5.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "88da8d7e9fe6f30d8e3fcf72d0f84102b49de70fece952633e8439e89bdc7631"
2022-10-18 20:59:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2022-10-18 20:59:32 +00:00
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "const-oid"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[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",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "core-foundation-sys"
2024-09-20 07:32:08 +00:00
version = "0.8.7"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2022-10-18 20:59:32 +00:00
[[package]]
name = "cpufeatures"
2024-09-20 07:32:08 +00:00
version = "0.2.14"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
2022-10-18 20:59:32 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2024-08-12 14:14:24 +00:00
version = "1.4.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:03:16 +00:00
"cfg-if",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "crossbeam-channel"
version = "0.5.13"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"crossbeam-utils",
2022-10-18 20:59:32 +00:00
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "crossbeam-utils"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2022-10-18 20:59:32 +00:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
2024-08-12 14:14:24 +00:00
"rand_core",
2022-10-18 20:59:32 +00:00
"typenum",
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "crypto_secretbox"
version = "0.1.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"aead",
"cipher",
2022-10-18 20:59:32 +00:00
"generic-array",
2024-08-12 14:14:24 +00:00
"poly1305",
"salsa20",
2022-10-18 20:59:32 +00:00
"subtle",
2024-08-12 14:14:24 +00:00
"zeroize",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "ctr"
2024-08-12 14:14:24 +00:00
version = "0.9.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"cipher",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "darling"
version = "0.10.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"darling_core 0.10.2",
"darling_macro 0.10.2",
2022-10-18 20:59:32 +00:00
]
2023-09-18 12:05:29 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "darling"
version = "0.20.10"
2023-09-18 12:05:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2023-09-18 12:05:29 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"darling_core 0.20.10",
"darling_macro 0.20.10",
2023-09-18 12:05:29 +00:00
]
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "darling_core"
version = "0.10.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"fnv",
"ident_case",
2022-10-18 20:59:32 +00:00
"proc-macro2",
"quote",
2024-08-12 14:14:24 +00:00
"strsim 0.9.3",
"syn 1.0.109",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "darling_core"
version = "0.20.10"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.11.1",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "darling_macro"
version = "0.10.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"darling_core 0.10.2",
"quote",
"syn 1.0.109",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "darling_macro"
version = "0.20.10"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"darling_core 0.20.10",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "dashmap"
version = "5.5.3"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:03:16 +00:00
"cfg-if",
2024-08-12 14:14:24 +00:00
"hashbrown",
"lock_api",
"once_cell",
"parking_lot_core",
"serde",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "data-encoding"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
[[package]]
name = "deadpool"
version = "0.12.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6541a3916932fe57768d4be0b1ffb5ec7cbf74ca8c903fdfd5c0fe8aa958f0ed"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"deadpool-runtime",
"num_cpus",
"tokio",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "deadpool-runtime"
version = "0.1.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
[[package]]
name = "der"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"const-oid",
"pem-rfc7468",
"zeroize",
2023-03-01 14:42:30 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "deranged"
version = "0.3.11"
2023-03-01 14:42:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-03-01 14:42:30 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"powerfmt",
"serde",
2022-10-18 20:59:32 +00:00
]
2023-09-18 12:05:29 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
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 = "derive_builder"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
dependencies = [
"darling 0.10.2",
"derive_builder_core 0.9.0",
2024-08-12 14:14:24 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "derive_builder"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd33f37ee6a119146a1781d3356a7c26028f83d779b2e04ecd45fdc75c76877b"
dependencies = [
"derive_builder_macro",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "derive_builder_core"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
dependencies = [
"darling 0.10.2",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "derive_builder_core"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7431fa049613920234f22c47fdc33e6cf3ee83067091ea4277a3f8c4587aae38"
dependencies = [
"darling 0.20.10",
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
]
[[package]]
name = "derive_builder_macro"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4abae7035bf79b9877b779505d8cf3749285b80c43941eda66604841889451dc"
dependencies = [
"derive_builder_core 0.20.1",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "derive_more"
version = "0.99.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"rustc_version",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "diesel"
2024-09-20 07:32:08 +00:00
version = "2.2.4"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "158fe8e2e68695bd615d7e4f3227c0727b151330d3e253b525086c348d055d5e"
2024-08-12 14:14:24 +00:00
dependencies = [
"bitflags 2.6.0",
"byteorder",
"chrono",
"diesel_derives",
"itoa",
"pq-sys",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "diesel-async"
version = "0.5.0"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb799bb6f8ca6a794462125d7b8983b0c86e6c93a33a9c55934a4a5de4409d3"
2024-08-12 14:14:24 +00:00
dependencies = [
"async-trait",
"deadpool",
"diesel",
"futures-util",
"scoped-futures",
"tokio",
"tokio-postgres",
]
[[package]]
name = "diesel_async_migrations"
version = "0.13.0"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "377dd8e9d0fdab3dbb66236f8f71206b98e121991449f3b363a19d7948333160"
2024-08-12 14:14:24 +00:00
dependencies = [
"diesel",
"diesel-async",
"diesel_async_migrations_macros",
"scoped-futures",
"tracing",
]
[[package]]
name = "diesel_async_migrations_macros"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05de210f31e6ac18162501b03c37f839af9f9fd6dd6de2bb4031ae6691c47679"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "diesel_derives"
2024-09-20 07:32:08 +00:00
version = "2.2.3"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "e7f2c3de51e2ba6bf2a648285696137aaf0f5f487bcbea93972fe8a364e131a4"
2024-08-12 14:14:24 +00:00
dependencies = [
"diesel_table_macro_syntax",
"dsl_auto_type",
2024-08-12 14:14:24 +00:00
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "diesel_table_macro_syntax"
version = "0.2.0"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "209c735641a413bc68c4923a9d6ad4bcb3ca306b794edaa7eb0b3228a99ffb25"
2024-08-12 14:14:24 +00:00
dependencies = [
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"const-oid",
"crypto-common",
"subtle",
]
[[package]]
name = "discortp"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c793408a15d361754613fa68123ffa60424c2617fafdf82127b4bedf37d3f5d"
dependencies = [
"pnet_macros",
"pnet_macros_support",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "dsl_auto_type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5d9abe6314103864cc2d8901b7ae224e0ab1a103a0a416661b4097b0779b607"
dependencies = [
"darling 0.20.10",
"either",
"heck 0.5.0",
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
]
[[package]]
name = "dunce"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
2024-08-12 14:14:24 +00:00
[[package]]
name = "either"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "encoding_rs"
version = "0.8.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
dependencies = [
"cfg-if",
]
[[package]]
name = "enum_dispatch"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
dependencies = [
"once_cell",
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "env_filter"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
dependencies = [
"anstream",
"anstyle",
"env_filter",
"humantime",
"log",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-03-01 14:42:30 +00:00
[[package]]
name = "errno"
2024-08-12 14:14:24 +00:00
version = "0.3.9"
2023-03-01 14:42:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-03-01 14:42:30 +00:00
dependencies = [
"libc",
2024-08-12 14:14:24 +00:00
"windows-sys 0.52.0",
2023-03-01 14:42:30 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "error-chain"
version = "0.12.4"
2023-03-01 14:42:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
2023-03-01 14:42:30 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"version_check",
2023-03-01 14:42:30 +00:00
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2022-10-18 20:59:32 +00:00
[[package]]
name = "fastrand"
2024-09-20 07:32:08 +00:00
version = "2.1.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
2022-10-18 20:59:32 +00:00
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flate2"
version = "1.0.34"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
2022-10-18 20:59:32 +00:00
dependencies = [
"crc32fast",
2023-09-18 12:05:29 +00:00
"miniz_oxide",
2022-10-18 20:59:32 +00:00
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
dependencies = [
"num-traits",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "flume"
2024-08-12 14:14:24 +00:00
version = "0.11.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
2022-10-18 20:59:32 +00:00
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"spin 0.9.8",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2024-08-12 14:14:24 +00:00
version = "1.2.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2022-10-18 20:59:32 +00:00
dependencies = [
"percent-encoding",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "from_map"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99f31122ab0445ff8cee420b805f24e07683073815de1dd276ee7d588d301700"
dependencies = [
"hashmap_derive",
]
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2022-10-18 20:59:32 +00:00
[[package]]
name = "futures"
2024-08-12 14:14:24 +00:00
version = "0.3.30"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2022-10-18 20:59:32 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-08-12 14:14:24 +00:00
version = "0.3.30"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2022-10-18 20:59:32 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-08-12 14:14:24 +00:00
version = "0.3.30"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2022-10-18 20:59:32 +00:00
[[package]]
name = "futures-executor"
2024-08-12 14:14:24 +00:00
version = "0.3.30"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2022-10-18 20:59:32 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2024-08-12 14:14:24 +00:00
version = "0.3.30"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2022-10-18 20:59:32 +00:00
[[package]]
name = "futures-macro"
2024-08-12 14:14:24 +00:00
version = "0.3.30"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2022-10-18 20:59:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "futures-sink"
2024-08-12 14:14:24 +00:00
version = "0.3.30"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-10-18 20:59:32 +00:00
[[package]]
name = "futures-task"
2024-08-12 14:14:24 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-timer"
version = "3.0.3"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
2022-10-18 20:59:32 +00:00
[[package]]
name = "futures-util"
2024-08-12 14:14:24 +00:00
version = "0.3.30"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2022-10-18 20:59:32 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "generator"
2023-09-18 12:05:29 +00:00
version = "0.7.5"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
2022-10-18 20:59:32 +00:00
dependencies = [
"cc",
"libc",
"log",
"rustversion",
2024-08-12 14:14:24 +00:00
"windows 0.48.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "generic-array"
version = "0.14.7"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-10-18 20:59:32 +00:00
dependencies = [
"typenum",
"version_check",
2024-08-12 14:14:24 +00:00
"zeroize",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
[[package]]
name = "getrandom"
2024-08-12 14:14:24 +00:00
version = "0.2.15"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:03:16 +00:00
"cfg-if",
2022-10-18 20:59:32 +00:00
"js-sys",
"libc",
2023-09-18 12:05:29 +00:00
"wasi",
2022-10-18 20:59:32 +00:00
"wasm-bindgen",
]
[[package]]
name = "gimli"
2024-09-20 07:32:08 +00:00
version = "0.31.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
2022-10-18 20:59:32 +00:00
[[package]]
name = "glob"
2023-01-27 14:14:06 +00:00
version = "0.3.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-27 14:14:06 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-10-18 20:59:32 +00:00
2024-08-12 14:14:24 +00:00
[[package]]
name = "governor"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b"
dependencies = [
"cfg-if",
"futures",
"futures-timer",
"no-std-compat 0.4.1",
"nonzero_ext",
"parking_lot",
"portable-atomic",
"rand",
"smallvec",
"spinning_top",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "h2"
2024-08-12 14:14:24 +00:00
version = "0.3.26"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2022-10-18 20:59:32 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
2024-08-12 14:14:24 +00:00
"http 0.2.12",
"indexmap",
2022-10-18 20:59:32 +00:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "h2"
2024-09-20 07:32:08 +00:00
version = "0.4.6"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
2024-08-12 14:14:24 +00:00
dependencies = [
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http 1.1.0",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "halfbrown"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8588661a8607108a5ca69cab034063441a0413a0b041c13618a7dd348021ef6f"
dependencies = [
"hashbrown",
"serde",
]
2022-10-18 20:59:32 +00:00
2023-09-18 12:05:29 +00:00
[[package]]
name = "hashbrown"
2024-08-12 14:14:24 +00:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash",
"allocator-api2",
]
[[package]]
name = "hashmap_derive"
version = "0.1.0"
2023-09-18 12:05:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "fb30bf173e72cc31b5265dac095423ca14e7789ff7c3b0e6096a37a996f12883"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-09-18 12:05:29 +00:00
2022-10-18 20:59:32 +00:00
[[package]]
name = "headers"
2024-08-12 14:14:24 +00:00
version = "0.4.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"base64 0.21.7",
2022-10-18 20:59:32 +00:00
"bytes",
"headers-core",
2024-08-12 14:14:24 +00:00
"http 1.1.0",
2022-10-18 20:59:32 +00:00
"httpdate",
"mime",
"sha1",
]
[[package]]
name = "headers-core"
2024-08-12 14:14:24 +00:00
version = "0.3.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"http 1.1.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "heck"
version = "0.3.3"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"unicode-segmentation",
2022-10-18 20:59:32 +00:00
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-01-02 18:08:45 +00:00
[[package]]
name = "hermit-abi"
2024-08-12 14:14:24 +00:00
version = "0.3.9"
2023-03-01 14:42:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-03-01 14:42:30 +00:00
2022-10-18 20:59:32 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2024-08-12 14:14:24 +00:00
[[package]]
name = "hls_m3u8"
2024-09-20 07:32:08 +00:00
version = "0.4.2"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "b906521a5b0e6d2ec07ea0bb855d92a1db30b48812744a645a3b2a1405cb8159"
2024-08-12 14:14:24 +00:00
dependencies = [
"derive_builder 0.9.0",
2024-08-12 14:14:24 +00:00
"derive_more",
"hex",
"shorthand",
"stable-vec",
"strum 0.17.1",
"thiserror",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "hmac"
2024-08-12 14:14:24 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "home"
version = "0.5.9"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"windows-sys 0.52.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "hostname"
2024-09-20 07:32:08 +00:00
version = "0.4.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-09-20 07:32:08 +00:00
"cfg-if",
2022-10-18 20:59:32 +00:00
"libc",
2024-09-20 07:32:08 +00:00
"windows 0.52.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "http"
2024-08-12 14:14:24 +00:00
version = "0.2.12"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2022-10-18 20:59:32 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "http"
version = "1.1.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2022-10-18 20:59:32 +00:00
dependencies = [
"bytes",
2024-08-12 14:14:24 +00:00
"fnv",
"itoa",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "http-body"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http 0.2.12",
"pin-project-lite",
]
[[package]]
name = "http-body"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
"http 1.1.0",
]
[[package]]
name = "http-body-util"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes",
"futures-util",
"http 1.1.0",
"http-body 1.0.1",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.9.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2022-10-18 20:59:32 +00:00
[[package]]
name = "httpdate"
2023-09-18 12:05:29 +00:00
version = "1.0.3"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2022-10-18 20:59:32 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
2024-08-12 14:14:24 +00:00
version = "0.14.30"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
2022-10-18 20:59:32 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
2024-08-12 14:14:24 +00:00
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
2022-10-18 20:59:32 +00:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-08-12 14:14:24 +00:00
"socket2",
2022-10-18 20:59:32 +00:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "hyper"
version = "1.4.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
2022-10-18 20:59:32 +00:00
dependencies = [
"bytes",
2024-08-12 14:14:24 +00:00
"futures-channel",
"futures-util",
2024-09-20 07:32:08 +00:00
"h2 0.4.6",
2024-08-12 14:14:24 +00:00
"http 1.1.0",
"http-body 1.0.1",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
[[package]]
name = "hyper-proxy2"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9043b7b23fb0bc4a1c7014c27b50a4fc42cc76206f71d34fc0dfe5b28ddc3faf"
dependencies = [
"bytes",
"futures-util",
2022-10-18 20:59:32 +00:00
"headers",
2024-08-12 14:14:24 +00:00
"http 1.1.0",
"hyper 1.4.1",
"hyper-rustls 0.26.0",
"hyper-util",
"pin-project-lite",
2024-09-20 07:32:08 +00:00
"rustls-native-certs 0.7.3",
2022-10-18 20:59:32 +00:00
"tokio",
2024-08-12 14:14:24 +00:00
"tokio-rustls 0.25.0",
2022-10-18 20:59:32 +00:00
"tower-service",
2024-08-12 14:14:24 +00:00
"webpki",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "hyper-rustls"
2024-08-12 14:14:24 +00:00
version = "0.24.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:05:29 +00:00
"futures-util",
2024-08-12 14:14:24 +00:00
"http 0.2.12",
"hyper 0.14.30",
"rustls 0.21.12",
2022-10-18 20:59:32 +00:00
"tokio",
2023-09-18 12:05:29 +00:00
"tokio-rustls 0.24.1",
2022-10-18 20:59:32 +00:00
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "hyper-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
dependencies = [
"futures-util",
"http 1.1.0",
"hyper 1.4.1",
"hyper-util",
"log",
"rustls 0.22.4",
2024-09-20 07:32:08 +00:00
"rustls-native-certs 0.7.3",
2024-08-12 14:14:24 +00:00
"rustls-pki-types",
"tokio",
"tokio-rustls 0.25.0",
"tower-service",
]
[[package]]
name = "hyper-rustls"
2024-09-20 07:32:08 +00:00
version = "0.27.3"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
2024-08-12 14:14:24 +00:00
dependencies = [
"futures-util",
"http 1.1.0",
"hyper 1.4.1",
"hyper-util",
"log",
2024-09-20 07:32:08 +00:00
"rustls 0.23.13",
"rustls-native-certs 0.8.0",
2024-08-12 14:14:24 +00:00
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.0",
"tower-service",
2024-09-20 07:32:08 +00:00
"webpki-roots 0.26.6",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "hyper-util"
version = "0.1.9"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
2024-08-12 14:14:24 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
"http-body 1.0.1",
"hyper 1.4.1",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "iana-time-zone"
2024-09-20 07:32:08 +00:00
version = "0.1.61"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
2022-10-18 20:59:32 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
2022-10-18 20:59:32 +00:00
"js-sys",
"wasm-bindgen",
"windows-core 0.52.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "iana-time-zone-haiku"
2023-06-08 14:26:07 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 14:26:07 +00:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
2023-06-08 14:26:07 +00:00
"cc",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-10-18 20:59:32 +00:00
[[package]]
name = "idna"
2024-08-12 14:14:24 +00:00
version = "0.5.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2022-10-18 20:59:32 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "if-addrs"
2024-09-20 07:32:08 +00:00
version = "0.12.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "bb2a33e9c38988ecbda730c85b0fd9ddcdf83c0305ac7fd21c8bb9f57f2f0cc8"
2022-10-18 20:59:32 +00:00
dependencies = [
"libc",
2024-08-12 14:14:24 +00:00
"windows-sys 0.52.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "indexmap"
2024-09-20 07:32:08 +00:00
version = "2.5.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"equivalent",
"hashbrown",
2022-10-18 20:59:32 +00:00
]
2023-03-01 14:42:30 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "inout"
version = "0.1.3"
2023-03-01 14:42:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2023-03-01 14:42:30 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"generic-array",
2023-03-01 14:42:30 +00:00
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "ipnet"
2024-09-20 07:32:08 +00:00
version = "2.10.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4"
2022-10-18 20:59:32 +00:00
2023-03-01 14:42:30 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "is_terminal_polyfill"
version = "1.70.1"
2023-03-01 14:42:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2023-03-01 14:42:30 +00:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "itoa"
2024-08-12 14:14:24 +00:00
version = "1.0.11"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-10-18 20:59:32 +00:00
[[package]]
name = "jobserver"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
dependencies = [
"libc",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "js-sys"
2024-09-20 07:32:08 +00:00
version = "0.3.70"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
2022-10-18 20:59:32 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
2024-08-12 14:14:24 +00:00
version = "1.5.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
dependencies = [
"spin 0.9.8",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2022-10-18 20:59:32 +00:00
[[package]]
name = "levenshtein"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
[[package]]
2024-08-12 14:14:24 +00:00
name = "lexical-core"
version = "1.0.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0431c65b318a590c1de6b8fd6e72798c92291d27762d94c9e6c37ed7a73d8458"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"lexical-parse-float",
"lexical-parse-integer",
"lexical-util",
"lexical-write-float",
"lexical-write-integer",
]
[[package]]
name = "lexical-parse-float"
version = "1.0.2"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb17a4bdb9b418051aa59d41d65b1c9be5affab314a872e5ad7f06231fb3b4e0"
2024-08-12 14:14:24 +00:00
dependencies = [
"lexical-parse-integer",
"lexical-util",
"static_assertions",
]
[[package]]
name = "lexical-parse-integer"
version = "1.0.2"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5df98f4a4ab53bf8b175b363a34c7af608fe31f93cc1fb1bf07130622ca4ef61"
2024-08-12 14:14:24 +00:00
dependencies = [
"lexical-util",
"static_assertions",
]
[[package]]
name = "lexical-util"
version = "1.0.3"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85314db53332e5c192b6bca611fb10c114a80d1b831ddac0af1e9be1b9232ca0"
2024-08-12 14:14:24 +00:00
dependencies = [
"static_assertions",
]
[[package]]
name = "lexical-write-float"
version = "1.0.2"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e7c3ad4e37db81c1cbe7cf34610340adc09c322871972f74877a712abc6c809"
2024-08-12 14:14:24 +00:00
dependencies = [
"lexical-util",
"lexical-write-integer",
"static_assertions",
]
[[package]]
name = "lexical-write-integer"
version = "1.0.2"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb89e9f6958b83258afa3deed90b5de9ef68eef090ad5086c791cd2345610162"
2024-08-12 14:14:24 +00:00
dependencies = [
"lexical-util",
"static_assertions",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "libc"
version = "0.2.159"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
[[package]]
name = "libloading"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "libm"
2024-08-12 14:14:24 +00:00
version = "0.2.8"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2022-10-18 20:59:32 +00:00
[[package]]
name = "libmdns"
2024-09-20 07:32:08 +00:00
version = "0.9.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "48854699e11b111433431b69cee2365fcab0b29b06993f48c257dfbaf6395862"
2022-10-18 20:59:32 +00:00
dependencies = [
"byteorder",
"futures-util",
"hostname",
"if-addrs",
"log",
"multimap",
2023-09-18 12:03:16 +00:00
"rand",
2024-08-12 14:14:24 +00:00
"socket2",
2022-10-18 20:59:32 +00:00
"thiserror",
"tokio",
]
[[package]]
name = "librespot"
2024-08-12 14:14:24 +00:00
version = "0.5.0-dev"
source = "git+https://github.com/SpoticordMusic/librespot.git#32d17580fcf785062f10a6634d6735d29e5304cc"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"data-encoding",
"env_logger",
2022-10-18 20:59:32 +00:00
"futures-util",
"getopts",
"librespot-audio",
"librespot-connect",
"librespot-core",
"librespot-discovery",
"librespot-metadata",
"librespot-oauth",
2022-10-18 20:59:32 +00:00
"librespot-playback",
"librespot-protocol",
"log",
"rpassword",
2024-08-12 14:14:24 +00:00
"sha1",
"sysinfo",
2022-10-18 20:59:32 +00:00
"thiserror",
"tokio",
"url",
2024-08-12 14:14:24 +00:00
"webpki",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "librespot-audio"
2024-08-12 14:14:24 +00:00
version = "0.5.0-dev"
source = "git+https://github.com/SpoticordMusic/librespot.git#32d17580fcf785062f10a6634d6735d29e5304cc"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"aes",
2022-10-18 20:59:32 +00:00
"byteorder",
"bytes",
2024-08-12 14:14:24 +00:00
"ctr",
"futures-core",
2022-10-18 20:59:32 +00:00
"futures-util",
2024-08-12 14:14:24 +00:00
"http-body-util",
"hyper 1.4.1",
"hyper-util",
2022-10-18 20:59:32 +00:00
"librespot-core",
"log",
2024-08-12 14:14:24 +00:00
"parking_lot",
2022-10-18 20:59:32 +00:00
"tempfile",
2024-08-12 14:14:24 +00:00
"thiserror",
2022-10-18 20:59:32 +00:00
"tokio",
]
[[package]]
name = "librespot-connect"
2024-08-12 14:14:24 +00:00
version = "0.5.0-dev"
source = "git+https://github.com/SpoticordMusic/librespot.git#32d17580fcf785062f10a6634d6735d29e5304cc"
2022-10-18 20:59:32 +00:00
dependencies = [
"form_urlencoded",
"futures-util",
"librespot-core",
"librespot-playback",
"librespot-protocol",
"log",
"protobuf",
2023-09-18 12:03:16 +00:00
"rand",
2022-10-18 20:59:32 +00:00
"serde",
"serde_json",
2024-08-12 14:14:24 +00:00
"thiserror",
2022-10-18 20:59:32 +00:00
"tokio",
"tokio-stream",
]
[[package]]
name = "librespot-core"
2024-08-12 14:14:24 +00:00
version = "0.5.0-dev"
source = "git+https://github.com/SpoticordMusic/librespot.git#32d17580fcf785062f10a6634d6735d29e5304cc"
2022-10-18 20:59:32 +00:00
dependencies = [
"aes",
2024-08-12 14:14:24 +00:00
"base64 0.22.1",
2022-10-18 20:59:32 +00:00
"byteorder",
"bytes",
2024-08-12 14:14:24 +00:00
"data-encoding",
2022-10-18 20:59:32 +00:00
"form_urlencoded",
"futures-core",
"futures-util",
2024-08-12 14:14:24 +00:00
"governor",
2022-10-18 20:59:32 +00:00
"hmac",
2024-08-12 14:14:24 +00:00
"http 1.1.0",
"http-body-util",
2022-10-18 20:59:32 +00:00
"httparse",
2024-08-12 14:14:24 +00:00
"hyper 1.4.1",
"hyper-proxy2",
"hyper-rustls 0.27.3",
2024-08-12 14:14:24 +00:00
"hyper-util",
"librespot-oauth",
2022-10-18 20:59:32 +00:00
"librespot-protocol",
"log",
2024-08-12 14:14:24 +00:00
"nonzero_ext",
2022-10-18 20:59:32 +00:00
"num-bigint",
2024-08-12 14:14:24 +00:00
"num-derive",
2022-10-18 20:59:32 +00:00
"num-integer",
2024-08-12 14:14:24 +00:00
"num-traits",
2022-10-18 20:59:32 +00:00
"once_cell",
2024-08-12 14:14:24 +00:00
"parking_lot",
2022-10-18 20:59:32 +00:00
"pbkdf2",
"priority-queue",
"protobuf",
2024-08-12 14:14:24 +00:00
"quick-xml",
2023-09-18 12:03:16 +00:00
"rand",
2024-08-12 14:14:24 +00:00
"rsa",
2022-10-18 20:59:32 +00:00
"serde",
"serde_json",
2024-08-12 14:14:24 +00:00
"sha1",
2022-10-18 20:59:32 +00:00
"shannon",
2024-08-12 14:14:24 +00:00
"sysinfo",
2022-10-18 20:59:32 +00:00
"thiserror",
2024-08-12 14:14:24 +00:00
"time",
2022-10-18 20:59:32 +00:00
"tokio",
"tokio-stream",
2024-09-20 07:32:08 +00:00
"tokio-tungstenite 0.24.0",
2022-10-18 20:59:32 +00:00
"tokio-util",
"url",
2024-08-12 14:14:24 +00:00
"uuid",
"vergen-gitcl",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "librespot-discovery"
2024-08-12 14:14:24 +00:00
version = "0.5.0-dev"
source = "git+https://github.com/SpoticordMusic/librespot.git#32d17580fcf785062f10a6634d6735d29e5304cc"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"aes",
"base64 0.22.1",
"bytes",
"cfg-if",
"ctr",
2022-10-18 20:59:32 +00:00
"form_urlencoded",
"futures-core",
2024-08-12 14:14:24 +00:00
"futures-util",
2022-10-18 20:59:32 +00:00
"hmac",
2024-08-12 14:14:24 +00:00
"http-body-util",
"hyper 1.4.1",
"hyper-util",
2022-10-18 20:59:32 +00:00
"libmdns",
"librespot-core",
"log",
2023-09-18 12:03:16 +00:00
"rand",
2022-10-18 20:59:32 +00:00
"serde_json",
2024-08-12 14:14:24 +00:00
"sha1",
2022-10-18 20:59:32 +00:00
"thiserror",
"tokio",
]
[[package]]
name = "librespot-metadata"
2024-08-12 14:14:24 +00:00
version = "0.5.0-dev"
source = "git+https://github.com/SpoticordMusic/librespot.git#32d17580fcf785062f10a6634d6735d29e5304cc"
2022-10-18 20:59:32 +00:00
dependencies = [
"async-trait",
"byteorder",
2024-08-12 14:14:24 +00:00
"bytes",
2022-10-18 20:59:32 +00:00
"librespot-core",
"librespot-protocol",
"log",
"protobuf",
2024-08-12 14:14:24 +00:00
"serde",
"serde_json",
"thiserror",
"uuid",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "librespot-oauth"
version = "0.5.0-dev"
source = "git+https://github.com/SpoticordMusic/librespot.git#32d17580fcf785062f10a6634d6735d29e5304cc"
dependencies = [
"log",
"oauth2",
"thiserror",
"url",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "librespot-playback"
2024-08-12 14:14:24 +00:00
version = "0.5.0-dev"
source = "git+https://github.com/SpoticordMusic/librespot.git#32d17580fcf785062f10a6634d6735d29e5304cc"
2022-10-18 20:59:32 +00:00
dependencies = [
"byteorder",
"futures-util",
"librespot-audio",
"librespot-core",
"librespot-metadata",
"log",
"parking_lot",
2023-09-18 12:03:16 +00:00
"rand",
2022-10-18 20:59:32 +00:00
"rand_distr",
"shell-words",
2024-08-12 14:14:24 +00:00
"symphonia",
2022-10-18 20:59:32 +00:00
"thiserror",
"tokio",
2024-08-12 14:14:24 +00:00
"zerocopy",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "librespot-protocol"
2024-08-12 14:14:24 +00:00
version = "0.5.0-dev"
source = "git+https://github.com/SpoticordMusic/librespot.git#32d17580fcf785062f10a6634d6735d29e5304cc"
2022-10-18 20:59:32 +00:00
dependencies = [
"protobuf",
2024-08-12 14:14:24 +00:00
"protobuf-codegen",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "linux-raw-sys"
2024-08-12 14:14:24 +00:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2022-10-18 20:59:32 +00:00
[[package]]
name = "lock_api"
2024-08-12 14:14:24 +00:00
version = "0.4.12"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2022-10-18 20:59:32 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-08-12 14:14:24 +00:00
version = "0.4.22"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2022-10-18 20:59:32 +00:00
[[package]]
name = "loom"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
dependencies = [
2023-09-18 12:03:16 +00:00
"cfg-if",
2022-10-18 20:59:32 +00:00
"generator",
"scoped-tls",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2023-09-18 12:05:29 +00:00
"regex-automata 0.1.10",
2022-10-18 20:59:32 +00:00
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "maybe-async"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2024-08-12 14:14:24 +00: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",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "memchr"
2024-08-12 14:14:24 +00:00
version = "2.7.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2022-10-18 20:59:32 +00:00
[[package]]
name = "mime"
version = "0.3.17"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-10-18 20:59:32 +00:00
[[package]]
name = "mime_guess"
2024-08-12 14:14:24 +00:00
version = "2.0.5"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2022-10-18 20:59:32 +00:00
dependencies = [
"mime",
"unicase",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "mini-moka"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c325dfab65f261f386debee8b0969da215b3fa0037e74c8a1234db7ba986d803"
dependencies = [
"crossbeam-channel",
"crossbeam-utils",
"dashmap",
"skeptic",
"smallvec",
"tagptr",
"triomphe",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-06-08 14:26:07 +00:00
[[package]]
name = "miniz_oxide"
2024-09-20 07:32:08 +00:00
version = "0.8.0"
2023-06-08 14:26:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
2023-06-08 14:26:07 +00:00
dependencies = [
2024-09-20 07:32:08 +00:00
"adler2",
2023-06-08 14:26:07 +00:00
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "mio"
2024-09-20 07:32:08 +00:00
version = "1.0.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"hermit-abi",
2022-10-18 20:59:32 +00:00
"libc",
2023-09-18 12:05:29 +00:00
"wasi",
2024-08-12 14:14:24 +00:00
"windows-sys 0.52.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "mirai-annotations"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
2022-10-18 20:59:32 +00:00
[[package]]
name = "multimap"
2024-09-20 07:32:08 +00:00
version = "0.10.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
2022-10-18 20:59:32 +00:00
dependencies = [
"serde",
]
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
2023-09-18 12:03:16 +00:00
"getrandom",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "no-std-compat"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "df270209a7f04d62459240d890ecb792714d5db12c92937823574a09930276b4"
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "no-std-compat"
version = "0.4.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "no-std-net"
version = "0.6.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "nohash-hasher"
version = "0.2.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "nonzero_ext"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
[[package]]
name = "ntapi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"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",
"rand",
]
[[package]]
name = "num-bigint-dig"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand",
"smallvec",
"zeroize",
]
[[package]]
name = "num-complex"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
dependencies = [
"num-traits",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-derive"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"autocfg",
"num-integer",
"num-traits",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "num-traits"
2024-08-12 14:14:24 +00:00
version = "0.2.19"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2022-10-18 20:59:32 +00:00
dependencies = [
"autocfg",
"libm",
]
[[package]]
name = "num_cpus"
2023-09-18 12:05:29 +00:00
version = "1.16.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"hermit-abi",
2022-10-18 20:59:32 +00:00
"libc",
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "num_threads"
version = "0.1.7"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"libc",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "oauth2"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f"
dependencies = [
"base64 0.13.1",
"chrono",
"getrandom",
"http 0.2.12",
"rand",
"reqwest 0.11.27",
"serde",
"serde_json",
"serde_path_to_error",
"sha2",
"thiserror",
"url",
]
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "object"
2024-09-20 07:32:08 +00:00
version = "0.36.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"memchr",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "once_cell"
2024-09-30 09:08:24 +00:00
version = "1.20.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 09:08:24 +00:00
checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1"
dependencies = [
"portable-atomic",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "opaque-debug"
2024-08-12 14:14:24 +00:00
version = "0.3.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2022-10-18 20:59:32 +00:00
[[package]]
name = "ordered-float"
2024-08-12 14:14:24 +00:00
version = "2.10.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"num-traits",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-10-18 20:59:32 +00:00
[[package]]
name = "parking_lot"
2024-08-12 14:14:24 +00:00
version = "0.12.3"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2022-10-18 20:59:32 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-08-12 14:14:24 +00:00
version = "0.9.10"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2022-10-18 20:59:32 +00:00
dependencies = [
"backtrace",
2023-09-18 12:03:16 +00:00
"cfg-if",
2022-10-18 20:59:32 +00:00
"libc",
"petgraph",
2024-09-20 07:32:08 +00:00
"redox_syscall",
2022-10-18 20:59:32 +00:00
"smallvec",
"thread-id",
2024-08-12 14:14:24 +00:00
"windows-targets 0.52.6",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "patricia_tree"
2022-10-18 20:59:32 +00:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "31f2f4539bffe53fc4b4da301df49d114b845b077bd5727b7fe2bd9d8df2ae68"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"bitflags 2.6.0",
]
[[package]]
name = "pbkdf2"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
dependencies = [
"digest",
2022-10-18 20:59:32 +00:00
"hmac",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
"base64ct",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "percent-encoding"
2024-08-12 14:14:24 +00:00
version = "2.3.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2022-10-18 20:59:32 +00:00
[[package]]
name = "petgraph"
2024-08-12 14:14:24 +00:00
version = "0.6.5"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2022-10-18 20:59:32 +00:00
dependencies = [
"fixedbitset",
2024-08-12 14:14:24 +00:00
"indexmap",
]
[[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 = [
"siphasher",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "pin-project"
2024-08-12 14:14:24 +00:00
version = "1.1.5"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2022-10-18 20:59:32 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2024-08-12 14:14:24 +00:00
version = "1.1.5"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2022-10-18 20:59:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "pin-project-lite"
2024-08-12 14:14:24 +00:00
version = "0.2.14"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2022-10-18 20:59:32 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2024-08-12 14:14:24 +00:00
[[package]]
name = "pkcs1"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
dependencies = [
"der",
"pkcs8",
"spki",
]
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der",
"spki",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "pkg-config"
version = "0.3.31"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2022-10-18 20:59:32 +00:00
[[package]]
name = "pnet_base"
2024-08-12 14:14:24 +00:00
version = "0.34.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "fe4cf6fb3ab38b68d01ab2aea03ed3d1132b4868fa4e06285f29f16da01c5f4c"
dependencies = [
"no-std-net",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "pnet_macros"
2024-08-12 14:14:24 +00:00
version = "0.34.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "688b17499eee04a0408aca0aa5cba5fc86401d7216de8a63fdf7a4c227871804"
2022-10-18 20:59:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"regex",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "pnet_macros_support"
2024-08-12 14:14:24 +00:00
version = "0.34.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "eea925b72f4bd37f8eab0f221bbe4c78b63498350c983ffa9dd4bcde7e030f56"
2022-10-18 20:59:32 +00:00
dependencies = [
"pnet_base",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "poise"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1819d5a45e3590ef33754abce46432570c54a120798bdbf893112b4211fa09a6"
dependencies = [
"async-trait",
"derivative",
"futures-util",
"parking_lot",
"poise_macros",
"regex",
"serenity",
"tokio",
"tracing",
]
[[package]]
name = "poise_macros"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fa2c123c961e78315cd3deac7663177f12be4460f5440dbf62a7ed37b1effea"
dependencies = [
"darling 0.20.10",
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2024-08-12 14:14:24 +00:00
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "poly1305"
2024-08-12 14:14:24 +00:00
version = "0.8.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
2022-10-18 20:59:32 +00:00
dependencies = [
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "portable-atomic"
2024-09-30 09:08:24 +00:00
version = "1.9.0"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 09:08:24 +00:00
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
2024-08-12 14:14:24 +00:00
[[package]]
name = "postgres-protocol"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acda0ebdebc28befa84bee35e651e4c5f09073d668c7aed4cf7e23c3cda84b23"
dependencies = [
"base64 0.22.1",
"byteorder",
"bytes",
"fallible-iterator",
"hmac",
"md-5",
"memchr",
"rand",
"sha2",
"stringprep",
]
[[package]]
name = "postgres-types"
2024-09-20 07:32:08 +00:00
version = "0.2.8"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f"
2024-08-12 14:14:24 +00:00
dependencies = [
"bytes",
"fallible-iterator",
"postgres-protocol",
]
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2022-10-18 20:59:32 +00:00
[[package]]
name = "ppv-lite86"
2024-08-12 14:14:24 +00:00
version = "0.2.20"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
[[package]]
name = "pq-sys"
2024-09-20 07:32:08 +00:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "f6cc05d7ea95200187117196eee9edd0644424911821aeb28a18ce60ea0b8793"
dependencies = [
"vcpkg",
]
[[package]]
name = "prettyplease"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
dependencies = [
"proc-macro2",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "primal-check"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
dependencies = [
"num-integer",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "priority-queue"
version = "2.1.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "714c75db297bc88a63783ffc6ab9f830698a6705aa0201416931759ef4c8183d"
2022-10-18 20:59:32 +00:00
dependencies = [
"autocfg",
2024-08-12 14:14:24 +00:00
"equivalent",
"indexmap",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "proc-macro2"
2024-08-12 14:14:24 +00:00
version = "1.0.86"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2022-10-18 20:59:32 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "protobuf"
2024-09-20 07:32:08 +00:00
version = "3.5.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "0bcc343da15609eaecd65f8aa76df8dc4209d325131d8219358c0aaaebab0bf6"
2024-08-12 14:14:24 +00:00
dependencies = [
"once_cell",
"protobuf-support",
"thiserror",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "protobuf-codegen"
2024-09-20 07:32:08 +00:00
version = "3.5.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "c4d0cde5642ea4df842b13eb9f59ea6fafa26dcb43e3e1ee49120e9757556189"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"anyhow",
"once_cell",
2022-10-18 20:59:32 +00:00
"protobuf",
2024-08-12 14:14:24 +00:00
"protobuf-parse",
"regex",
"tempfile",
"thiserror",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "protobuf-parse"
2024-09-20 07:32:08 +00:00
version = "3.5.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "1b0e9b447d099ae2c4993c0cbb03c7a9d6c937b17f2d56cfc0b1550e6fcfdb76"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"anyhow",
"indexmap",
"log",
2022-10-18 20:59:32 +00:00
"protobuf",
2024-08-12 14:14:24 +00:00
"protobuf-support",
"tempfile",
"thiserror",
"which",
]
[[package]]
name = "protobuf-support"
2024-09-20 07:32:08 +00:00
version = "3.5.1"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "f0766e3675a627c327e4b3964582594b0e8741305d628a98a5de75a1d15f99b9"
2024-08-12 14:14:24 +00:00
dependencies = [
"thiserror",
]
[[package]]
name = "pulldown-cmark"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
dependencies = [
"bitflags 2.6.0",
"memchr",
"unicase",
]
[[package]]
name = "quick-xml"
version = "0.36.2"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
2024-08-12 14:14:24 +00:00
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "quinn"
2024-09-20 07:32:08 +00:00
version = "0.11.5"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
2024-08-12 14:14:24 +00:00
dependencies = [
"bytes",
"pin-project-lite",
"quinn-proto",
"quinn-udp",
"rustc-hash 2.0.0",
2024-09-20 07:32:08 +00:00
"rustls 0.23.13",
2024-08-12 14:14:24 +00:00
"socket2",
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "quinn-proto"
2024-09-20 07:32:08 +00:00
version = "0.11.8"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
2024-08-12 14:14:24 +00:00
dependencies = [
"bytes",
"rand",
"ring 0.17.8",
"rustc-hash 2.0.0",
2024-09-20 07:32:08 +00:00
"rustls 0.23.13",
2024-08-12 14:14:24 +00:00
"slab",
"thiserror",
"tinyvec",
"tracing",
]
[[package]]
name = "quinn-udp"
2024-09-20 07:32:08 +00:00
version = "0.5.5"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
2024-08-12 14:14:24 +00:00
dependencies = [
"libc",
"once_cell",
"socket2",
"tracing",
2024-09-20 07:32:08 +00:00
"windows-sys 0.59.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "quote"
2024-09-20 07:32:08 +00:00
version = "1.0.37"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2022-10-18 20:59:32 +00: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",
2023-09-18 12:03:16 +00:00
"rand_chacha",
"rand_core",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2023-09-18 12:03:16 +00:00
"rand_core",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:03:16 +00:00
"getrandom",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "rand_distr"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
dependencies = [
2024-08-12 14:14:24 +00:00
"num-traits",
2023-09-18 12:03:16 +00:00
"rand",
2022-10-18 20:59:32 +00:00
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "realfft"
version = "3.4.0"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "390252372b7f2aac8360fc5e72eba10136b166d6faeed97e6d0c8324eb99b2b1"
2024-08-12 14:14:24 +00:00
dependencies = [
"rustfft",
]
2023-09-19 11:49:32 +00:00
[[package]]
name = "redis"
2024-08-12 14:14:24 +00:00
version = "0.25.4"
2023-09-19 11:49:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec"
2023-09-19 11:49:32 +00:00
dependencies = [
"combine",
"itoa",
"percent-encoding",
"ryu",
"url",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "redox_syscall"
2024-09-30 09:08:24 +00:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 09:08:24 +00:00
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
dependencies = [
2024-08-12 14:14:24 +00:00
"bitflags 2.6.0",
]
[[package]]
name = "ref-cast"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931"
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "regex"
2024-09-30 09:08:24 +00:00
version = "1.11.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 09:08:24 +00:00
checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
2022-10-18 20:59:32 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-09-30 09:08:24 +00:00
"regex-automata 0.4.8",
"regex-syntax 0.8.5",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-06-08 14:26:07 +00:00
"regex-syntax 0.6.29",
2022-10-18 20:59:32 +00:00
]
2023-09-18 12:05:29 +00:00
[[package]]
name = "regex-automata"
2024-09-30 09:08:24 +00:00
version = "0.4.8"
2023-09-18 12:05:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 09:08:24 +00:00
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
2023-09-18 12:05:29 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-09-30 09:08:24 +00:00
"regex-syntax 0.8.5",
2023-09-18 12:05:29 +00:00
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "regex-syntax"
version = "0.6.29"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-10-18 20:59:32 +00:00
2023-06-08 14:26:07 +00:00
[[package]]
name = "regex-syntax"
2024-09-30 09:08:24 +00:00
version = "0.8.5"
2023-06-08 14:26:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 09:08:24 +00:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2023-06-08 14:26:07 +00:00
2022-10-18 20:59:32 +00:00
[[package]]
name = "reqwest"
2024-08-12 14:14:24 +00:00
version = "0.11.27"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"base64 0.21.7",
2022-10-18 20:59:32 +00:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
2024-08-12 14:14:24 +00:00
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.30",
"hyper-rustls 0.24.2",
2022-10-18 20:59:32 +00:00
"ipnet",
"js-sys",
"log",
"mime",
"mime_guess",
"once_cell",
2022-10-18 20:59:32 +00:00
"percent-encoding",
"pin-project-lite",
2024-08-12 14:14:24 +00:00
"rustls 0.21.12",
"rustls-pemfile 1.0.4",
2022-10-18 20:59:32 +00:00
"serde",
"serde_json",
"serde_urlencoded",
2024-08-12 14:14:24 +00:00
"sync_wrapper 0.1.2",
"system-configuration",
2022-10-18 20:59:32 +00:00
"tokio",
2023-09-18 12:05:29 +00:00
"tokio-rustls 0.24.1",
2022-10-18 20:59:32 +00:00
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
2023-01-27 14:14:06 +00:00
"wasm-streams",
2022-10-18 20:59:32 +00:00
"web-sys",
2024-08-12 14:14:24 +00:00
"webpki-roots 0.25.4",
2024-09-20 07:32:08 +00:00
"winreg",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "reqwest"
2024-09-20 07:32:08 +00:00
version = "0.12.7"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63"
2024-08-12 14:14:24 +00:00
dependencies = [
"base64 0.22.1",
"bytes",
"futures-core",
"futures-util",
"http 1.1.0",
"http-body 1.0.1",
"http-body-util",
"hyper 1.4.1",
2024-09-20 07:32:08 +00:00
"hyper-rustls 0.27.3",
2024-08-12 14:14:24 +00:00
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
"quinn",
2024-09-20 07:32:08 +00:00
"rustls 0.23.13",
2024-08-12 14:14:24 +00:00
"rustls-pemfile 2.1.3",
"rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper 1.0.1",
"tokio",
"tokio-rustls 0.26.0",
"tokio-socks",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-09-20 07:32:08 +00:00
"webpki-roots 0.26.6",
"windows-registry",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
2024-08-12 14:14:24 +00:00
"untrusted 0.7.1",
2022-10-18 20:59:32 +00:00
"web-sys",
2023-09-18 12:03:16 +00:00
"winapi",
2022-10-18 20:59:32 +00:00
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "ring"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
"cfg-if",
"getrandom",
"libc",
"spin 0.9.8",
"untrusted 0.9.0",
"windows-sys 0.52.0",
]
[[package]]
name = "ringbuf"
2024-09-30 09:08:24 +00:00
version = "0.4.7"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 09:08:24 +00:00
checksum = "726bb493fe9cac765e8f96a144c3a8396bdf766dedad22e504b70b908dcbceb4"
2024-08-12 14:14:24 +00:00
dependencies = [
"crossbeam-utils",
2024-09-30 09:08:24 +00:00
"portable-atomic",
2024-08-12 14:14:24 +00:00
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "rpassword"
2024-08-12 14:14:24 +00:00
version = "7.3.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
2022-10-18 20:59:32 +00:00
dependencies = [
"libc",
2024-08-12 14:14:24 +00:00
"rtoolbox",
"windows-sys 0.48.0",
]
[[package]]
name = "rsa"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
dependencies = [
"const-oid",
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core",
"signature",
"spki",
"subtle",
"zeroize",
]
[[package]]
name = "rspotify"
2024-09-20 07:32:08 +00:00
version = "0.13.3"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "71aa4a990ef1bacbed874fbab621e16c61a8b5a56854ada6b2bcccf19acb5795"
2024-08-12 14:14:24 +00:00
dependencies = [
"async-stream",
"async-trait",
"base64 0.22.1",
"chrono",
"futures",
"getrandom",
"log",
"maybe-async",
"rspotify-http",
"rspotify-macros",
"rspotify-model",
2022-10-18 20:59:32 +00:00
"serde",
"serde_json",
2024-08-12 14:14:24 +00:00
"sha2",
"thiserror",
"url",
]
[[package]]
name = "rspotify-http"
2024-09-20 07:32:08 +00:00
version = "0.13.3"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "a193f73ee55ab66aeb0337170d120bc73ec4963b150d9c66d68b28d14bc5ac5f"
2024-08-12 14:14:24 +00:00
dependencies = [
"async-trait",
"log",
"maybe-async",
2024-09-20 07:32:08 +00:00
"reqwest 0.12.7",
2024-08-12 14:14:24 +00:00
"serde_json",
"thiserror",
]
[[package]]
name = "rspotify-macros"
2024-09-20 07:32:08 +00:00
version = "0.13.3"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "b78387b0ebb8da6d4c72e728496b09701b7054c0ef88ea2f4f40e46b9107a6de"
2024-08-12 14:14:24 +00:00
[[package]]
name = "rspotify-model"
2024-09-20 07:32:08 +00:00
version = "0.13.3"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "1b6ce0f0ecf4eb3b0b8ab7c6932328d03040dd77169b1c533a3ead1308985af6"
2024-08-12 14:14:24 +00:00
dependencies = [
"chrono",
"enum_dispatch",
"serde",
"serde_json",
"strum 0.26.3",
"thiserror",
]
[[package]]
name = "rtoolbox"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "rubato"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5d18b486e7d29a408ef3f825bc1327d8f87af091c987ca2f5b734625940e234"
dependencies = [
"num-complex",
"num-integer",
"num-traits",
"realfft",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "rustc-demangle"
2024-08-12 14:14:24 +00:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2024-08-12 14:14:24 +00:00
[[package]]
name = "rustc-hash"
version = "2.0.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
2022-10-18 20:59:32 +00:00
[[package]]
name = "rustc_version"
2024-09-20 07:32:08 +00:00
version = "0.4.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2022-10-18 20:59:32 +00:00
dependencies = [
"semver",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "rustfft"
version = "6.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43806561bc506d0c5d160643ad742e3161049ac01027b5e6d7524091fd401d86"
dependencies = [
"num-complex",
"num-integer",
"num-traits",
"primal-check",
"strength_reduce",
"transpose",
"version_check",
]
[[package]]
name = "rustix"
2024-09-20 07:32:08 +00:00
version = "0.38.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
dependencies = [
2024-08-12 14:14:24 +00:00
"bitflags 2.6.0",
"errno",
"libc",
2023-09-18 12:03:16 +00:00
"linux-raw-sys",
2024-08-12 14:14:24 +00:00
"windows-sys 0.52.0",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "rustls"
2023-09-18 12:05:29 +00:00
version = "0.20.9"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
2022-10-18 20:59:32 +00:00
dependencies = [
"log",
2024-08-12 14:14:24 +00:00
"ring 0.16.20",
2022-10-18 20:59:32 +00:00
"sct",
"webpki",
]
[[package]]
name = "rustls"
2024-08-12 14:14:24 +00:00
version = "0.21.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
dependencies = [
"log",
2024-08-12 14:14:24 +00:00
"ring 0.17.8",
"rustls-webpki 0.101.7",
"sct",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "rustls"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
dependencies = [
"log",
"ring 0.17.8",
"rustls-pki-types",
2024-09-20 07:32:08 +00:00
"rustls-webpki 0.102.8",
2024-08-12 14:14:24 +00:00
"subtle",
"zeroize",
]
[[package]]
name = "rustls"
2024-09-20 07:32:08 +00:00
version = "0.23.13"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
2024-08-12 14:14:24 +00:00
dependencies = [
"aws-lc-rs",
"log",
2024-08-12 14:14:24 +00:00
"once_cell",
"ring 0.17.8",
"rustls-pki-types",
2024-09-20 07:32:08 +00:00
"rustls-webpki 0.102.8",
2024-08-12 14:14:24 +00:00
"subtle",
"zeroize",
]
[[package]]
name = "rustls-native-certs"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
dependencies = [
"openssl-probe",
"rustls-pemfile 1.0.4",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-native-certs"
2024-09-20 07:32:08 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
dependencies = [
"openssl-probe",
"rustls-pemfile 2.1.3",
"rustls-pki-types",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-native-certs"
version = "0.8.0"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
2024-08-12 14:14:24 +00:00
dependencies = [
"openssl-probe",
"rustls-pemfile 2.1.3",
"rustls-pki-types",
"schannel",
"security-framework",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "rustls-pemfile"
2024-08-12 14:14:24 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
"base64 0.21.7",
]
[[package]]
name = "rustls-pemfile"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
dependencies = [
"base64 0.22.1",
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
2024-09-30 09:08:24 +00:00
version = "1.9.0"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 09:08:24 +00:00
checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55"
2024-08-12 14:14:24 +00:00
[[package]]
name = "rustls-webpki"
version = "0.101.7"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"ring 0.17.8",
"untrusted 0.9.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "rustls-webpki"
2024-09-20 07:32:08 +00:00
version = "0.102.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
dependencies = [
"aws-lc-rs",
2024-08-12 14:14:24 +00:00
"ring 0.17.8",
"rustls-pki-types",
"untrusted 0.9.0",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "rustversion"
2024-08-12 14:14:24 +00:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
[[package]]
name = "rusty_pool"
version = "0.7.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "4ed36cdb20de66d89a17ea04b8883fc7a386f2cf877aaedca5005583ce4876ff"
dependencies = [
"crossbeam-channel",
"futures",
"futures-channel",
"futures-executor",
"num_cpus",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "ryu"
2024-08-12 14:14:24 +00:00
version = "1.0.18"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2022-10-18 20:59:32 +00:00
[[package]]
name = "salsa20"
2024-08-12 14:14:24 +00:00
version = "0.10.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"cipher",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
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-20 07:32:08 +00:00
version = "0.1.24"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-09-20 07:32:08 +00:00
"windows-sys 0.59.0",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "scoped-futures"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1473e24c637950c9bd38763220bea91ec3e095a89f672bbd7a10d03e77ba467"
dependencies = [
"cfg-if",
"pin-utils",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "scoped-tls"
version = "1.0.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-10-18 20:59:32 +00:00
[[package]]
name = "scopeguard"
2023-09-18 12:05:29 +00:00
version = "1.2.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-10-18 20:59:32 +00:00
[[package]]
name = "sct"
2024-08-12 14:14:24 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
"ring 0.17.8",
"untrusted 0.9.0",
]
[[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"
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
dependencies = [
"bitflags 2.6.0",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.12.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"core-foundation-sys",
"libc",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "semver"
2024-08-12 14:14:24 +00:00
version = "1.0.23"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
dependencies = [
"serde",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "serde"
2024-09-20 07:32:08 +00:00
version = "1.0.210"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
2022-10-18 20:59:32 +00:00
dependencies = [
"serde_derive",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "serde-aux"
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d2e8bfba469d06512e11e3311d4d051a4a387a5b42d010404fecf3200321c95"
dependencies = [
"chrono",
"serde",
"serde_json",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "serde-value"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
dependencies = [
"ordered-float",
"serde",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "serde_cow"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e7bbbec7196bfde255ab54b65e34087c0849629280028238e67ee25d6a4b7da"
dependencies = [
"serde",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "serde_derive"
2024-09-20 07:32:08 +00:00
version = "1.0.210"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
2022-10-18 20:59:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "serde_json"
2024-09-20 07:32:08 +00:00
version = "1.0.128"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
2022-10-18 20:59:32 +00:00
dependencies = [
"itoa",
2024-08-12 14:14:24 +00:00
"memchr",
2022-10-18 20:59:32 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_path_to_error"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
dependencies = [
"itoa",
"serde",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "serde_repr"
2024-08-12 14:14:24 +00:00
version = "0.1.19"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
2022-10-18 20:59:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00: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-08-12 14:14:24 +00:00
version = "0.12.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "880a04106592d0a8f5bdacb1d935889bfbccb4a14f7074984d9cd857235d34ac"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"arrayvec",
2022-10-18 20:59:32 +00:00
"async-trait",
2024-08-12 14:14:24 +00:00
"base64 0.22.1",
"bitflags 2.6.0",
2022-10-18 20:59:32 +00:00
"bytes",
2024-08-12 14:14:24 +00:00
"chrono",
2022-10-18 20:59:32 +00:00
"command_attr",
"dashmap",
"flate2",
"futures",
2024-08-12 14:14:24 +00:00
"fxhash",
2022-10-18 20:59:32 +00:00
"levenshtein",
"mime_guess",
"parking_lot",
"percent-encoding",
2024-08-12 14:14:24 +00:00
"reqwest 0.11.27",
"secrecy",
2022-10-18 20:59:32 +00:00
"serde",
2024-08-12 14:14:24 +00:00
"serde_cow",
2022-10-18 20:59:32 +00:00
"serde_json",
"static_assertions",
2023-09-18 12:05:29 +00:00
"time",
2022-10-18 20:59:32 +00:00
"tokio",
2024-08-12 14:14:24 +00:00
"tokio-tungstenite 0.21.0",
2022-10-18 20:59:32 +00:00
"tracing",
"typemap_rev",
2024-08-12 14:14:24 +00:00
"typesize",
2022-10-18 20:59:32 +00:00
"url",
"uwl",
]
[[package]]
name = "serenity-voice-model"
2024-08-12 14:14:24 +00:00
version = "0.2.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "593682f6155d07c8b331b3d1060f5aab7e6796caca9f2f66bd9e6855c880e06b"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"bitflags 2.6.0",
"num-traits",
2022-10-18 20:59:32 +00:00
"serde",
"serde_json",
"serde_repr",
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "sha1"
version = "0.10.6"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:03:16 +00:00
"cfg-if",
2022-10-18 20:59:32 +00:00
"cpufeatures",
2024-08-12 14:14:24 +00:00
"digest",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "sha2"
version = "0.10.8"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:03:16 +00:00
"cfg-if",
2022-10-18 20:59:32 +00:00
"cpufeatures",
2024-08-12 14:14:24 +00:00
"digest",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "shannon"
version = "0.2.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "7ea5b41c9427b56caa7b808cb548a04fb50bb5b9e98590b53f28064ff4174561"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"byteorder",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "sharded-slab"
version = "0.1.7"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2024-09-20 07:32:08 +00:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2024-08-12 14:14:24 +00:00
[[package]]
name = "shorthand"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "474f77f985d8212610f170332eaf173e768404c0c1d4deb041f32c297cf18931"
dependencies = [
"from_map",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
dependencies = [
"libc",
]
[[package]]
name = "signature"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"digest",
"rand_core",
]
[[package]]
name = "simd-json"
version = "0.13.11"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0228a564470f81724e30996bbc2b171713b37b15254a6440c7e2d5449b95691"
2024-08-12 14:14:24 +00:00
dependencies = [
"getrandom",
"halfbrown",
"lexical-core",
"ref-cast",
"serde",
"serde_json",
"simdutf8",
"value-trait",
]
[[package]]
name = "simdutf8"
version = "0.1.5"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2024-08-12 14:14:24 +00:00
[[package]]
name = "siphasher"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[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"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "socket2"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "songbird"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "338dd182f9f084f583c4c0db38588e28a34778ecec288208cf0b61c378ac90d1"
dependencies = [
"async-trait",
"audiopus",
2022-10-18 20:59:32 +00:00
"byteorder",
2024-08-12 14:14:24 +00:00
"bytes",
"crypto_secretbox",
"dashmap",
"derivative",
"discortp",
"flume",
"futures",
"nohash-hasher",
"once_cell",
"parking_lot",
"pin-project",
"rand",
"reqwest 0.11.27",
"ringbuf",
"rubato",
"rusty_pool",
"serde",
"serde-aux",
"serde_json",
"serenity",
"serenity-voice-model",
"simd-json",
"socket2",
"stream_lib",
"streamcatcher",
"symphonia",
"symphonia-core",
"tokio",
"tokio-tungstenite 0.21.0",
"tokio-util",
"tracing",
"tracing-futures",
"twilight-gateway",
"typemap_rev",
"url",
"uuid",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]
[[package]]
name = "spinning_top"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
dependencies = [
"lock_api",
]
[[package]]
name = "spki"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
dependencies = [
"base64ct",
"der",
]
[[package]]
name = "spoticord"
version = "2.2.4"
2024-08-12 14:14:24 +00:00
dependencies = [
"anyhow",
"dotenvy",
"env_logger",
"log",
"poise",
"rustls 0.23.13",
2024-08-12 14:14:24 +00:00
"serenity",
"songbird",
"spoticord_config",
"spoticord_database",
"spoticord_player",
"spoticord_session",
"spoticord_stats",
"spoticord_utils",
"tokio",
]
[[package]]
name = "spoticord_audio"
version = "2.2.4"
2024-08-12 14:14:24 +00:00
dependencies = [
"librespot",
"songbird",
"tokio",
"zerocopy",
]
[[package]]
name = "spoticord_config"
version = "2.2.4"
2024-08-12 14:14:24 +00:00
dependencies = [
"rspotify",
"serenity",
]
[[package]]
name = "spoticord_database"
version = "2.2.4"
2024-08-12 14:14:24 +00:00
dependencies = [
"chrono",
"diesel",
"diesel-async",
"diesel_async_migrations",
"rand",
"rspotify",
"spoticord_config",
"thiserror",
]
[[package]]
name = "spoticord_player"
version = "2.2.4"
2024-08-12 14:14:24 +00:00
dependencies = [
"anyhow",
"hex",
"librespot",
"log",
"songbird",
"spoticord_audio",
"spoticord_utils",
"symphonia",
"tokio",
]
[[package]]
name = "spoticord_session"
version = "2.2.4"
2024-08-12 14:14:24 +00:00
dependencies = [
"anyhow",
"base64 0.22.1",
"librespot",
"log",
"poise",
"serenity",
"songbird",
"spoticord_config",
"spoticord_database",
"spoticord_player",
"spoticord_utils",
"tokio",
]
[[package]]
name = "spoticord_stats"
version = "2.2.4"
2024-08-12 14:14:24 +00:00
dependencies = [
"redis",
]
[[package]]
name = "spoticord_utils"
version = "2.2.4"
2024-08-12 14:14:24 +00:00
dependencies = [
"anyhow",
"base64 0.22.1",
"librespot",
"log",
"poise",
2024-09-20 07:32:08 +00:00
"tokio",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "stable-vec"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1dff32a2ce087283bec878419027cebd888760d8760b2941ad0843531dc9ec8"
dependencies = [
"no-std-compat 0.2.0",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stream_lib"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa3f10eb5a7054e17abf61d310e4e29108187a847591c63c4c79b6a74898a5a7"
dependencies = [
"bytes",
"futures-core",
"futures-util",
"hls_m3u8",
"patricia_tree",
"reqwest 0.11.27",
"tokio",
"tracing",
"url",
]
[[package]]
name = "streamcatcher"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71664755c349abb0758fda6218fb2d2391ca2a73f9302c03b145491db4fcea29"
dependencies = [
"crossbeam-utils",
"futures-util",
"loom",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "strength_reduce"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
[[package]]
name = "stringprep"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
"unicode-properties",
]
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "strum"
version = "0.17.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "530efb820d53b712f4e347916c5e7ed20deb76a4f0457943b3182fb889b06d2c"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"strum_macros 0.17.1",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "strum"
version = "0.26.3"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
dependencies = [
"strum_macros 0.26.4",
]
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "strum_macros"
version = "0.17.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "5e6e163a520367c465f59e0a61a23cfae3b10b6546d78b6f672a382be79f7110"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"heck 0.3.3",
"proc-macro2",
"quote",
"syn 1.0.109",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "strum_macros"
version = "0.26.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"heck 0.5.0",
"proc-macro2",
"quote",
"rustversion",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "subtle"
version = "2.6.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "symphonia"
version = "0.5.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"lazy_static",
"symphonia-bundle-mp3",
"symphonia-codec-pcm",
"symphonia-codec-vorbis",
"symphonia-core",
"symphonia-format-ogg",
"symphonia-metadata",
2022-10-18 20:59:32 +00:00
]
2023-09-18 12:05:29 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "symphonia-bundle-mp3"
2023-09-18 12:05:29 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
2023-09-18 12:05:29 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"lazy_static",
"log",
"symphonia-core",
"symphonia-metadata",
2023-09-18 12:05:29 +00:00
]
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "symphonia-codec-pcm"
version = "0.5.4"
2023-04-18 08:03:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"log",
2022-10-18 20:59:32 +00:00
"symphonia-core",
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "symphonia-codec-vorbis"
version = "0.5.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"log",
"symphonia-core",
"symphonia-utils-xiph",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "symphonia-core"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"arrayvec",
"bitflags 1.3.2",
"bytemuck",
2023-09-26 07:46:15 +00:00
"lazy_static",
2022-10-18 20:59:32 +00:00
"log",
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "symphonia-format-ogg"
version = "0.5.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"log",
"symphonia-core",
"symphonia-metadata",
"symphonia-utils-xiph",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "symphonia-metadata"
version = "0.5.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
dependencies = [
"encoding_rs",
"lazy_static",
"log",
"symphonia-core",
]
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "symphonia-utils-xiph"
version = "0.5.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"symphonia-core",
"symphonia-metadata",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "syn"
2023-03-01 14:42:30 +00:00
version = "1.0.109"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-01 14:42:30 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-10-18 20:59:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-09-30 09:08:24 +00:00
version = "2.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 09:08:24 +00:00
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-10-18 20:59:32 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "sync_wrapper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2024-09-20 07:32:08 +00:00
dependencies = [
"futures-core",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "sysinfo"
version = "0.31.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"core-foundation-sys",
"libc",
"memchr",
2024-08-12 14:14:24 +00:00
"ntapi",
"windows 0.57.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
2024-08-12 14:14:24 +00:00
name = "system-configuration"
version = "0.5.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "tagptr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
[[package]]
name = "tempfile"
2024-09-30 09:08:24 +00:00
version = "3.13.0"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 09:08:24 +00:00
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
2024-08-12 14:14:24 +00:00
dependencies = [
"cfg-if",
"fastrand",
"once_cell",
"rustix",
2024-09-20 07:32:08 +00:00
"windows-sys 0.59.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "thiserror"
version = "1.0.64"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
2022-10-18 20:59:32 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.64"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
2022-10-18 20:59:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "thread-id"
2024-08-12 14:14:24 +00:00
version = "4.2.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "cfe8f25bbdd100db7e1d34acf7fd2dc59c4bf8f7483f505eaa7d4f12f76cc0ea"
2022-10-18 20:59:32 +00:00
dependencies = [
"libc",
2023-09-18 12:03:16 +00:00
"winapi",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "thread_local"
2024-08-12 14:14:24 +00:00
version = "1.1.8"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:03:16 +00:00
"cfg-if",
2022-10-18 20:59:32 +00:00
"once_cell",
]
[[package]]
name = "time"
2024-08-12 14:14:24 +00:00
version = "0.3.36"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:05:29 +00:00
"deranged",
2022-10-18 20:59:32 +00:00
"itoa",
2024-08-12 14:14:24 +00:00
"libc",
"num-conv",
"num_threads",
"powerfmt",
2022-10-18 20:59:32 +00:00
"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-08-12 14:14:24 +00:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
2024-08-12 14:14:24 +00:00
"num-conv",
"time-core",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "tinyvec"
2024-08-12 14:14:24 +00:00
version = "1.8.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2022-10-18 20:59:32 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-17 11:53:15 +00:00
version = "0.1.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-17 11:53:15 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-10-18 20:59:32 +00:00
[[package]]
name = "tokio"
2024-09-20 07:32:08 +00:00
version = "1.40.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:05:29 +00:00
"backtrace",
2022-10-18 20:59:32 +00:00
"bytes",
"libc",
2023-09-18 12:03:16 +00:00
"mio",
2022-10-18 20:59:32 +00:00
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2024-08-12 14:14:24 +00:00
"socket2",
2022-10-18 20:59:32 +00:00
"tokio-macros",
2024-08-12 14:14:24 +00:00
"windows-sys 0.52.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "tokio-macros"
2024-08-12 14:14:24 +00:00
version = "2.4.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2022-10-18 20:59:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "tokio-postgres"
2024-09-20 07:32:08 +00:00
version = "0.7.12"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb"
2024-08-12 14:14:24 +00: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",
"socket2",
"tokio",
"tokio-util",
"whoami",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "tokio-rustls"
version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
2023-09-18 12:05:29 +00:00
"rustls 0.20.9",
2022-10-18 20:59:32 +00:00
"tokio",
"webpki",
]
[[package]]
name = "tokio-rustls"
2023-09-18 12:05:29 +00:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
2024-08-12 14:14:24 +00: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 = [
"rustls 0.22.4",
"rustls-pki-types",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
2024-09-20 07:32:08 +00:00
"rustls 0.23.13",
2024-08-12 14:14:24 +00:00
"rustls-pki-types",
"tokio",
]
[[package]]
name = "tokio-socks"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
dependencies = [
"either",
"futures-util",
"thiserror",
"tokio",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "tokio-stream"
2024-09-20 07:32:08 +00:00
version = "0.1.16"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
2022-10-18 20:59:32 +00:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "tokio-tungstenite"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
dependencies = [
"futures-util",
"log",
"rustls 0.20.9",
"rustls-native-certs 0.6.3",
"tokio",
"tokio-rustls 0.23.4",
"tungstenite 0.18.0",
"webpki",
]
[[package]]
name = "tokio-tungstenite"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
dependencies = [
"futures-util",
"log",
"rustls 0.22.4",
"rustls-pki-types",
"tokio",
"tokio-rustls 0.25.0",
"tungstenite 0.21.0",
2024-09-20 07:32:08 +00:00
"webpki-roots 0.26.6",
2024-08-12 14:14:24 +00:00
]
[[package]]
name = "tokio-tungstenite"
2024-09-20 07:32:08 +00:00
version = "0.24.0"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
2024-08-12 14:14:24 +00:00
dependencies = [
"futures-util",
"log",
2024-09-20 07:32:08 +00:00
"rustls 0.23.13",
"rustls-native-certs 0.8.0",
2024-08-12 14:14:24 +00:00
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.0",
2024-09-20 07:32:08 +00:00
"tungstenite 0.24.0",
2024-08-12 14:14:24 +00:00
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "tokio-util"
2024-09-20 07:32:08 +00:00
version = "0.7.12"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
2022-10-18 20:59:32 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tower-service"
2024-09-20 07:32:08 +00:00
version = "0.3.3"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2022-10-18 20:59:32 +00:00
[[package]]
name = "tracing"
2024-08-12 14:14:24 +00:00
version = "0.1.40"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-10-18 20:59:32 +00:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2024-08-12 14:14:24 +00:00
version = "0.1.27"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2022-10-18 20:59:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "tracing-core"
2024-08-12 14:14:24 +00:00
version = "0.1.32"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-10-18 20:59:32 +00:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
[[package]]
name = "tracing-log"
2024-08-12 14:14:24 +00:00
version = "0.2.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2022-10-18 20:59:32 +00:00
dependencies = [
"log",
2024-08-12 14:14:24 +00:00
"once_cell",
2022-10-18 20:59:32 +00:00
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2024-08-12 14:14:24 +00:00
version = "0.3.18"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2022-10-18 20:59:32 +00:00
dependencies = [
"matchers",
"nu-ansi-term",
2022-10-18 20:59:32 +00:00
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "transpose"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
dependencies = [
"num-integer",
"strength_reduce",
]
[[package]]
name = "triomphe"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369"
2022-10-18 20:59:32 +00:00
[[package]]
name = "try-lock"
2024-08-12 14:14:24 +00:00
version = "0.2.5"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2022-10-18 20:59:32 +00:00
[[package]]
name = "tungstenite"
2024-08-12 14:14:24 +00:00
version = "0.18.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-01-27 14:14:06 +00:00
"base64 0.13.1",
2022-10-18 20:59:32 +00:00
"byteorder",
"bytes",
2024-08-12 14:14:24 +00:00
"http 0.2.12",
2022-10-18 20:59:32 +00:00
"httparse",
"log",
2023-09-18 12:03:16 +00:00
"rand",
2023-09-18 12:05:29 +00:00
"rustls 0.20.9",
2024-08-12 14:14:24 +00:00
"sha1",
2022-10-18 20:59:32 +00:00
"thiserror",
"url",
"utf-8",
"webpki",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "tungstenite"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
dependencies = [
"byteorder",
"bytes",
"data-encoding",
"http 1.1.0",
"httparse",
"log",
"rand",
"rustls 0.22.4",
"rustls-pki-types",
"sha1",
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "tungstenite"
2024-09-20 07:32:08 +00:00
version = "0.24.0"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
2024-08-12 14:14:24 +00:00
dependencies = [
"byteorder",
"bytes",
"data-encoding",
"http 1.1.0",
"httparse",
"log",
"rand",
2024-09-20 07:32:08 +00:00
"rustls 0.23.13",
2024-08-12 14:14:24 +00:00
"rustls-pki-types",
"sha1",
"thiserror",
"utf-8",
]
[[package]]
name = "twilight-gateway"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30be5c7e2b13b4a59e0f93344c070c23404279a318a324eece1f4384ead47d86"
dependencies = [
"bitflags 1.3.2",
"futures-util",
"rand",
"rustls 0.20.9",
"rustls-native-certs 0.6.3",
"serde",
"serde_json",
"tokio",
"tokio-tungstenite 0.18.0",
"tracing",
"twilight-gateway-queue",
"twilight-model",
]
[[package]]
name = "twilight-gateway-queue"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3073747da8e1d09bc5383eed750451c9534021c8206a20092405b9855b3cb35a"
dependencies = [
"tokio",
"tracing",
]
[[package]]
name = "twilight-model"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "276bd50f4817b3b421395afac89f5d7b61fdfd0f00a28b2a7db983e4878b4a1a"
dependencies = [
"bitflags 1.3.2",
"serde",
"serde-value",
"serde_repr",
"time",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "typemap_rev"
2024-08-12 14:14:24 +00:00
version = "0.3.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "74b08b0c1257381af16a5c3605254d529d3e7e109f3c62befc5d168968192998"
2022-10-18 20:59:32 +00:00
[[package]]
name = "typenum"
2023-09-18 12:05:29 +00:00
version = "1.17.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-10-18 20:59:32 +00:00
2024-08-12 14:14:24 +00:00
[[package]]
name = "typesize"
2024-09-20 07:32:08 +00:00
version = "0.1.9"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "5dece5c06268af6a9ff4541788601e560a4284ffebfb357f713d676f13b964db"
2024-08-12 14:14:24 +00:00
dependencies = [
"chrono",
"dashmap",
"hashbrown",
"mini-moka",
"parking_lot",
"secrecy",
"serde_json",
"time",
"typesize-derive",
"url",
]
[[package]]
name = "typesize-derive"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "905e88c2a4cc27686bd57e495121d451f027e441388a67f773be729ad4be1ea8"
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2024-08-12 14:14:24 +00:00
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "unicase"
2023-09-18 12:05:29 +00:00
version = "2.7.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2022-10-18 20:59:32 +00:00
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2024-08-12 14:14:24 +00:00
version = "0.3.15"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2022-10-18 20:59:32 +00:00
[[package]]
name = "unicode-ident"
2024-09-20 07:32:08 +00:00
version = "1.0.13"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2022-10-18 20:59:32 +00:00
[[package]]
name = "unicode-normalization"
2024-09-20 07:32:08 +00:00
version = "0.1.24"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2022-10-18 20:59:32 +00:00
dependencies = [
"tinyvec",
]
2024-08-12 14:14:24 +00:00
[[package]]
name = "unicode-properties"
2024-09-20 07:32:08 +00:00
version = "0.1.2"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
2024-08-12 14:14:24 +00:00
[[package]]
name = "unicode-segmentation"
2024-09-20 07:32:08 +00:00
version = "1.12.0"
2024-08-12 14:14:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2024-08-12 14:14:24 +00:00
2022-10-18 20:59:32 +00:00
[[package]]
name = "unicode-width"
2024-09-20 07:32:08 +00:00
version = "0.1.14"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2022-10-18 20:59:32 +00:00
[[package]]
name = "universal-hash"
2024-08-12 14:14:24 +00:00
version = "0.5.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"crypto-common",
2022-10-18 20:59:32 +00:00
"subtle",
]
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2024-08-12 14:14:24 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-10-18 20:59:32 +00:00
[[package]]
name = "url"
2024-08-12 14:14:24 +00:00
version = "2.5.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2022-10-18 20:59:32 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
2024-08-12 14:14:24 +00:00
name = "utf8parse"
version = "0.2.2"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2022-10-18 20:59:32 +00:00
[[package]]
name = "uuid"
2024-08-12 14:14:24 +00:00
version = "1.10.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:03:16 +00:00
"getrandom",
2024-08-12 14:14:24 +00:00
"rand",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "uwl"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4bf03e0ca70d626ecc4ba6b0763b934b6f2976e8c744088bb3c1d646fbb1ad0"
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2024-08-12 14:14:24 +00:00
[[package]]
name = "value-trait"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dad8db98c1e677797df21ba03fca7d3bf9bec3ca38db930954e4fe6e1ea27eb4"
dependencies = [
"float-cmp",
"halfbrown",
"itoa",
"ryu",
]
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2022-10-18 20:59:32 +00:00
[[package]]
name = "vergen"
version = "9.0.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349ed9e45296a581f455bc18039878f409992999bc1d5da12a6800eb18c8752f"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"anyhow",
"derive_builder 0.20.1",
"rustversion",
"time",
"vergen-lib",
]
[[package]]
name = "vergen-gitcl"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a3a7f91caabecefc3c249fd864b11d4abe315c166fbdb568964421bccfd2b7a"
dependencies = [
"anyhow",
"derive_builder 0.20.1",
2024-08-12 14:14:24 +00:00
"rustversion",
"time",
"vergen",
"vergen-lib",
]
[[package]]
name = "vergen-lib"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "229eaddb0050920816cf051e619affaf18caa3dd512de8de5839ccbc8e53abb0"
dependencies = [
"anyhow",
"derive_builder 0.20.1",
"rustversion",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "version_check"
2024-08-12 14:14:24 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "walkdir"
version = "2.5.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "want"
2023-09-18 12:05:29 +00:00
version = "0.3.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-10-18 20:59:32 +00:00
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-08-12 14:14:24 +00:00
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2022-10-18 20:59:32 +00:00
[[package]]
name = "wasm-bindgen"
2024-09-20 07:32:08 +00:00
version = "0.2.93"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:03:16 +00:00
"cfg-if",
2024-09-20 07:32:08 +00:00
"once_cell",
2022-10-18 20:59:32 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-09-20 07:32:08 +00:00
version = "0.2.93"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
2022-10-18 20:59:32 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-09-20 07:32:08 +00:00
version = "0.4.43"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:03:16 +00:00
"cfg-if",
2022-10-18 20:59:32 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-09-20 07:32:08 +00:00
version = "0.2.93"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
2022-10-18 20:59:32 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-09-20 07:32:08 +00:00
version = "0.2.93"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
2022-10-18 20:59:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2022-10-18 20:59:32 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-09-20 07:32:08 +00:00
version = "0.2.93"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
2022-10-18 20:59:32 +00:00
2023-01-27 14:14:06 +00:00
[[package]]
name = "wasm-streams"
2024-09-30 09:08:24 +00:00
version = "0.4.1"
2023-01-27 14:14:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 09:08:24 +00:00
checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
2023-01-27 14:14:06 +00:00
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "web-sys"
2024-09-20 07:32:08 +00:00
version = "0.3.70"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
2022-10-18 20:59:32 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
2024-08-12 14:14:24 +00:00
version = "0.22.4"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"ring 0.17.8",
"untrusted 0.9.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "webpki-roots"
2024-08-12 14:14:24 +00:00
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "webpki-roots"
2024-09-20 07:32:08 +00:00
version = "0.26.6"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"rustls-pki-types",
2022-10-18 20:59:32 +00:00
]
2023-09-18 12:05:29 +00:00
[[package]]
2024-08-12 14:14:24 +00:00
name = "which"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
"home",
"once_cell",
"rustix",
]
[[package]]
name = "whoami"
2024-09-20 07:32:08 +00:00
version = "1.5.2"
2023-09-18 12:05:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 07:32:08 +00:00
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
2024-08-12 14:14:24 +00:00
dependencies = [
2024-09-20 07:32:08 +00:00
"redox_syscall",
2024-08-12 14:14:24 +00:00
"wasite",
"web-sys",
]
2023-09-18 12:05:29 +00:00
2022-10-18 20:59:32 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2024-08-12 14:14:24 +00:00
version = "0.1.9"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2022-10-18 20:59:32 +00:00
dependencies = [
2024-08-12 14:14:24 +00:00
"windows-sys 0.59.0",
2022-10-18 20:59:32 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
2024-08-12 14:14:24 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
dependencies = [
"windows-core 0.52.0",
"windows-targets 0.52.6",
]
[[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-08-12 14:14:24 +00:00
"windows-targets 0.52.6",
]
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-core"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
dependencies = [
"windows-implement",
"windows-interface",
"windows-result 0.1.2",
"windows-targets 0.52.6",
]
[[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-30 09:08:24 +00:00
"syn 2.0.79",
]
[[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-30 09:08:24 +00:00
"syn 2.0.79",
]
2024-09-20 07:32:08 +00: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",
2024-09-20 07:32:08 +00:00
"windows-strings",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-result"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
dependencies = [
"windows-targets 0.52.6",
]
2024-09-20 07:32:08 +00: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",
2024-09-20 07:32:08 +00:00
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2024-08-12 14:14:24 +00:00
"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 = [
"windows-targets 0.52.6",
]
[[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",
]
[[package]]
name = "windows-targets"
2023-09-18 12:05:29 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
2024-08-12 14:14:24 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"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",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-18 12:05:29 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2022-10-18 20:59:32 +00:00
2024-08-12 14:14:24 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
2023-09-18 12:05:29 +00:00
version = "0.48.5"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-10-18 20:59:32 +00:00
2024-08-12 14:14:24 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
2023-09-18 12:05:29 +00:00
version = "0.48.5"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-10-18 20:59:32 +00:00
2024-08-12 14:14:24 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
2023-09-18 12:05:29 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2024-08-12 14:14:24 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
2023-09-18 12:05:29 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2022-10-18 20:59:32 +00:00
2024-08-12 14:14:24 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-18 12:05:29 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2024-08-12 14:14:24 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
2023-09-18 12:05:29 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-08-12 14:14:24 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2022-10-18 20:59:32 +00:00
[[package]]
name = "winreg"
2023-09-18 12:05:29 +00:00
version = "0.50.0"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 12:05:29 +00:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2022-10-18 20:59:32 +00:00
dependencies = [
2023-09-18 12:05:29 +00:00
"cfg-if",
2024-08-12 14:14:24 +00:00
"windows-sys 0.48.0",
2022-10-18 20:59:32 +00:00
]
2023-09-18 20:39:11 +00:00
[[package]]
name = "zerocopy"
2024-08-12 14:14:24 +00:00
version = "0.7.35"
2023-09-18 20:39:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2023-09-18 20:39:11 +00:00
dependencies = [
"byteorder",
2024-08-12 14:14:24 +00:00
"zerocopy-derive",
2022-10-18 20:59:32 +00:00
]
2023-09-18 20:39:11 +00:00
[[package]]
name = "zerocopy-derive"
2024-08-12 14:14:24 +00:00
version = "0.7.35"
2023-09-18 20:39:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2023-09-18 20:39:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-30 09:08:24 +00:00
"syn 2.0.79",
2023-09-18 20:39:11 +00:00
]
2022-10-18 20:59:32 +00:00
[[package]]
name = "zeroize"
2024-08-12 14:14:24 +00:00
version = "1.8.1"
2022-10-18 20:59:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 14:14:24 +00:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"