soundfx-bot/Cargo.lock

4487 lines
107 KiB
Plaintext
Raw Normal View History

2020-04-13 23:22:05 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-07-09 12:24:39 +00:00
[[package]]
name = "addr2line"
2024-07-15 15:48:40 +00:00
version = "0.22.0"
2023-07-09 12:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2023-07-09 12:24:39 +00:00
dependencies = [
"gimli",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "adler"
2021-04-05 10:55:06 +00:00
version = "1.0.2"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 10:55:06 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-04-13 23:22:05 +00:00
[[package]]
name = "aead"
2023-12-18 19:06:18 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
dependencies = [
2023-12-18 19:06:18 +00:00
"crypto-common",
2021-01-22 17:19:57 +00:00
"generic-array",
]
2020-04-26 22:12:31 +00:00
[[package]]
2021-01-22 17:19:57 +00:00
name = "ahash"
2024-07-15 15:48:40 +00:00
version = "0.8.11"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-12-20 17:12:57 +00:00
"cfg-if",
"getrandom",
2021-01-22 17:19:57 +00:00
"once_cell",
"version_check",
2023-12-20 17:12:57 +00:00
"zerocopy",
2020-04-13 23:22:05 +00:00
]
[[package]]
2021-01-22 17:19:57 +00:00
name = "aho-corasick"
2024-07-15 15:48:40 +00:00
version = "1.1.3"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"memchr",
2020-04-13 23:22:05 +00:00
]
2023-12-20 17:12:57 +00:00
[[package]]
name = "allocator-api2"
2024-07-15 15:48:40 +00:00
version = "0.2.18"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2023-12-20 17:12:57 +00:00
2023-07-09 12:24:39 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-01-25 22:59:05 +00:00
[[package]]
2022-11-20 11:30:02 +00:00
name = "android_system_properties"
version = "0.1.5"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-20 11:30:02 +00:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-01-25 22:59:05 +00:00
dependencies = [
2022-11-20 11:30:02 +00:00
"libc",
2022-01-25 22:59:05 +00:00
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "anstream"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
[[package]]
name = "anstyle-parse"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
dependencies = [
"anstyle",
"windows-sys 0.52.0",
]
[[package]]
name = "arrayvec"
2023-07-09 12:24:39 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 12:24:39 +00:00
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2023-12-18 19:06:18 +00:00
dependencies = [
"serde",
]
2020-04-26 22:12:31 +00:00
[[package]]
name = "async-trait"
2024-07-15 15:48:40 +00:00
version = "0.1.81"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
2020-04-26 22:12:31 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "atoi"
2023-12-20 17:12:57 +00:00
version = "2.0.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 17:12:57 +00:00
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
2021-01-22 17:19:57 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"num-traits",
2021-01-22 17:19:57 +00:00
]
2023-12-20 17:12:57 +00:00
[[package]]
2024-07-15 15:48:40 +00:00
name = "atomic-waker"
version = "1.1.2"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-12-20 17:12:57 +00:00
2020-04-26 22:12:31 +00:00
[[package]]
name = "audiopus"
2022-05-05 08:55:44 +00:00
version = "0.3.0-rc.0"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 08:55:44 +00:00
checksum = "ab55eb0e56d7c6de3d59f544e5db122d7725ec33be6a276ee8241f3be6473955"
2020-04-26 22:12:31 +00:00
dependencies = [
"audiopus_sys",
]
[[package]]
name = "audiopus_sys"
2022-05-05 08:55:44 +00:00
version = "0.2.2"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 08:55:44 +00:00
checksum = "62314a1546a2064e033665d658e88c620a62904be945f8147e6b16c3db9f8651"
2020-04-26 22:12:31 +00:00
dependencies = [
2022-05-05 08:55:44 +00:00
"cmake",
"log",
2020-04-26 22:12:31 +00:00
"pkg-config",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "autocfg"
2024-07-15 15:48:40 +00:00
version = "1.3.0"
2020-09-20 22:25:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2020-09-20 22:25:54 +00:00
2023-10-21 22:45:42 +00:00
[[package]]
name = "axum"
2024-07-15 15:48:40 +00:00
version = "0.7.5"
2023-10-21 22:45:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
2023-10-21 22:45:42 +00:00
dependencies = [
"async-trait",
"axum-core",
"bytes",
"futures-util",
2024-07-15 15:48:40 +00:00
"http 1.1.0",
"http-body 1.0.1",
2023-12-20 17:12:57 +00:00
"http-body-util",
2024-07-15 15:48:40 +00:00
"hyper 1.4.1",
2023-12-20 17:12:57 +00:00
"hyper-util",
2023-10-21 22:45:42 +00:00
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
2024-07-15 15:48:40 +00:00
"sync_wrapper 1.0.1",
2023-10-21 22:45:42 +00:00
"tokio",
"tower",
"tower-layer",
"tower-service",
2024-07-15 15:48:40 +00:00
"tracing",
2023-10-21 22:45:42 +00:00
]
[[package]]
name = "axum-core"
2024-07-15 15:48:40 +00:00
version = "0.4.3"
2023-10-21 22:45:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
2023-10-21 22:45:42 +00:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
2024-07-15 15:48:40 +00:00
"http 1.1.0",
"http-body 1.0.1",
2023-12-20 17:12:57 +00:00
"http-body-util",
2023-10-21 22:45:42 +00:00
"mime",
2023-12-20 17:12:57 +00:00
"pin-project-lite",
2023-10-21 22:45:42 +00:00
"rustversion",
2024-07-15 15:48:40 +00:00
"sync_wrapper 0.1.2",
2023-10-21 22:45:42 +00:00
"tower-layer",
"tower-service",
2024-07-15 15:48:40 +00:00
"tracing",
2023-10-21 22:45:42 +00:00
]
2023-07-09 12:24:39 +00:00
[[package]]
name = "backtrace"
2024-07-15 15:48:40 +00:00
version = "0.3.73"
2023-07-09 12:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-07-09 12:24:39 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2020-04-26 22:12:31 +00:00
[[package]]
name = "base64"
2022-11-20 11:30:02 +00:00
version = "0.13.1"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-20 11:30:02 +00:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2020-04-26 22:12:31 +00:00
2023-03-23 11:38:53 +00:00
[[package]]
name = "base64"
2024-07-15 15:48:40 +00:00
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64"
version = "0.22.1"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2023-03-23 11:38:53 +00:00
2022-01-25 22:59:05 +00:00
[[package]]
name = "base64ct"
2023-12-18 19:06:18 +00:00
version = "1.6.0"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-01-25 22:59:05 +00:00
2020-04-28 00:24:06 +00:00
[[package]]
name = "bigdecimal"
2023-12-20 17:12:57 +00:00
version = "0.3.1"
2020-04-28 00:24:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 17:12:57 +00:00
checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
2020-04-28 00:24:06 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"num-bigint",
2020-04-28 00:24:06 +00:00
"num-integer",
2023-12-18 19:06:18 +00:00
"num-traits",
2020-04-28 00:24:06 +00:00
]
2021-06-24 14:52:45 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-07-09 12:24:39 +00:00
[[package]]
name = "bitflags"
2024-07-15 15:48:40 +00:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-12-20 17:12:57 +00:00
dependencies = [
"serde",
]
2020-04-13 23:22:05 +00:00
2022-05-05 08:55:44 +00:00
[[package]]
name = "block-buffer"
2023-03-23 11:38:53 +00:00
version = "0.10.4"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 11:38:53 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-05-05 08:55:44 +00:00
dependencies = [
"generic-array",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "bumpalo"
2024-07-15 15:48:40 +00:00
version = "3.16.0"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2023-12-18 19:06:18 +00:00
[[package]]
name = "bytecount"
2024-07-15 15:48:40 +00:00
version = "0.6.8"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2020-04-13 23:22:05 +00:00
2022-05-05 08:55:44 +00:00
[[package]]
name = "bytemuck"
2024-07-15 15:48:40 +00:00
version = "1.16.1"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
2022-05-05 08:55:44 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "byteorder"
2023-12-18 19:06:18 +00:00
version = "1.5.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2020-04-13 23:22:05 +00:00
2021-01-22 17:19:57 +00:00
[[package]]
name = "bytes"
2024-07-15 15:48:40 +00:00
version = "1.6.1"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
2023-12-18 19:06:18 +00:00
[[package]]
name = "camino"
2024-07-15 15:48:40 +00:00
version = "1.1.7"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
2023-12-18 19:06:18 +00:00
dependencies = [
"serde",
]
[[package]]
name = "cargo-platform"
2024-07-15 15:48:40 +00:00
version = "0.1.8"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2023-12-18 19:06:18 +00:00
dependencies = [
"serde",
]
[[package]]
name = "cargo_metadata"
version = "0.14.2"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
dependencies = [
"camino",
"cargo-platform",
"semver",
"serde",
"serde_json",
]
2021-01-22 17:19:57 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "cc"
2024-07-15 15:48:40 +00:00
version = "1.1.5"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052"
2020-04-13 23:22:05 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-04-13 23:22:05 +00:00
[[package]]
name = "chrono"
2024-07-15 15:48:40 +00:00
version = "0.4.38"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-07-09 12:24:39 +00:00
"android-tzdata",
2022-11-20 11:30:02 +00:00
"iana-time-zone",
2023-12-18 19:06:18 +00:00
"num-traits",
2020-04-13 23:22:05 +00:00
"serde",
2024-07-15 15:48:40 +00:00
"windows-targets 0.52.6",
2020-04-13 23:22:05 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "cipher"
2023-12-18 19:06:18 +00:00
version = "0.4.4"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2021-01-22 17:19:57 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"crypto-common",
"inout",
"zeroize",
2021-01-22 17:19:57 +00:00
]
2022-05-05 08:55:44 +00:00
[[package]]
name = "cmake"
2023-04-08 20:36:40 +00:00
version = "0.1.50"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-08 20:36:40 +00:00
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
2022-05-05 08:55:44 +00:00
dependencies = [
"cc",
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "colorchoice"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2020-04-13 23:22:05 +00:00
[[package]]
2022-01-25 22:59:05 +00:00
name = "const-oid"
2023-12-20 17:12:57 +00:00
version = "0.9.6"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 17:12:57 +00:00
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2020-04-13 23:22:05 +00:00
2024-07-15 15:48:40 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2020-04-13 23:22:05 +00:00
[[package]]
name = "core-foundation"
2023-12-18 19:06:18 +00:00
version = "0.9.4"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2020-04-13 23:22:05 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-12-18 19:06:18 +00:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
2021-05-20 20:58:17 +00:00
name = "cpufeatures"
2024-07-15 15:48:40 +00:00
version = "0.2.12"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2021-05-20 20:58:17 +00:00
dependencies = [
"libc",
]
2021-01-22 17:19:57 +00:00
2023-03-23 11:38:53 +00:00
[[package]]
name = "crc"
2024-07-15 15:48:40 +00:00
version = "3.2.1"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
2023-03-23 11:38:53 +00:00
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
2023-12-20 17:12:57 +00:00
version = "2.4.0"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 17:12:57 +00:00
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
2023-03-23 11:38:53 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "crc32fast"
2024-07-15 15:48:40 +00:00
version = "1.4.2"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2020-04-13 23:22:05 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"cfg-if",
2020-04-13 23:22:05 +00:00
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "crossbeam-channel"
2024-07-15 15:48:40 +00:00
version = "0.5.13"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
2023-12-18 19:06:18 +00:00
dependencies = [
"crossbeam-utils",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "crossbeam-queue"
2024-07-15 15:48:40 +00:00
version = "0.3.11"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
2020-04-13 23:22:05 +00:00
dependencies = [
"crossbeam-utils",
2020-04-13 23:22:05 +00:00
]
[[package]]
2021-01-22 17:19:57 +00:00
name = "crossbeam-utils"
2024-07-15 15:48:40 +00:00
version = "0.8.20"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2022-05-05 08:55:44 +00:00
[[package]]
name = "crypto-common"
2022-07-20 16:10:16 +00:00
version = "0.1.6"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-20 16:10:16 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-05-05 08:55:44 +00:00
dependencies = [
"generic-array",
2023-12-18 19:06:18 +00:00
"rand_core",
2022-05-05 08:55:44 +00:00
"typenum",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "crypto_secretbox"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1"
dependencies = [
"aead",
"cipher",
"generic-array",
"poly1305",
"salsa20",
"subtle",
"zeroize",
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "darling"
2024-07-15 15:48:40 +00:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core 0.10.2",
"darling_macro 0.10.2",
]
[[package]]
name = "darling"
version = "0.20.10"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2022-01-25 22:59:05 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"darling_core 0.20.10",
"darling_macro 0.20.10",
2022-01-25 22:59:05 +00:00
]
[[package]]
name = "darling_core"
2024-07-15 15:48:40 +00:00
version = "0.10.2"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
2022-01-25 22:59:05 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"strsim 0.9.3",
"syn 1.0.109",
]
[[package]]
name = "darling_core"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.11.1",
"syn 2.0.71",
2022-01-25 22:59:05 +00:00
]
[[package]]
name = "darling_macro"
2024-07-15 15:48:40 +00:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core 0.10.2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "darling_macro"
version = "0.20.10"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2022-01-25 22:59:05 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"darling_core 0.20.10",
2022-01-25 22:59:05 +00:00
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2022-01-25 22:59:05 +00:00
]
2022-05-05 08:55:44 +00:00
[[package]]
name = "dashmap"
2023-12-18 19:06:18 +00:00
version = "5.5.3"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
2022-05-05 08:55:44 +00:00
dependencies = [
"cfg-if",
2023-12-20 17:12:57 +00:00
"hashbrown",
2022-05-05 08:55:44 +00:00
"lock_api",
2022-11-20 11:30:02 +00:00
"once_cell",
2023-12-20 17:12:57 +00:00
"parking_lot_core",
"serde",
2021-01-27 12:36:04 +00:00
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "dashmap"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
dependencies = [
"cfg-if",
"crossbeam-utils",
"hashbrown",
"lock_api",
"once_cell",
"parking_lot_core",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "data-encoding"
2024-07-15 15:48:40 +00:00
version = "2.6.0"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
2023-12-18 19:06:18 +00:00
2022-01-25 22:59:05 +00:00
[[package]]
name = "der"
2024-07-15 15:48:40 +00:00
version = "0.7.9"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
2022-01-25 22:59:05 +00:00
dependencies = [
"const-oid",
2023-12-18 19:06:18 +00:00
"pem-rfc7468",
2023-12-20 17:12:57 +00:00
"zeroize",
2023-12-18 19:06:18 +00:00
]
[[package]]
name = "deranged"
2024-07-15 15:48:40 +00:00
version = "0.3.11"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-12-18 19:06:18 +00:00
dependencies = [
"powerfmt",
"serde",
2022-01-25 22:59:05 +00:00
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
2023-03-23 11:38:53 +00:00
"syn 1.0.109",
2022-01-25 22:59:05 +00:00
]
2024-07-15 15:48:40 +00:00
[[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",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[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_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",
"syn 2.0.71",
]
2022-05-05 08:55:44 +00:00
[[package]]
name = "digest"
2023-07-09 12:24:39 +00:00
version = "0.10.7"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 12:24:39 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-05-05 08:55:44 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"block-buffer",
2023-12-20 17:12:57 +00:00
"const-oid",
2022-05-05 08:55:44 +00:00
"crypto-common",
2023-12-20 17:12:57 +00:00
"subtle",
2022-05-05 08:55:44 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "discortp"
2023-12-18 19:06:18 +00:00
version = "0.6.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "5c793408a15d361754613fa68123ffa60424c2617fafdf82127b4bedf37d3f5d"
2021-01-22 17:19:57 +00:00
dependencies = [
"pnet_macros",
"pnet_macros_support",
2020-09-07 11:04:10 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
2023-12-20 17:12:57 +00:00
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2020-04-13 23:22:05 +00:00
[[package]]
2021-01-22 17:19:57 +00:00
name = "either"
2024-07-15 15:48:40 +00:00
version = "1.13.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2023-12-20 17:12:57 +00:00
dependencies = [
"serde",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "encoding_rs"
2024-07-15 15:48:40 +00:00
version = "0.8.34"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2020-04-13 23:22:05 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"cfg-if",
2020-04-13 23:22:05 +00:00
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "env_filter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
dependencies = [
"log",
"regex",
]
2021-03-15 15:03:15 +00:00
[[package]]
name = "env_logger"
2024-07-15 15:48:40 +00:00
version = "0.11.3"
2021-03-15 15:03:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
2021-03-15 15:03:15 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"anstream",
"anstyle",
"env_filter",
2021-03-15 15:03:15 +00:00
"humantime",
"log",
2021-03-15 15:03:15 +00:00
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-03-23 11:38:53 +00:00
[[package]]
name = "errno"
2024-07-15 15:48:40 +00:00
version = "0.3.9"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-03-23 11:38:53 +00:00
dependencies = [
"libc",
2023-12-18 19:06:18 +00:00
"windows-sys 0.52.0",
2023-03-23 11:38:53 +00:00
]
[[package]]
2023-12-18 19:06:18 +00:00
name = "error-chain"
version = "0.12.4"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
2023-03-23 11:38:53 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"version_check",
2023-03-23 11:38:53 +00:00
]
2023-12-20 17:12:57 +00:00
[[package]]
name = "etcetera"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
dependencies = [
"cfg-if",
"home",
"windows-sys 0.48.0",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2022-01-25 22:59:05 +00:00
[[package]]
2024-07-15 15:48:40 +00:00
name = "extended"
version = "0.1.0"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
2023-12-18 19:06:18 +00:00
[[package]]
2024-07-15 15:48:40 +00:00
name = "fastrand"
version = "2.1.0"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2022-01-25 22:59:05 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "flate2"
2024-07-15 15:48:40 +00:00
version = "1.0.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2020-04-13 23:22:05 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "flume"
2023-12-18 19:06:18 +00:00
version = "0.11.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
2021-01-22 17:19:57 +00:00
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
2023-04-08 20:36:40 +00:00
"spin 0.9.8",
2021-01-22 17:19:57 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-04-13 23:22:05 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
2023-12-18 19:06:18 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
2024-07-15 15:48:40 +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",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures"
2024-07-15 15:48:40 +00:00
version = "0.3.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2020-04-13 23:22:05 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-07-15 15:48:40 +00:00
version = "0.3.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2020-04-13 23:22:05 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-07-15 15:48:40 +00:00
version = "0.3.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures-executor"
2024-07-15 15:48:40 +00:00
version = "0.3.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2020-04-13 23:22:05 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-intrusive"
2023-12-20 17:12:57 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 17:12:57 +00:00
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
dependencies = [
"futures-core",
"lock_api",
2023-12-20 17:12:57 +00:00
"parking_lot",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures-io"
2024-07-15 15:48:40 +00:00
version = "0.3.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures-macro"
2024-07-15 15:48:40 +00:00
version = "0.3.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2020-04-13 23:22:05 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "futures-sink"
2024-07-15 15:48:40 +00:00
version = "0.3.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures-task"
2024-07-15 15:48:40 +00:00
version = "0.3.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures-util"
2024-07-15 15:48:40 +00:00
version = "0.3.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2020-04-13 23:22:05 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
2020-04-13 23:22:05 +00:00
"pin-utils",
"slab",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2020-04-13 23:22:05 +00:00
[[package]]
2021-01-22 17:19:57 +00:00
name = "generator"
2023-07-09 12:24:39 +00:00
version = "0.7.5"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 12:24:39 +00:00
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"cc",
"libc",
"log",
2021-04-05 10:55:06 +00:00
"rustversion",
2023-07-09 12:24:39 +00:00
"windows",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "generic-array"
2023-04-08 20:36:40 +00:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-08 20:36:40 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
2023-12-18 19:06:18 +00:00
"zeroize",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "getrandom"
2024-07-15 15:48:40 +00:00
version = "0.2.15"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2021-01-22 17:19:57 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"cfg-if",
2021-01-22 17:19:57 +00:00
"js-sys",
"libc",
2022-07-14 16:56:36 +00:00
"wasi",
2021-01-22 17:19:57 +00:00
"wasm-bindgen",
]
2023-07-09 12:24:39 +00:00
[[package]]
name = "gimli"
2024-07-15 15:48:40 +00:00
version = "0.29.0"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-12-18 19:06:18 +00:00
[[package]]
name = "glob"
version = "0.3.1"
2023-07-09 12:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2023-07-09 12:24:39 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "h2"
2024-07-15 15:48:40 +00:00
version = "0.3.26"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2020-04-13 23:22:05 +00:00
dependencies = [
"bytes",
2020-04-13 23:22:05 +00:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
2024-07-15 15:48:40 +00:00
"http 0.2.12",
2023-12-20 17:12:57 +00:00
"indexmap",
2020-04-13 23:22:05 +00:00
"slab",
"tokio",
2022-07-14 16:56:36 +00:00
"tokio-util",
"tracing",
2020-04-13 23:22:05 +00:00
]
2021-06-05 14:09:14 +00:00
[[package]]
2023-12-20 17:12:57 +00:00
name = "h2"
2024-07-15 15:48:40 +00:00
version = "0.4.5"
2021-06-05 14:09:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
2021-01-22 17:19:57 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"atomic-waker",
2023-12-20 17:12:57 +00:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
2024-07-15 15:48:40 +00:00
"http 1.1.0",
2023-12-20 17:12:57 +00:00
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
2021-01-22 17:19:57 +00:00
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "hashbrown"
2024-07-15 15:48:40 +00:00
version = "0.14.5"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-12-20 17:12:57 +00:00
dependencies = [
"ahash",
"allocator-api2",
]
2023-12-18 19:06:18 +00:00
2021-01-22 17:19:57 +00:00
[[package]]
name = "hashlink"
2023-12-20 17:12:57 +00:00
version = "0.8.4"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 17:12:57 +00:00
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
2021-01-22 17:19:57 +00:00
dependencies = [
2023-12-20 17:12:57 +00:00
"hashbrown",
2021-01-22 17:19:57 +00:00
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "hashmap_derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb30bf173e72cc31b5265dac095423ca14e7789ff7c3b0e6096a37a996f12883"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
2023-12-18 19:06:18 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
dependencies = [
"unicode-segmentation",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "hermit-abi"
2024-07-15 15:48:40 +00:00
version = "0.3.9"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-03-23 11:38:53 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "hex"
2021-04-05 10:55:06 +00:00
version = "0.4.3"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 10:55:06 +00:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2020-04-13 23:22:05 +00:00
2023-12-20 17:12:57 +00:00
[[package]]
name = "hkdf"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
dependencies = [
"hmac",
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "hls_m3u8"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e2bd2de7f92b5301546ce1ac53a4ae5cf2f6b10751b100ab1efb73c19788fba"
dependencies = [
"derive_builder",
"derive_more",
"hex",
"shorthand",
"stable-vec",
"strum",
"thiserror",
]
2023-12-20 17:12:57 +00:00
[[package]]
name = "hmac"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.52.0",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "http"
2024-07-15 15:48:40 +00:00
version = "0.2.12"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2020-04-13 23:22:05 +00:00
dependencies = [
"bytes",
2020-04-13 23:22:05 +00:00
"fnv",
2022-02-19 12:40:07 +00:00
"itoa",
2020-04-13 23:22:05 +00:00
]
2023-12-20 17:12:57 +00:00
[[package]]
name = "http"
2024-07-15 15:48:40 +00:00
version = "1.1.0"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2023-12-20 17:12:57 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "http-body"
2023-12-18 19:06:18 +00:00
version = "0.4.6"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2020-04-13 23:22:05 +00:00
dependencies = [
"bytes",
2024-07-15 15:48:40 +00:00
"http 0.2.12",
2023-12-20 17:12:57 +00:00
"pin-project-lite",
]
[[package]]
name = "http-body"
2024-07-15 15:48:40 +00:00
version = "1.0.1"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2023-12-20 17:12:57 +00:00
dependencies = [
"bytes",
2024-07-15 15:48:40 +00:00
"http 1.1.0",
2023-12-20 17:12:57 +00:00
]
[[package]]
name = "http-body-util"
2024-07-15 15:48:40 +00:00
version = "0.1.2"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2023-12-20 17:12:57 +00:00
dependencies = [
"bytes",
"futures-util",
2024-07-15 15:48:40 +00:00
"http 1.1.0",
"http-body 1.0.1",
2021-04-05 10:55:06 +00:00
"pin-project-lite",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "httparse"
2024-07-15 15:48:40 +00:00
version = "1.9.4"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2020-04-13 23:22:05 +00:00
[[package]]
name = "httpdate"
2023-12-18 19:06:18 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2021-03-15 15:03:15 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2020-04-13 23:22:05 +00:00
[[package]]
name = "hyper"
2024-07-15 15:48:40 +00:00
version = "0.14.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
2020-04-13 23:22:05 +00:00
dependencies = [
"bytes",
2020-04-13 23:22:05 +00:00
"futures-channel",
"futures-core",
"futures-util",
2024-07-15 15:48:40 +00:00
"h2 0.3.26",
"http 0.2.12",
2023-12-20 17:12:57 +00:00
"http-body 0.4.6",
2020-04-13 23:22:05 +00:00
"httparse",
"httpdate",
2022-02-19 12:40:07 +00:00
"itoa",
2021-06-24 14:52:45 +00:00
"pin-project-lite",
"socket2",
2020-04-13 23:22:05 +00:00
"tokio",
"tower-service",
"tracing",
2020-04-13 23:22:05 +00:00
"want",
]
2023-12-20 17:12:57 +00:00
[[package]]
name = "hyper"
2024-07-15 15:48:40 +00:00
version = "1.4.1"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
2023-12-20 17:12:57 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2024-07-15 15:48:40 +00:00
"h2 0.4.5",
"http 1.1.0",
"http-body 1.0.1",
2023-12-20 17:12:57 +00:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-07-15 15:48:40 +00:00
"smallvec",
2023-12-20 17:12:57 +00:00
"tokio",
2024-07-15 15:48:40 +00:00
"want",
2023-12-20 17:12:57 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "hyper-rustls"
2023-12-18 19:06:18 +00:00
version = "0.24.2"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-07-09 12:24:39 +00:00
"futures-util",
2024-07-15 15:48:40 +00:00
"http 0.2.12",
"hyper 0.14.30",
"rustls 0.21.12",
2020-04-13 23:22:05 +00:00
"tokio",
2023-07-09 12:24:39 +00:00
"tokio-rustls 0.24.1",
2020-04-13 23:22:05 +00:00
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "hyper-rustls"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
dependencies = [
"futures-util",
"http 1.1.0",
"hyper 1.4.1",
"hyper-util",
"rustls 0.23.11",
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.0",
"tower-service",
]
2020-06-07 16:10:58 +00:00
[[package]]
name = "hyper-tls"
2024-07-15 15:48:40 +00:00
version = "0.6.0"
2020-06-07 16:10:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2020-06-07 16:10:58 +00:00
dependencies = [
"bytes",
2024-07-15 15:48:40 +00:00
"http-body-util",
"hyper 1.4.1",
"hyper-util",
2020-06-07 16:10:58 +00:00
"native-tls",
"tokio",
2021-01-22 17:19:57 +00:00
"tokio-native-tls",
2024-07-15 15:48:40 +00:00
"tower-service",
2020-06-07 16:10:58 +00:00
]
2023-12-20 17:12:57 +00:00
[[package]]
name = "hyper-util"
2024-07-15 15:48:40 +00:00
version = "0.1.6"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
2023-12-20 17:12:57 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2024-07-15 15:48:40 +00:00
"http 1.1.0",
"http-body 1.0.1",
"hyper 1.4.1",
2023-12-20 17:12:57 +00:00
"pin-project-lite",
"socket2",
"tokio",
"tower",
"tower-service",
"tracing",
]
2022-11-20 11:30:02 +00:00
[[package]]
name = "iana-time-zone"
2024-07-15 15:48:40 +00:00
version = "0.1.60"
2022-11-20 11:30:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2022-11-20 11:30:02 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-12-18 19:06:18 +00:00
"windows-core",
2022-11-20 11:30:02 +00:00
]
[[package]]
name = "iana-time-zone-haiku"
2023-07-09 12:24:39 +00:00
version = "0.1.2"
2022-11-20 11:30:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 12:24:39 +00:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-11-20 11:30:02 +00:00
dependencies = [
2023-07-09 12:24:39 +00:00
"cc",
2022-11-20 11:30:02 +00:00
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2020-04-13 23:22:05 +00:00
[[package]]
name = "idna"
2023-12-18 19:06:18 +00:00
version = "0.5.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2020-04-13 23:22:05 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
2023-12-18 19:06:18 +00:00
name = "indexmap"
2024-07-15 15:48:40 +00:00
version = "2.2.6"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"equivalent",
2023-12-20 17:12:57 +00:00
"hashbrown",
2020-04-13 23:22:05 +00:00
]
2023-03-23 11:38:53 +00:00
[[package]]
2023-12-18 19:06:18 +00:00
name = "inout"
version = "0.1.3"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2023-03-23 11:38:53 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"generic-array",
]
[[package]]
name = "ipnet"
2023-12-18 19:06:18 +00:00
version = "2.9.0"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2023-03-23 11:38:53 +00:00
[[package]]
2024-07-15 15:48:40 +00:00
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2022-01-25 22:59:05 +00:00
[[package]]
name = "itoa"
2024-07-15 15:48:40 +00:00
version = "1.0.11"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-01-25 22:59:05 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "js-sys"
2024-07-15 15:48:40 +00:00
version = "0.3.69"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2020-04-13 23:22:05 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
2024-07-15 15:48:40 +00:00
version = "1.5.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2021-01-22 17:19:57 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"spin 0.9.8",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "libc"
2024-07-15 15:48:40 +00:00
version = "0.2.155"
2020-09-20 22:25:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2020-09-20 22:25:54 +00:00
2021-01-22 17:19:57 +00:00
[[package]]
name = "libm"
2023-12-18 19:06:18 +00:00
version = "0.2.8"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2021-01-22 17:19:57 +00:00
2023-12-20 17:12:57 +00:00
[[package]]
name = "libsqlite3-sys"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2023-03-23 11:38:53 +00:00
[[package]]
name = "linux-raw-sys"
2024-07-15 15:48:40 +00:00
version = "0.4.14"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-03-23 11:38:53 +00:00
2021-01-22 17:19:57 +00:00
[[package]]
name = "lock_api"
2024-07-15 15:48:40 +00:00
version = "0.4.12"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2021-01-22 17:19:57 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"autocfg",
2021-01-22 17:19:57 +00:00
"scopeguard",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "log"
2024-07-15 15:48:40 +00:00
version = "0.4.22"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2020-04-13 23:22:05 +00:00
2021-01-22 17:19:57 +00:00
[[package]]
name = "loom"
2022-07-14 16:56:36 +00:00
version = "0.5.6"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 16:56:36 +00:00
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
2021-01-22 17:19:57 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"cfg-if",
2021-01-22 17:19:57 +00:00
"generator",
"scoped-tls",
"serde",
"serde_json",
2022-01-25 22:59:05 +00:00
"tracing",
"tracing-subscriber",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2023-07-09 12:24:39 +00:00
"regex-automata 0.1.10",
2021-01-22 17:19:57 +00:00
]
2023-10-21 22:45:42 +00:00
[[package]]
name = "matchit"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2023-12-20 17:12:57 +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",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "memchr"
2024-07-15 15:48:40 +00:00
version = "2.7.4"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2020-04-13 23:22:05 +00:00
[[package]]
name = "mime"
2023-03-23 11:38:53 +00:00
version = "0.3.17"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 11:38:53 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2020-04-13 23:22:05 +00:00
[[package]]
name = "mime_guess"
2024-07-15 15:48:40 +00:00
version = "2.0.5"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2020-04-13 23:22:05 +00:00
dependencies = [
"mime",
"unicase",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "mini-moka"
2024-07-15 15:48:40 +00:00
version = "0.10.3"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "c325dfab65f261f386debee8b0969da215b3fa0037e74c8a1234db7ba986d803"
2023-12-18 19:06:18 +00:00
dependencies = [
"crossbeam-channel",
"crossbeam-utils",
2024-07-15 15:48:40 +00:00
"dashmap 5.5.3",
2023-12-18 19:06:18 +00:00
"skeptic",
"smallvec",
"tagptr",
"triomphe",
]
[[package]]
name = "minimal-lexical"
2022-01-25 22:59:05 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 22:59:05 +00:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2020-04-13 23:22:05 +00:00
[[package]]
name = "miniz_oxide"
2024-07-15 15:48:40 +00:00
version = "0.7.4"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2020-04-13 23:22:05 +00:00
dependencies = [
"adler",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "mio"
2024-07-15 15:48:40 +00:00
version = "0.8.11"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2020-04-13 23:22:05 +00:00
dependencies = [
"libc",
2022-07-14 16:56:36 +00:00
"wasi",
2023-12-18 19:06:18 +00:00
"windows-sys 0.48.0",
2020-04-13 23:22:05 +00:00
]
2020-04-26 22:12:31 +00:00
[[package]]
2021-01-22 17:19:57 +00:00
name = "nanorand"
2022-05-05 08:55:44 +00:00
version = "0.7.0"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 08:55:44 +00:00
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
2020-04-26 22:12:31 +00:00
dependencies = [
"getrandom",
2020-04-26 22:12:31 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "native-tls"
2024-07-15 15:48:40 +00:00
version = "0.2.12"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2020-04-13 23:22:05 +00:00
dependencies = [
"libc",
"log",
2020-04-13 23:22:05 +00:00
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2023-12-20 17:12:57 +00:00
[[package]]
2024-07-15 15:48:40 +00:00
name = "no-std-compat"
version = "0.2.0"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "df270209a7f04d62459240d890ecb792714d5db12c92937823574a09930276b4"
2023-12-20 17:12:57 +00:00
2023-12-18 19:06:18 +00:00
[[package]]
name = "no-std-net"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
2023-03-23 11:38:53 +00:00
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 11:38:53 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2022-11-20 11:30:02 +00:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2020-04-26 22:12:31 +00:00
[[package]]
name = "num-bigint"
2024-07-15 15:48:40 +00:00
version = "0.4.6"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2020-04-26 22:12:31 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"num-integer",
2023-12-18 19:06:18 +00:00
"num-traits",
2021-01-22 17:19:57 +00:00
]
[[package]]
name = "num-bigint-dig"
2023-12-18 19:06:18 +00:00
version = "0.8.4"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2021-01-22 17:19:57 +00:00
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
2023-12-18 19:06:18 +00:00
"num-traits",
"rand",
2021-01-22 17:19:57 +00:00
"smallvec",
"zeroize",
2020-04-26 22:12:31 +00:00
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "num-complex"
2024-07-15 15:48:40 +00:00
version = "0.4.6"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2023-12-18 19:06:18 +00:00
dependencies = [
"num-traits",
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2020-04-13 23:22:05 +00:00
[[package]]
name = "num-integer"
2024-07-15 15:48:40 +00:00
version = "0.1.46"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"num-traits",
2021-01-22 17:19:57 +00:00
]
[[package]]
name = "num-iter"
2024-07-15 15:48:40 +00:00
version = "0.1.45"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2021-01-22 17:19:57 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"autocfg",
2021-01-22 17:19:57 +00:00
"num-integer",
2023-12-18 19:06:18 +00:00
"num-traits",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "num-traits"
2024-07-15 15:48:40 +00:00
version = "0.2.19"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"autocfg",
2021-05-20 20:58:17 +00:00
"libm",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "num_cpus"
2023-07-09 12:24:39 +00:00
version = "1.16.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 12:24:39 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-07-09 12:24:39 +00:00
"hermit-abi",
2020-04-13 23:22:05 +00:00
"libc",
]
2023-07-09 12:24:39 +00:00
[[package]]
name = "object"
2024-07-15 15:48:40 +00:00
version = "0.36.1"
2023-07-09 12:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
2023-07-09 12:24:39 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-12-18 19:06:18 +00:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2020-04-13 23:22:05 +00:00
[[package]]
name = "opaque-debug"
2024-07-15 15:48:40 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2020-04-13 23:22:05 +00:00
[[package]]
name = "openssl"
2024-07-15 15:48:40 +00:00
version = "0.10.64"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
2020-04-13 23:22:05 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"bitflags 2.6.0",
2022-01-25 22:59:05 +00:00
"cfg-if",
2020-04-13 23:22:05 +00:00
"foreign-types",
"libc",
2021-04-05 10:55:06 +00:00
"once_cell",
2022-05-05 08:55:44 +00:00
"openssl-macros",
2020-04-13 23:22:05 +00:00
"openssl-sys",
]
2022-05-05 08:55:44 +00:00
[[package]]
name = "openssl-macros"
2023-04-08 20:36:40 +00:00
version = "0.1.1"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-08 20:36:40 +00:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2022-05-05 08:55:44 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2022-05-05 08:55:44 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "openssl-probe"
2022-01-25 22:59:05 +00:00
version = "0.1.5"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 22:59:05 +00:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2020-04-13 23:22:05 +00:00
[[package]]
name = "openssl-sys"
2024-07-15 15:48:40 +00:00
version = "0.9.102"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
2020-04-13 23:22:05 +00:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-05-05 08:55:44 +00:00
[[package]]
name = "ordered-float"
2023-12-18 19:06:18 +00:00
version = "2.10.1"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2022-05-05 08:55:44 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"num-traits",
2022-05-05 08:55:44 +00:00
]
2022-11-20 11:30:02 +00:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-05-05 08:55:44 +00:00
[[package]]
name = "parking_lot"
2024-07-15 15:48:40 +00:00
version = "0.12.3"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2022-05-05 08:55:44 +00:00
dependencies = [
"lock_api",
2023-12-20 17:12:57 +00:00
"parking_lot_core",
2021-01-22 17:19:57 +00:00
]
2022-05-05 08:55:44 +00:00
[[package]]
name = "parking_lot_core"
2024-07-15 15:48:40 +00:00
version = "0.9.10"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2022-05-05 08:55:44 +00:00
dependencies = [
"cfg-if",
"libc",
2024-07-15 15:48:40 +00:00
"redox_syscall 0.5.3",
2022-05-05 08:55:44 +00:00
"smallvec",
2024-07-15 15:48:40 +00:00
"windows-targets 0.52.6",
2022-05-05 08:55:44 +00:00
]
[[package]]
name = "paste"
2024-07-15 15:48:40 +00:00
version = "1.0.15"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "patricia_tree"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f2f4539bffe53fc4b4da301df49d114b845b077bd5727b7fe2bd9d8df2ae68"
dependencies = [
"bitflags 2.6.0",
]
2022-05-05 08:55:44 +00:00
2021-01-22 17:19:57 +00:00
[[package]]
2022-01-25 22:59:05 +00:00
name = "pem-rfc7468"
2023-12-20 17:12:57 +00:00
version = "0.7.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 17:12:57 +00:00
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2021-01-22 17:19:57 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"base64ct",
2021-01-22 17:19:57 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "percent-encoding"
2023-12-18 19:06:18 +00:00
version = "2.3.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2020-04-13 23:22:05 +00:00
[[package]]
name = "pin-project"
2024-07-15 15:48:40 +00:00
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
dependencies = [
2021-04-05 10:55:06 +00:00
"pin-project-internal",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "pin-project-internal"
2024-07-15 15:48:40 +00:00
version = "1.1.5"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2020-04-13 23:22:05 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2020-04-13 23:22:05 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "pin-project-lite"
2024-07-15 15:48:40 +00:00
version = "0.2.14"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2021-01-22 17:19:57 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-04-13 23:22:05 +00:00
2022-01-25 22:59:05 +00:00
[[package]]
name = "pkcs1"
2023-12-20 17:12:57 +00:00
version = "0.7.5"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 17:12:57 +00:00
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2022-01-25 22:59:05 +00:00
dependencies = [
"der",
2023-12-18 19:06:18 +00:00
"pkcs8",
2023-12-20 17:12:57 +00:00
"spki",
2022-01-25 22:59:05 +00:00
]
[[package]]
name = "pkcs8"
2023-12-20 17:12:57 +00:00
version = "0.10.2"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 17:12:57 +00:00
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2022-01-25 22:59:05 +00:00
dependencies = [
"der",
"spki",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "pkg-config"
2024-07-15 15:48:40 +00:00
version = "0.3.30"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2021-01-22 17:19:57 +00:00
[[package]]
name = "pnet_base"
2023-12-18 19:06:18 +00:00
version = "0.34.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "fe4cf6fb3ab38b68d01ab2aea03ed3d1132b4868fa4e06285f29f16da01c5f4c"
dependencies = [
"no-std-net",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "pnet_macros"
2023-12-18 19:06:18 +00:00
version = "0.34.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "688b17499eee04a0408aca0aa5cba5fc86401d7216de8a63fdf7a4c227871804"
2021-01-22 17:19:57 +00:00
dependencies = [
"proc-macro2",
"quote",
2021-01-22 17:19:57 +00:00
"regex",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2021-01-22 17:19:57 +00:00
]
[[package]]
name = "pnet_macros_support"
2023-12-18 19:06:18 +00:00
version = "0.34.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "eea925b72f4bd37f8eab0f221bbe4c78b63498350c983ffa9dd4bcde7e030f56"
2021-01-22 17:19:57 +00:00
dependencies = [
"pnet_base",
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "poise"
2024-07-15 15:48:40 +00:00
version = "0.6.1"
2022-05-13 12:18:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "1819d5a45e3590ef33754abce46432570c54a120798bdbf893112b4211fa09a6"
2022-01-25 22:59:05 +00:00
dependencies = [
"async-trait",
2022-05-05 08:55:44 +00:00
"derivative",
2022-01-25 22:59:05 +00:00
"futures-util",
2023-12-20 17:12:57 +00:00
"parking_lot",
2022-01-25 22:59:05 +00:00
"poise_macros",
"regex",
2022-05-13 12:18:18 +00:00
"serenity",
2022-01-25 22:59:05 +00:00
"tokio",
2023-12-18 19:06:18 +00:00
"tracing",
2022-01-25 22:59:05 +00:00
]
[[package]]
name = "poise_macros"
2024-07-15 15:48:40 +00:00
version = "0.6.1"
2022-05-13 12:18:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "8fa2c123c961e78315cd3deac7663177f12be4460f5440dbf62a7ed37b1effea"
2022-01-25 22:59:05 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"darling 0.20.10",
2022-01-25 22:59:05 +00:00
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2022-01-25 22:59:05 +00:00
]
[[package]]
name = "poly1305"
2023-12-18 19:06:18 +00:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
dependencies = [
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2020-04-13 23:22:05 +00:00
2023-12-18 19:06:18 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2020-04-13 23:22:05 +00:00
[[package]]
name = "ppv-lite86"
2022-11-20 11:30:02 +00:00
version = "0.2.17"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-20 11:30:02 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2020-04-13 23:22:05 +00:00
2023-12-18 19:06:18 +00:00
[[package]]
name = "primal-check"
2024-07-15 15:48:40 +00:00
version = "0.3.4"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
2023-12-18 19:06:18 +00:00
dependencies = [
"num-integer",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "proc-macro2"
2024-07-15 15:48:40 +00:00
version = "1.0.86"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2020-04-13 23:22:05 +00:00
dependencies = [
2022-07-14 16:56:36 +00:00
"unicode-ident",
2020-04-13 23:22:05 +00:00
]
2023-10-21 20:33:50 +00:00
[[package]]
name = "prometheus"
2024-07-15 15:48:40 +00:00
version = "0.13.4"
2023-10-21 20:33:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
2023-10-21 20:33:50 +00:00
dependencies = [
"cfg-if",
"fnv",
"lazy_static",
"memchr",
2023-12-20 17:12:57 +00:00
"parking_lot",
2023-10-21 20:33:50 +00:00
"protobuf",
"thiserror",
]
[[package]]
name = "protobuf"
version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
2023-12-18 19:06:18 +00:00
[[package]]
name = "pulldown-cmark"
2024-07-15 15:48:40 +00:00
version = "0.9.6"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
2023-12-18 19:06:18 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"bitflags 2.6.0",
2023-12-18 19:06:18 +00:00
"memchr",
"unicase",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "quote"
2024-07-15 15:48:40 +00:00
version = "1.0.36"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2020-04-13 23:22:05 +00:00
dependencies = [
"proc-macro2",
]
2021-06-24 14:52:45 +00:00
[[package]]
name = "rand"
2022-02-19 12:40:07 +00:00
version = "0.8.5"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-19 12:40:07 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-01-22 17:19:57 +00:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
2021-06-24 14:52:45 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 14:52:45 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-01-22 17:19:57 +00:00
dependencies = [
"ppv-lite86",
"rand_core",
2021-06-24 14:52:45 +00:00
]
[[package]]
name = "rand_core"
2022-11-20 11:30:02 +00:00
version = "0.6.4"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-20 11:30:02 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-01-22 17:19:57 +00:00
dependencies = [
"getrandom",
2021-06-24 14:52:45 +00:00
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "realfft"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953d9f7e5cdd80963547b456251296efc2626ed4e3cbf36c869d9564e0220571"
dependencies = [
"rustfft",
]
2023-04-08 20:36:40 +00:00
[[package]]
name = "redox_syscall"
2023-12-18 19:06:18 +00:00
version = "0.4.1"
2023-04-08 20:36:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-04-08 20:36:40 +00:00
dependencies = [
2023-07-09 12:24:39 +00:00
"bitflags 1.3.2",
2023-04-08 20:36:40 +00:00
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "redox_syscall"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
dependencies = [
"bitflags 2.6.0",
]
[[package]]
name = "regex"
2024-07-15 15:48:40 +00:00
version = "1.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
dependencies = [
"aho-corasick",
"memchr",
2024-07-15 15:48:40 +00:00
"regex-automata 0.4.7",
"regex-syntax 0.8.4",
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-07-09 12:24:39 +00:00
"regex-syntax 0.6.29",
]
[[package]]
name = "regex-automata"
2024-07-15 15:48:40 +00:00
version = "0.4.7"
2023-07-09 12:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2023-07-09 12:24:39 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-07-15 15:48:40 +00:00
"regex-syntax 0.8.4",
2022-01-25 22:59:05 +00:00
]
[[package]]
name = "regex-syntax"
2023-03-23 11:38:53 +00:00
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 11:38:53 +00:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2020-04-13 23:22:05 +00:00
2023-07-09 12:24:39 +00:00
[[package]]
name = "regex-syntax"
2024-07-15 15:48:40 +00:00
version = "0.8.4"
2023-07-09 12:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2023-07-09 12:24:39 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "reqwest"
2024-07-15 15:48:40 +00:00
version = "0.11.27"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2020-04-13 23:22:05 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"base64 0.21.7",
"bytes",
2020-04-13 23:22:05 +00:00
"encoding_rs",
"futures-core",
"futures-util",
2024-07-15 15:48:40 +00:00
"h2 0.3.26",
"http 0.2.12",
2023-12-20 17:12:57 +00:00
"http-body 0.4.6",
2024-07-15 15:48:40 +00:00
"hyper 0.14.30",
"hyper-rustls 0.24.2",
"ipnet",
2020-04-13 23:22:05 +00:00
"js-sys",
"log",
2020-04-13 23:22:05 +00:00
"mime",
"mime_guess",
2022-11-20 11:30:02 +00:00
"once_cell",
2020-04-13 23:22:05 +00:00
"percent-encoding",
"pin-project-lite",
2024-07-15 15:48:40 +00:00
"rustls 0.21.12",
"rustls-pemfile 1.0.4",
2020-04-13 23:22:05 +00:00
"serde",
"serde_json",
"serde_urlencoded",
2024-07-15 15:48:40 +00:00
"sync_wrapper 0.1.2",
2023-12-18 19:06:18 +00:00
"system-configuration",
2020-04-13 23:22:05 +00:00
"tokio",
2023-07-09 12:24:39 +00:00
"tokio-rustls 0.24.1",
2022-07-14 16:56:36 +00:00
"tokio-util",
"tower-service",
2020-04-13 23:22:05 +00:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
2023-03-23 11:38:53 +00:00
"wasm-streams",
2020-04-13 23:22:05 +00:00
"web-sys",
2024-07-15 15:48:40 +00:00
"webpki-roots 0.25.4",
"winreg 0.50.0",
]
[[package]]
name = "reqwest"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
dependencies = [
"base64 0.22.1",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2 0.4.5",
"http 1.1.0",
"http-body 1.0.1",
"http-body-util",
"hyper 1.4.1",
"hyper-rustls 0.27.2",
"hyper-tls",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls-pemfile 2.1.2",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper 1.0.1",
"system-configuration",
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg 0.52.0",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "ring"
2021-04-05 10:55:06 +00:00
version = "0.16.20"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 10:55:06 +00:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2020-04-13 23:22:05 +00:00
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
2023-12-18 19:06:18 +00:00
"untrusted 0.7.1",
2020-04-13 23:22:05 +00:00
"web-sys",
"winapi",
2020-04-13 23:22:05 +00:00
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "ring"
2024-07-15 15:48:40 +00:00
version = "0.17.8"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2023-12-18 19:06:18 +00:00
dependencies = [
"cc",
2024-07-15 15:48:40 +00:00
"cfg-if",
2023-12-18 19:06:18 +00:00
"getrandom",
"libc",
"spin 0.9.8",
"untrusted 0.9.0",
2024-07-15 15:48:40 +00:00
"windows-sys 0.52.0",
2023-12-18 19:06:18 +00:00
]
[[package]]
name = "ringbuf"
2024-07-15 15:48:40 +00:00
version = "0.4.1"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "5c65e4c865bc3d2e3294493dff0acf7e6c259d066e34e22059fa9c39645c3636"
2023-12-18 19:06:18 +00:00
dependencies = [
"crossbeam-utils",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "rsa"
2023-12-20 17:12:57 +00:00
version = "0.9.6"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 17:12:57 +00:00
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
2021-01-22 17:19:57 +00:00
dependencies = [
2023-12-20 17:12:57 +00:00
"const-oid",
2023-12-18 19:06:18 +00:00
"digest",
2021-01-22 17:19:57 +00:00
"num-bigint-dig",
"num-integer",
2023-12-18 19:06:18 +00:00
"num-traits",
2022-01-25 22:59:05 +00:00
"pkcs1",
"pkcs8",
2023-12-18 19:06:18 +00:00
"rand_core",
2023-12-20 17:12:57 +00:00
"signature",
"spki",
2021-01-22 17:19:57 +00:00
"subtle",
"zeroize",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "rubato"
2024-07-15 15:48:40 +00:00
version = "0.15.0"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "b5d18b486e7d29a408ef3f825bc1327d8f87af091c987ca2f5b734625940e234"
2023-12-18 19:06:18 +00:00
dependencies = [
"num-complex",
"num-integer",
"num-traits",
"realfft",
]
2023-07-09 12:24:39 +00:00
[[package]]
name = "rustc-demangle"
2024-07-15 15:48:40 +00:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[package]]
name = "rustc_version"
version = "0.4.0"
2023-07-09 12:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2023-07-09 12:24:39 +00:00
2023-03-23 11:38:53 +00:00
[[package]]
2023-12-18 19:06:18 +00:00
name = "rustfft"
2024-07-15 15:48:40 +00:00
version = "6.2.0"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "43806561bc506d0c5d160643ad742e3161049ac01027b5e6d7524091fd401d86"
2023-03-23 11:38:53 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"num-complex",
"num-integer",
"num-traits",
"primal-check",
"strength_reduce",
"transpose",
"version_check",
2023-07-09 12:24:39 +00:00
]
[[package]]
name = "rustix"
2024-07-15 15:48:40 +00:00
version = "0.38.34"
2023-07-09 12:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-07-09 12:24:39 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"bitflags 2.6.0",
2023-07-09 12:24:39 +00:00
"errno",
"libc",
2023-12-18 19:06:18 +00:00
"linux-raw-sys",
"windows-sys 0.52.0",
2023-03-23 11:38:53 +00:00
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "rustls"
2023-12-18 19:06:18 +00:00
version = "0.20.9"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
2022-01-25 22:59:05 +00:00
dependencies = [
"log",
2023-12-18 19:06:18 +00:00
"ring 0.16.20",
2023-12-20 17:12:57 +00:00
"sct",
"webpki",
2022-01-25 22:59:05 +00:00
]
2023-07-09 12:24:39 +00:00
[[package]]
name = "rustls"
2024-07-15 15:48:40 +00:00
version = "0.21.12"
2023-07-09 12:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
2023-07-09 12:24:39 +00:00
dependencies = [
"log",
2024-07-15 15:48:40 +00:00
"ring 0.17.8",
"rustls-webpki 0.101.7",
2023-12-20 17:12:57 +00:00
"sct",
2023-12-18 19:06:18 +00:00
]
2024-07-15 15:48:40 +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",
"rustls-webpki 0.102.5",
"subtle",
"zeroize",
]
[[package]]
name = "rustls"
version = "0.23.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4828ea528154ae444e5a642dbb7d5623354030dc9822b83fd9bb79683c7399d0"
dependencies = [
"once_cell",
"rustls-pki-types",
"rustls-webpki 0.102.5",
"subtle",
"zeroize",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "rustls-native-certs"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
dependencies = [
"openssl-probe",
2024-07-15 15:48:40 +00:00
"rustls-pemfile 1.0.4",
2023-12-18 19:06:18 +00:00
"schannel",
"security-framework",
2023-07-09 12:24:39 +00:00
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "rustls-pemfile"
2023-12-18 19:06:18 +00:00
version = "1.0.4"
2023-07-09 12:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2023-07-09 12:24:39 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"base64 0.21.7",
]
[[package]]
name = "rustls-pemfile"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
dependencies = [
"base64 0.22.1",
"rustls-pki-types",
2023-07-09 12:24:39 +00:00
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "rustls-pki-types"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
2023-07-09 12:24:39 +00:00
[[package]]
name = "rustls-webpki"
2023-12-18 19:06:18 +00:00
version = "0.101.7"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
2022-01-25 22:59:05 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"ring 0.17.8",
"untrusted 0.9.0",
]
[[package]]
name = "rustls-webpki"
version = "0.102.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78"
dependencies = [
"ring 0.17.8",
"rustls-pki-types",
2023-12-18 19:06:18 +00:00
"untrusted 0.9.0",
2020-04-13 23:22:05 +00:00
]
2021-04-05 10:55:06 +00:00
[[package]]
name = "rustversion"
2024-07-15 15:48:40 +00:00
version = "1.0.17"
2021-04-05 10:55:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2023-12-18 19:06:18 +00:00
[[package]]
name = "rusty_pool"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ed36cdb20de66d89a17ea04b8883fc7a386f2cf877aaedca5005583ce4876ff"
dependencies = [
"crossbeam-channel",
"futures",
"futures-channel",
"futures-executor",
"num_cpus",
]
2021-04-05 10:55:06 +00:00
[[package]]
name = "ryu"
2024-07-15 15:48:40 +00:00
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2020-04-13 23:22:05 +00:00
[[package]]
name = "salsa20"
2023-12-18 19:06:18 +00:00
version = "0.10.2"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
dependencies = [
2021-01-22 17:19:57 +00:00
"cipher",
2023-12-18 19:06:18 +00:00
]
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "schannel"
2024-07-15 15:48:40 +00:00
version = "0.1.23"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2020-04-13 23:22:05 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"windows-sys 0.52.0",
2020-04-13 23:22:05 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "scoped-tls"
2022-11-20 11:30:02 +00:00
version = "1.0.1"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-20 11:30:02 +00:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2021-01-22 17:19:57 +00:00
[[package]]
name = "scopeguard"
2023-12-18 19:06:18 +00:00
version = "1.2.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2021-01-22 17:19:57 +00:00
2022-01-25 22:59:05 +00:00
[[package]]
name = "sct"
2023-12-18 19:06:18 +00:00
version = "0.7.1"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
2022-01-25 22:59:05 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"ring 0.17.8",
2023-12-18 19:06:18 +00:00
"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",
2022-01-25 22:59:05 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "security-framework"
2024-07-15 15:48:40 +00:00
version = "2.11.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2020-04-13 23:22:05 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"bitflags 2.6.0",
2020-04-13 23:22:05 +00:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-07-15 15:48:40 +00:00
version = "2.11.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
2020-04-13 23:22:05 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "semver"
2024-07-15 15:48:40 +00:00
version = "1.0.23"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2023-12-18 19:06:18 +00:00
dependencies = [
"serde",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "serde"
2024-07-15 15:48:40 +00:00
version = "1.0.204"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
2020-04-13 23:22:05 +00:00
dependencies = [
"serde_derive",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "serde-aux"
2024-07-15 15:48:40 +00:00
version = "4.5.0"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "0d2e8bfba469d06512e11e3311d4d051a4a387a5b42d010404fecf3200321c95"
2023-12-18 19:06:18 +00:00
dependencies = [
"chrono",
"serde",
"serde_json",
]
2022-05-05 08:55:44 +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-07-15 15:48:40 +00:00
[[package]]
name = "serde_cow"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e84ce5596a72f0c4c60759a10ff8c22d5eaf227b0dc2789c8746193309058b"
dependencies = [
"serde",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "serde_derive"
2024-07-15 15:48:40 +00:00
version = "1.0.204"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
2020-04-13 23:22:05 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "serde_json"
2024-07-15 15:48:40 +00:00
version = "1.0.120"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
2020-04-13 23:22:05 +00:00
dependencies = [
2022-02-19 12:40:07 +00:00
"itoa",
2020-04-13 23:22:05 +00:00
"ryu",
"serde",
]
2023-10-21 22:45:42 +00:00
[[package]]
name = "serde_path_to_error"
2024-07-15 15:48:40 +00:00
version = "0.1.16"
2023-10-21 22:45:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
2023-10-21 22:45:42 +00:00
dependencies = [
"itoa",
"serde",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "serde_repr"
2024-07-15 15:48:40 +00:00
version = "0.1.19"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
2021-01-22 17:19:57 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2021-01-22 17:19:57 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "serde_urlencoded"
2022-01-25 22:59:05 +00:00
version = "0.7.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 22:59:05 +00:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"form_urlencoded",
2022-02-19 12:40:07 +00:00
"itoa",
2021-01-22 17:19:57 +00:00
"ryu",
2020-04-13 23:22:05 +00:00
"serde",
]
[[package]]
name = "serenity"
2024-07-15 15:48:40 +00:00
version = "0.12.2"
2022-05-13 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "880a04106592d0a8f5bdacb1d935889bfbccb4a14f7074984d9cd857235d34ac"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"arrayvec",
2020-04-26 22:12:31 +00:00
"async-trait",
2024-07-15 15:48:40 +00:00
"base64 0.22.1",
"bitflags 2.6.0",
"bytes",
2020-04-13 23:22:05 +00:00
"chrono",
2024-07-15 15:48:40 +00:00
"dashmap 5.5.3",
2020-04-13 23:22:05 +00:00
"flate2",
2020-04-26 22:12:31 +00:00
"futures",
2023-12-18 19:06:18 +00:00
"fxhash",
"mime_guess",
2023-12-20 17:12:57 +00:00
"parking_lot",
2021-01-22 17:19:57 +00:00
"percent-encoding",
2024-07-15 15:48:40 +00:00
"reqwest 0.11.27",
2023-12-18 19:06:18 +00:00
"secrecy",
2020-04-13 23:22:05 +00:00
"serde",
2024-07-15 15:48:40 +00:00
"serde_cow",
2020-04-13 23:22:05 +00:00
"serde_json",
2022-05-05 08:55:44 +00:00
"time",
2020-04-26 22:12:31 +00:00
"tokio",
2024-07-15 15:48:40 +00:00
"tokio-tungstenite 0.21.0",
"tracing",
"typemap_rev",
2023-12-18 19:06:18 +00:00
"typesize",
2020-04-13 23:22:05 +00:00
"url",
]
[[package]]
2021-01-22 17:19:57 +00:00
name = "serenity-voice-model"
2023-12-18 19:06:18 +00:00
version = "0.2.0"
2022-07-31 13:56:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "593682f6155d07c8b331b3d1060f5aab7e6796caca9f2f66bd9e6855c880e06b"
2020-04-13 23:22:05 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"bitflags 2.6.0",
2023-12-18 19:06:18 +00:00
"num-traits",
2021-01-22 17:19:57 +00:00
"serde",
"serde_json",
"serde_repr",
]
2022-05-05 08:55:44 +00:00
[[package]]
2023-12-18 19:06:18 +00:00
name = "sha1"
version = "0.10.6"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-05-05 08:55:44 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
2023-12-18 19:06:18 +00:00
"digest",
2022-05-05 08:55:44 +00:00
]
2020-04-26 22:12:31 +00:00
[[package]]
name = "sha2"
2023-12-18 19:06:18 +00:00
version = "0.10.8"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2020-04-26 22:12:31 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"cfg-if",
2021-05-20 20:58:17 +00:00
"cpufeatures",
2023-12-18 19:06:18 +00:00
"digest",
2020-04-26 22:12:31 +00:00
]
[[package]]
2022-01-25 22:59:05 +00:00
name = "sharded-slab"
2023-12-18 19:06:18 +00:00
version = "0.1.7"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2020-04-26 22:12:31 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"lazy_static",
2020-04-26 22:12:31 +00:00
]
2024-07-15 15:48:40 +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",
]
2021-01-22 17:19:57 +00:00
[[package]]
2022-01-25 22:59:05 +00:00
name = "signal-hook-registry"
2024-07-15 15:48:40 +00:00
version = "1.4.2"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2021-01-22 17:19:57 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"libc",
2021-01-22 17:19:57 +00:00
]
2023-12-20 17:12:57 +00:00
[[package]]
name = "signature"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"digest",
"rand_core",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "skeptic"
version = "0.13.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
dependencies = [
"bytecount",
"cargo_metadata",
"error-chain",
"glob",
"pulldown-cmark",
"tempfile",
"walkdir",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "slab"
2023-12-18 19:06:18 +00:00
version = "0.4.9"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-07-20 16:10:16 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"autocfg",
2022-07-20 16:10:16 +00:00
]
2020-04-13 23:22:05 +00:00
2021-01-22 17:19:57 +00:00
[[package]]
name = "smallvec"
2024-07-15 15:48:40 +00:00
version = "1.13.2"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2021-01-22 17:19:57 +00:00
2020-04-26 22:12:31 +00:00
[[package]]
name = "socket2"
2024-07-15 15:48:40 +00:00
version = "0.5.7"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2020-04-13 23:22:05 +00:00
dependencies = [
2020-04-26 22:12:31 +00:00
"libc",
2024-07-15 15:48:40 +00:00
"windows-sys 0.52.0",
2020-09-20 22:25:54 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "songbird"
2024-07-15 15:48:40 +00:00
version = "0.4.2"
2023-04-09 16:35:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "f5e1e45a0d135d2f86931000aa6fece020f043ed4705f834edfd677015a4e410"
2021-01-22 17:19:57 +00:00
dependencies = [
"async-trait",
"audiopus",
"byteorder",
2024-07-15 15:48:40 +00:00
"bytes",
2023-12-18 19:06:18 +00:00
"crypto_secretbox",
2024-07-15 15:48:40 +00:00
"dashmap 5.5.3",
2022-01-25 22:59:05 +00:00
"derivative",
2021-01-22 17:19:57 +00:00
"discortp",
"flume",
"futures",
2023-12-18 19:06:18 +00:00
"nohash-hasher",
"once_cell",
2023-12-20 17:12:57 +00:00
"parking_lot",
"pin-project",
"rand",
2024-07-15 15:48:40 +00:00
"reqwest 0.11.27",
2023-12-18 19:06:18 +00:00
"ringbuf",
"rubato",
"rusty_pool",
2021-01-22 17:19:57 +00:00
"serde",
2023-12-18 19:06:18 +00:00
"serde-aux",
2021-01-22 17:19:57 +00:00
"serde_json",
2022-05-13 12:18:18 +00:00
"serenity",
2021-01-22 17:19:57 +00:00
"serenity-voice-model",
2023-12-18 19:06:18 +00:00
"socket2",
2024-07-15 15:48:40 +00:00
"stream_lib",
2021-01-22 17:19:57 +00:00
"streamcatcher",
2023-12-18 19:06:18 +00:00
"symphonia",
"symphonia-core",
2021-01-22 17:19:57 +00:00
"tokio",
2024-07-15 15:48:40 +00:00
"tokio-tungstenite 0.23.1",
2023-12-18 19:06:18 +00:00
"tokio-util",
2021-01-22 17:19:57 +00:00
"tracing",
"tracing-futures",
2023-12-18 19:06:18 +00:00
"twilight-gateway",
2021-01-22 17:19:57 +00:00
"typemap_rev",
"url",
"uuid",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "soundfx-rs"
2024-07-15 15:48:40 +00:00
version = "1.5.18"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-10-21 22:45:42 +00:00
"axum",
2024-07-15 15:48:40 +00:00
"dashmap 6.0.1",
2023-03-23 19:24:43 +00:00
"dotenv",
2021-03-15 15:03:15 +00:00
"env_logger",
2020-04-29 22:09:31 +00:00
"lazy_static",
"log",
2022-01-25 22:59:05 +00:00
"poise",
2023-10-21 20:33:50 +00:00
"prometheus",
"regex",
2024-07-15 15:48:40 +00:00
"reqwest 0.12.5",
2022-09-13 11:37:50 +00:00
"serde",
"serde_json",
2021-01-22 17:19:57 +00:00
"songbird",
2020-04-13 23:22:05 +00:00
"sqlx",
2023-12-18 19:06:18 +00:00
"symphonia",
2020-04-26 22:12:31 +00:00
"tokio",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2021-01-22 17:19:57 +00:00
[[package]]
name = "spin"
2023-04-08 20:36:40 +00:00
version = "0.9.8"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-08 20:36:40 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2021-01-22 17:19:57 +00:00
dependencies = [
"lock_api",
2021-01-22 17:19:57 +00:00
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "spki"
2023-12-20 17:12:57 +00:00
version = "0.7.3"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-20 17:12:57 +00:00
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2022-01-25 22:59:05 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"base64ct",
2022-01-25 22:59:05 +00:00
"der",
]
[[package]]
name = "sqlformat"
2024-07-15 15:48:40 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
dependencies = [
"nom",
"unicode_categories",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "sqlx"
2024-07-15 15:48:40 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
2020-04-13 23:22:05 +00:00
dependencies = [
"sqlx-core",
"sqlx-macros",
2023-12-20 17:12:57 +00:00
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "sqlx-core"
2024-07-15 15:48:40 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-06-05 14:09:14 +00:00
"ahash",
2021-01-22 17:19:57 +00:00
"atoi",
2020-04-28 00:24:06 +00:00
"bigdecimal",
2020-04-13 23:22:05 +00:00
"byteorder",
"bytes",
2023-03-23 11:38:53 +00:00
"crc",
2020-04-13 23:22:05 +00:00
"crossbeam-queue",
2021-01-22 17:19:57 +00:00
"either",
2023-12-18 19:06:18 +00:00
"event-listener",
2020-04-13 23:22:05 +00:00
"futures-channel",
"futures-core",
"futures-intrusive",
2023-12-20 17:12:57 +00:00
"futures-io",
2020-04-13 23:22:05 +00:00
"futures-util",
2021-01-22 17:19:57 +00:00
"hashlink",
2020-04-13 23:22:05 +00:00
"hex",
2023-12-20 17:12:57 +00:00
"indexmap",
"log",
2020-04-13 23:22:05 +00:00
"memchr",
2021-01-22 17:19:57 +00:00
"once_cell",
2022-05-05 08:55:44 +00:00
"paste",
2020-04-13 23:22:05 +00:00
"percent-encoding",
2024-07-15 15:48:40 +00:00
"rustls 0.21.12",
"rustls-pemfile 1.0.4",
2023-12-20 17:12:57 +00:00
"serde",
"serde_json",
2020-04-26 22:12:31 +00:00
"sha2",
2021-01-22 17:19:57 +00:00
"smallvec",
"sqlformat",
2021-01-22 17:19:57 +00:00
"thiserror",
2023-12-20 17:12:57 +00:00
"tokio",
2021-01-27 12:36:04 +00:00
"tokio-stream",
2023-12-20 17:12:57 +00:00
"tracing",
2020-04-13 23:22:05 +00:00
"url",
2024-07-15 15:48:40 +00:00
"webpki-roots 0.25.4",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "sqlx-macros"
2024-07-15 15:48:40 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-12-20 17:12:57 +00:00
"proc-macro2",
"quote",
"sqlx-core",
"sqlx-macros-core",
"syn 1.0.109",
]
[[package]]
name = "sqlx-macros-core"
2024-07-15 15:48:40 +00:00
version = "0.7.4"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
2023-12-20 17:12:57 +00:00
dependencies = [
"dotenvy",
2021-01-22 17:19:57 +00:00
"either",
2024-07-15 15:48:40 +00:00
"heck 0.4.1",
2023-12-20 17:12:57 +00:00
"hex",
2021-06-05 14:09:14 +00:00
"once_cell",
2020-04-13 23:22:05 +00:00
"proc-macro2",
"quote",
2023-12-20 17:12:57 +00:00
"serde",
"serde_json",
2023-03-23 11:38:53 +00:00
"sha2",
2020-04-13 23:22:05 +00:00
"sqlx-core",
2023-12-20 17:12:57 +00:00
"sqlx-mysql",
"sqlx-postgres",
2023-03-23 11:38:53 +00:00
"syn 1.0.109",
2023-12-20 17:12:57 +00:00
"tempfile",
"tokio",
2020-04-13 23:22:05 +00:00
"url",
]
2021-01-22 17:19:57 +00:00
[[package]]
2023-12-20 17:12:57 +00:00
name = "sqlx-mysql"
2024-07-15 15:48:40 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
2021-01-22 17:19:57 +00:00
dependencies = [
2023-12-20 17:12:57 +00:00
"atoi",
2024-07-15 15:48:40 +00:00
"base64 0.21.7",
2023-12-20 17:12:57 +00:00
"bigdecimal",
2024-07-15 15:48:40 +00:00
"bitflags 2.6.0",
2023-12-20 17:12:57 +00:00
"byteorder",
"bytes",
"crc",
"digest",
"dotenvy",
"either",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"generic-array",
"hex",
"hkdf",
"hmac",
"itoa",
"log",
"md-5",
"memchr",
2021-01-22 17:19:57 +00:00
"once_cell",
2023-12-20 17:12:57 +00:00
"percent-encoding",
"rand",
"rsa",
"serde",
"sha1",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror",
"tracing",
"whoami",
]
[[package]]
name = "sqlx-postgres"
2024-07-15 15:48:40 +00:00
version = "0.7.4"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
2023-12-20 17:12:57 +00:00
dependencies = [
"atoi",
2024-07-15 15:48:40 +00:00
"base64 0.21.7",
2023-12-20 17:12:57 +00:00
"bigdecimal",
2024-07-15 15:48:40 +00:00
"bitflags 2.6.0",
2023-12-20 17:12:57 +00:00
"byteorder",
"crc",
"dotenvy",
"etcetera",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"hex",
"hkdf",
"hmac",
"home",
"itoa",
"log",
"md-5",
"memchr",
"num-bigint",
"once_cell",
"rand",
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror",
"tracing",
"whoami",
]
[[package]]
name = "sqlx-sqlite"
2024-07-15 15:48:40 +00:00
version = "0.7.4"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
2023-12-20 17:12:57 +00:00
dependencies = [
"atoi",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"libsqlite3-sys",
"log",
"percent-encoding",
"sqlx-core",
"tracing",
"url",
"urlencoding",
2021-01-22 17:19:57 +00:00
]
2024-07-15 15:48:40 +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",
]
[[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]]
2021-01-22 17:19:57 +00:00
name = "streamcatcher"
2022-01-25 22:59:05 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 22:59:05 +00:00
checksum = "71664755c349abb0758fda6218fb2d2391ca2a73f9302c03b145491db4fcea29"
dependencies = [
"crossbeam-utils",
2021-01-22 17:19:57 +00:00
"futures-util",
"loom",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "strength_reduce"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
2021-01-22 17:19:57 +00:00
[[package]]
name = "stringprep"
2024-07-15 15:48:40 +00:00
version = "0.1.5"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2021-01-22 17:19:57 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2024-07-15 15:48:40 +00:00
"unicode-properties",
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "strsim"
2024-07-15 15:48:40 +00:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]]
name = "strsim"
version = "0.11.1"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "strum"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "530efb820d53b712f4e347916c5e7ed20deb76a4f0457943b3182fb889b06d2c"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e6e163a520367c465f59e0a61a23cfae3b10b6546d78b6f672a382be79f7110"
dependencies = [
"heck 0.3.3",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "subtle"
2024-07-15 15:48:40 +00:00
version = "2.6.1"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2023-12-18 19:06:18 +00:00
[[package]]
name = "symphonia"
2024-07-15 15:48:40 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
2023-12-18 19:06:18 +00:00
dependencies = [
"lazy_static",
"symphonia-bundle-flac",
"symphonia-codec-adpcm",
"symphonia-codec-pcm",
"symphonia-codec-vorbis",
"symphonia-core",
"symphonia-format-mkv",
"symphonia-format-ogg",
2024-07-15 15:48:40 +00:00
"symphonia-format-riff",
2023-12-18 19:06:18 +00:00
"symphonia-metadata",
]
[[package]]
name = "symphonia-bundle-flac"
2024-07-15 15:48:40 +00:00
version = "0.5.4"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
2023-12-18 19:06:18 +00:00
dependencies = [
"log",
"symphonia-core",
"symphonia-metadata",
"symphonia-utils-xiph",
]
[[package]]
name = "symphonia-codec-adpcm"
2024-07-15 15:48:40 +00:00
version = "0.5.4"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "c94e1feac3327cd616e973d5be69ad36b3945f16b06f19c6773fc3ac0b426a0f"
2023-12-18 19:06:18 +00:00
dependencies = [
"log",
"symphonia-core",
]
[[package]]
name = "symphonia-codec-pcm"
2024-07-15 15:48:40 +00:00
version = "0.5.4"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
2023-12-18 19:06:18 +00:00
dependencies = [
"log",
"symphonia-core",
]
[[package]]
name = "symphonia-codec-vorbis"
2024-07-15 15:48:40 +00:00
version = "0.5.4"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
2023-12-18 19:06:18 +00:00
dependencies = [
"log",
"symphonia-core",
"symphonia-utils-xiph",
]
2020-04-26 22:12:31 +00:00
[[package]]
name = "symphonia-core"
2024-07-15 15:48:40 +00:00
version = "0.5.4"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
2020-04-26 22:12:31 +00:00
dependencies = [
"arrayvec",
2023-07-09 12:24:39 +00:00
"bitflags 1.3.2",
2022-05-05 08:55:44 +00:00
"bytemuck",
"lazy_static",
"log",
2021-01-22 17:19:57 +00:00
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "symphonia-format-mkv"
2024-07-15 15:48:40 +00:00
version = "0.5.4"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "1bb43471a100f7882dc9937395bd5ebee8329298e766250b15b3875652fe3d6f"
2023-12-18 19:06:18 +00:00
dependencies = [
"lazy_static",
"log",
"symphonia-core",
"symphonia-metadata",
"symphonia-utils-xiph",
]
[[package]]
name = "symphonia-format-ogg"
2024-07-15 15:48:40 +00:00
version = "0.5.4"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
2023-12-18 19:06:18 +00:00
dependencies = [
"log",
"symphonia-core",
"symphonia-metadata",
"symphonia-utils-xiph",
]
[[package]]
2024-07-15 15:48:40 +00:00
name = "symphonia-format-riff"
version = "0.5.4"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
2023-12-18 19:06:18 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"extended",
2023-12-18 19:06:18 +00:00
"log",
"symphonia-core",
"symphonia-metadata",
]
[[package]]
name = "symphonia-metadata"
2024-07-15 15:48:40 +00:00
version = "0.5.4"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
2023-12-18 19:06:18 +00:00
dependencies = [
"encoding_rs",
"lazy_static",
"log",
"symphonia-core",
]
[[package]]
name = "symphonia-utils-xiph"
2024-07-15 15:48:40 +00:00
version = "0.5.4"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
2023-12-18 19:06:18 +00:00
dependencies = [
"symphonia-core",
"symphonia-metadata",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "syn"
2023-03-23 11:38:53 +00:00
version = "1.0.109"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 11:38:53 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-07-15 15:48:40 +00:00
version = "2.0.71"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462"
2021-01-22 17:19:57 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-07-14 16:56:36 +00:00
"unicode-ident",
2021-06-24 14:52:45 +00:00
]
2023-10-21 22:45:42 +00:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2024-07-15 15:48:40 +00:00
[[package]]
name = "sync_wrapper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2023-12-18 19:06:18 +00:00
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"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"
2020-04-13 23:22:05 +00:00
[[package]]
name = "tempfile"
2024-07-15 15:48:40 +00:00
version = "3.10.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2020-04-13 23:22:05 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"cfg-if",
"fastrand",
2023-12-18 19:06:18 +00:00
"rustix",
2024-07-15 15:48:40 +00:00
"windows-sys 0.52.0",
2021-03-15 15:03:15 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "thiserror"
2024-07-15 15:48:40 +00:00
version = "1.0.62"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
2020-04-13 23:22:05 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-07-15 15:48:40 +00:00
version = "1.0.62"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
2020-04-13 23:22:05 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2020-04-13 23:22:05 +00:00
]
[[package]]
2022-01-25 22:59:05 +00:00
name = "thread_local"
2024-07-15 15:48:40 +00:00
version = "1.1.8"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-03-23 11:38:53 +00:00
"cfg-if",
2022-01-25 22:59:05 +00:00
"once_cell",
2020-04-13 23:22:05 +00:00
]
2022-05-05 08:55:44 +00:00
[[package]]
name = "time"
2024-07-15 15:48:40 +00:00
version = "0.3.36"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2022-05-05 08:55:44 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"deranged",
2022-05-05 08:55:44 +00:00
"itoa",
2024-07-15 15:48:40 +00:00
"num-conv",
2023-12-18 19:06:18 +00:00
"powerfmt",
2022-05-05 08:55:44 +00:00
"serde",
2022-11-20 11:30:02 +00:00
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-12-18 19:06:18 +00:00
version = "0.1.2"
2022-11-20 11:30:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-11-20 11:30:02 +00:00
[[package]]
name = "time-macros"
2024-07-15 15:48:40 +00:00
version = "0.2.18"
2022-11-20 11:30:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2022-11-20 11:30:02 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"num-conv",
2022-11-20 11:30:02 +00:00
"time-core",
2022-05-05 08:55:44 +00:00
]
[[package]]
name = "tinyvec"
2024-07-15 15:48:40 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-03-23 11:38:53 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 11:38:53 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2020-04-13 23:22:05 +00:00
[[package]]
name = "tokio"
2024-07-15 15:48:40 +00:00
version = "1.38.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
2020-04-13 23:22:05 +00:00
dependencies = [
2023-07-09 12:24:39 +00:00
"backtrace",
"bytes",
2020-04-26 22:12:31 +00:00
"libc",
2020-04-13 23:22:05 +00:00
"mio",
"num_cpus",
"pin-project-lite",
2020-04-26 22:12:31 +00:00
"signal-hook-registry",
2022-05-05 08:55:44 +00:00
"socket2",
2020-04-26 22:12:31 +00:00
"tokio-macros",
2023-12-18 19:06:18 +00:00
"windows-sys 0.48.0",
2020-04-26 22:12:31 +00:00
]
[[package]]
name = "tokio-macros"
2024-07-15 15:48:40 +00:00
version = "2.3.0"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
2020-04-26 22:12:31 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2020-04-13 23:22:05 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "tokio-native-tls"
2023-03-23 11:38:53 +00:00
version = "0.3.1"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 11:38:53 +00:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2021-01-22 17:19:57 +00:00
dependencies = [
"native-tls",
"tokio",
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "tokio-rustls"
2022-05-05 08:55:44 +00:00
version = "0.23.4"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 08:55:44 +00:00
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2022-01-25 22:59:05 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"rustls 0.20.9",
2020-04-13 23:22:05 +00:00
"tokio",
2023-12-20 17:12:57 +00:00
"webpki",
2020-04-13 23:22:05 +00:00
]
2023-07-09 12:24:39 +00:00
[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
2024-07-15 15:48:40 +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 = [
"rustls 0.23.11",
"rustls-pki-types",
2023-07-09 12:24:39 +00:00
"tokio",
]
2020-06-07 16:10:58 +00:00
[[package]]
2021-01-22 17:19:57 +00:00
name = "tokio-stream"
2024-07-15 15:48:40 +00:00
version = "0.1.15"
2020-06-07 16:10:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
2020-06-07 16:10:58 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"futures-core",
"pin-project-lite",
2020-06-07 16:10:58 +00:00
"tokio",
]
2023-12-18 19:06:18 +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",
"tokio",
"tokio-rustls 0.23.4",
"tungstenite 0.18.0",
2023-12-20 17:12:57 +00:00
"webpki",
2023-12-18 19:06:18 +00:00
]
[[package]]
name = "tokio-tungstenite"
2024-07-15 15:48:40 +00:00
version = "0.21.0"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
2023-12-18 19:06:18 +00:00
dependencies = [
"futures-util",
"log",
2024-07-15 15:48:40 +00:00
"rustls 0.22.4",
"rustls-pki-types",
2023-12-18 19:06:18 +00:00
"tokio",
2024-07-15 15:48:40 +00:00
"tokio-rustls 0.25.0",
"tungstenite 0.21.0",
"webpki-roots 0.26.3",
]
[[package]]
name = "tokio-tungstenite"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd"
dependencies = [
"futures-util",
"log",
"rustls 0.23.11",
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.0",
"tungstenite 0.23.0",
"webpki-roots 0.26.3",
2023-12-18 19:06:18 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "tokio-util"
2024-07-15 15:48:40 +00:00
version = "0.7.11"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2022-05-05 08:55:44 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
2023-10-21 22:45:42 +00:00
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2020-04-13 23:22:05 +00:00
[[package]]
name = "tower-service"
2022-07-14 16:56:36 +00:00
version = "0.3.2"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 16:56:36 +00:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2020-04-13 23:22:05 +00:00
[[package]]
name = "tracing"
2023-12-18 19:06:18 +00:00
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-12-18 19:06:18 +00:00
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
]
[[package]]
name = "tracing-core"
2023-12-18 19:06:18 +00:00
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
2022-07-14 16:56:36 +00:00
"once_cell",
2022-02-19 12:40:07 +00:00
"valuable",
]
[[package]]
name = "tracing-futures"
2021-04-05 10:55:06 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 10:55:06 +00:00
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
2021-04-05 10:55:06 +00:00
"pin-project",
"tracing",
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "tracing-log"
2023-12-18 19:06:18 +00:00
version = "0.2.0"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2022-01-25 22:59:05 +00:00
dependencies = [
"log",
2023-12-18 19:06:18 +00:00
"once_cell",
2022-01-25 22:59:05 +00:00
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-12-18 19:06:18 +00:00
version = "0.3.18"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2022-01-25 22:59:05 +00:00
dependencies = [
"matchers",
2022-11-20 11:30:02 +00:00
"nu-ansi-term",
2022-07-14 16:56:36 +00:00
"once_cell",
2022-01-25 22:59:05 +00:00
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2023-12-18 19:06:18 +00:00
[[package]]
name = "transpose"
2024-07-15 15:48:40 +00:00
version = "0.2.3"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
2023-12-18 19:06:18 +00:00
dependencies = [
"num-integer",
"strength_reduce",
]
[[package]]
name = "triomphe"
2024-07-15 15:48:40 +00:00
version = "0.1.13"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369"
2023-12-18 19:06:18 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "try-lock"
2023-12-18 19:06:18 +00:00
version = "0.2.5"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2020-04-13 23:22:05 +00:00
[[package]]
name = "tungstenite"
2023-12-18 19:06:18 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
dependencies = [
2023-03-23 11:38:53 +00:00
"base64 0.13.1",
"byteorder",
"bytes",
2024-07-15 15:48:40 +00:00
"http 0.2.12",
"httparse",
"log",
"rand",
2023-12-18 19:06:18 +00:00
"rustls 0.20.9",
"sha1",
2022-01-25 22:59:05 +00:00
"thiserror",
"url",
"utf-8",
2023-12-20 17:12:57 +00:00
"webpki",
2023-12-18 19:06:18 +00:00
]
[[package]]
name = "tungstenite"
2024-07-15 15:48:40 +00:00
version = "0.21.0"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
2023-12-18 19:06:18 +00:00
dependencies = [
"byteorder",
"bytes",
"data-encoding",
2024-07-15 15:48:40 +00:00
"http 1.1.0",
2023-12-18 19:06:18 +00:00
"httparse",
"log",
"rand",
2024-07-15 15:48:40 +00:00
"rustls 0.22.4",
"rustls-pki-types",
2023-12-18 19:06:18 +00:00
"sha1",
"thiserror",
"url",
"utf-8",
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "tungstenite"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8"
dependencies = [
"byteorder",
"bytes",
"data-encoding",
"http 1.1.0",
"httparse",
"log",
"rand",
"rustls 0.23.11",
"rustls-pki-types",
"sha1",
"thiserror",
"utf-8",
]
2023-12-18 19:06:18 +00:00
[[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",
"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",
]
[[package]]
name = "typemap_rev"
2023-12-18 19:06:18 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "74b08b0c1257381af16a5c3605254d529d3e7e109f3c62befc5d168968192998"
2020-04-13 23:22:05 +00:00
[[package]]
name = "typenum"
2023-12-18 19:06:18 +00:00
version = "1.17.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "typesize"
2024-07-15 15:48:40 +00:00
version = "0.1.7"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "eb704842c709bc76f63e99e704cb208beeccca2abbabd0d9aec02e48ca1cee0f"
2023-12-18 19:06:18 +00:00
dependencies = [
"chrono",
2024-07-15 15:48:40 +00:00
"dashmap 5.5.3",
2023-12-20 17:12:57 +00:00
"hashbrown",
2023-12-18 19:06:18 +00:00
"mini-moka",
2023-12-20 17:12:57 +00:00
"parking_lot",
2023-12-18 19:06:18 +00:00
"secrecy",
"serde_json",
"time",
"typesize-derive",
"url",
]
[[package]]
name = "typesize-derive"
2024-07-15 15:48:40 +00:00
version = "0.1.7"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "905e88c2a4cc27686bd57e495121d451f027e441388a67f773be729ad4be1ea8"
2023-12-18 19:06:18 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2023-12-18 19:06:18 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "unicase"
2023-12-18 19:06:18 +00:00
version = "2.7.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2020-04-13 23:22:05 +00:00
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2024-07-15 15:48:40 +00:00
version = "0.3.15"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2020-04-13 23:22:05 +00:00
2022-07-14 16:56:36 +00:00
[[package]]
name = "unicode-ident"
2023-12-18 19:06:18 +00:00
version = "1.0.12"
2022-07-14 16:56:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-07-14 16:56:36 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "unicode-normalization"
2024-07-15 15:48:40 +00:00
version = "0.1.23"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2020-04-13 23:22:05 +00:00
dependencies = [
"tinyvec",
2020-04-13 23:22:05 +00:00
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "unicode-properties"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
[[package]]
name = "unicode-segmentation"
2024-07-15 15:48:40 +00:00
version = "1.11.0"
2021-06-24 14:52:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2022-11-20 11:30:02 +00:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "universal-hash"
2023-12-18 19:06:18 +00:00
version = "0.5.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
dependencies = [
2023-12-18 19:06:18 +00:00
"crypto-common",
"subtle",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-04-13 23:22:05 +00:00
2023-12-18 19:06:18 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2020-04-13 23:22:05 +00:00
[[package]]
name = "url"
2024-07-15 15:48:40 +00:00
version = "2.5.2"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2020-04-13 23:22:05 +00:00
dependencies = [
"form_urlencoded",
2020-04-13 23:22:05 +00:00
"idna",
"percent-encoding",
"serde",
2020-04-13 23:22:05 +00:00
]
2023-12-20 17:12:57 +00:00
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2020-04-13 23:22:05 +00:00
[[package]]
name = "utf-8"
2021-05-20 20:58:17 +00:00
version = "0.7.6"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 20:58:17 +00:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2020-04-13 23:22:05 +00:00
2024-07-15 15:48:40 +00:00
[[package]]
name = "utf8parse"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2021-01-22 17:19:57 +00:00
[[package]]
name = "uuid"
2024-07-15 15:48:40 +00:00
version = "1.10.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
2021-01-22 17:19:57 +00:00
dependencies = [
"getrandom",
2021-01-22 17:19:57 +00:00
]
2022-02-19 12:40:07 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2020-04-13 23:22:05 +00:00
[[package]]
name = "vcpkg"
2021-06-24 14:52:45 +00:00
version = "0.2.15"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 14:52:45 +00:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-04-13 23:22:05 +00:00
[[package]]
name = "version_check"
2022-01-25 22:59:05 +00:00
version = "0.9.4"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 22:59:05 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-04-13 23:22:05 +00:00
2023-12-18 19:06:18 +00:00
[[package]]
name = "walkdir"
2024-07-15 15:48:40 +00:00
version = "2.5.0"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2023-12-18 19:06:18 +00:00
dependencies = [
"same-file",
"winapi-util",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "want"
2023-07-09 12:24:39 +00:00
version = "0.3.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-09 12:24:39 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2020-04-13 23:22:05 +00:00
dependencies = [
"try-lock",
]
2022-05-05 08:55:44 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2024-07-15 15:48:40 +00:00
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2020-04-13 23:22:05 +00:00
[[package]]
name = "wasm-bindgen"
2024-07-15 15:48:40 +00:00
version = "0.2.92"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2020-04-13 23:22:05 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"cfg-if",
2020-04-13 23:22:05 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-07-15 15:48:40 +00:00
version = "0.2.92"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2020-04-13 23:22:05 +00:00
dependencies = [
"bumpalo",
"log",
2022-07-31 13:56:38 +00:00
"once_cell",
2020-04-13 23:22:05 +00:00
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2020-04-13 23:22:05 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-07-15 15:48:40 +00:00
version = "0.4.42"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2020-04-13 23:22:05 +00:00
dependencies = [
2022-01-25 22:59:05 +00:00
"cfg-if",
2020-04-13 23:22:05 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-07-15 15:48:40 +00:00
version = "0.2.92"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2020-04-13 23:22:05 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-07-15 15:48:40 +00:00
version = "0.2.92"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2020-04-13 23:22:05 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2020-04-13 23:22:05 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-07-15 15:48:40 +00:00
version = "0.2.92"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2023-03-23 11:38:53 +00:00
[[package]]
name = "wasm-streams"
2024-07-15 15:48:40 +00:00
version = "0.4.0"
2023-03-23 11:38:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
2023-03-23 11:38:53 +00:00
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "web-sys"
2024-07-15 15:48:40 +00:00
version = "0.3.69"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2020-04-13 23:22:05 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-01-25 22:59:05 +00:00
[[package]]
name = "webpki"
2023-12-18 19:06:18 +00:00
version = "0.22.4"
2022-01-25 22:59:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
2022-01-25 22:59:05 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"ring 0.17.8",
2023-12-18 19:06:18 +00:00
"untrusted 0.9.0",
2022-01-25 22:59:05 +00:00
]
2020-04-26 22:12:31 +00:00
[[package]]
name = "webpki-roots"
2024-07-15 15:48:40 +00:00
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "webpki-roots"
version = "0.26.3"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
dependencies = [
"rustls-pki-types",
]
2020-04-26 22:12:31 +00:00
2021-01-22 17:19:57 +00:00
[[package]]
2023-12-20 17:12:57 +00:00
name = "whoami"
2024-07-15 15:48:40 +00:00
version = "1.5.1"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
dependencies = [
"redox_syscall 0.4.1",
"wasite",
]
2021-01-22 17:19:57 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-04-13 23:22:05 +00:00
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"
2021-03-15 15:03:15 +00:00
[[package]]
name = "winapi-util"
2024-07-15 15:48:40 +00:00
version = "0.1.8"
2021-03-15 15:03:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2021-03-15 15:03:15 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"windows-sys 0.52.0",
2021-03-15 15:03:15 +00:00
]
2020-04-13 23:22:05 +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"
2022-05-05 08:55:44 +00:00
[[package]]
2023-03-23 11:38:53 +00:00
name = "windows"
2023-04-08 20:36:40 +00:00
version = "0.48.0"
2022-05-05 08:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-08 20:36:40 +00:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2022-05-05 08:55:44 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-core"
2024-07-15 15:48:40 +00:00
version = "0.52.0"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-12-18 19:06:18 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"windows-targets 0.52.6",
2023-04-08 20:36:40 +00:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-12-18 19:06:18 +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 = [
2024-07-15 15:48:40 +00:00
"windows-targets 0.52.6",
2023-12-18 19:06:18 +00:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-03-23 11:38:53 +00:00
]
2022-11-20 11:30:02 +00:00
2022-07-20 16:10:16 +00:00
[[package]]
2023-03-23 11:38:53 +00:00
name = "windows-targets"
2024-07-15 15:48:40 +00:00
version = "0.52.6"
2022-07-20 16:10:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2023-03-23 11:38:53 +00:00
dependencies = [
2024-07-15 15:48:40 +00:00
"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",
2023-04-08 20:36:40 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-12-18 19:06:18 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-07-15 15:48:40 +00:00
version = "0.52.6"
2023-04-08 20:36:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-04-08 20:36:40 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-12-18 19:06:18 +00:00
version = "0.48.5"
2023-04-08 20:36:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-07-15 15:48:40 +00:00
version = "0.52.6"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-04-08 20:36:40 +00:00
[[package]]
name = "windows_i686_gnu"
2023-12-18 19:06:18 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-07-15 15:48:40 +00:00
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"
2023-04-08 20:36:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-04-08 20:36:40 +00:00
[[package]]
name = "windows_i686_msvc"
2023-12-18 19:06:18 +00:00
version = "0.48.5"
2023-04-08 20:36:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-07-15 15:48:40 +00:00
version = "0.52.6"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-04-08 20:36:40 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-12-18 19:06:18 +00:00
version = "0.48.5"
2023-04-08 20:36:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-07-15 15:48:40 +00:00
version = "0.52.6"
2023-12-18 19:06:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-04-08 20:36:40 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-12-18 19:06:18 +00:00
version = "0.48.5"
2023-04-08 20:36:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-08 20:36:40 +00:00
[[package]]
2023-12-18 19:06:18 +00:00
name = "windows_x86_64_gnullvm"
2024-07-15 15:48:40 +00:00
version = "0.52.6"
2023-04-08 20:36:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-04-08 20:36:40 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
2023-12-18 19:06:18 +00:00
name = "windows_x86_64_msvc"
version = "0.48.5"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2020-04-13 23:22:05 +00:00
[[package]]
2023-12-18 19:06:18 +00:00
name = "windows_x86_64_msvc"
2024-07-15 15:48:40 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
2023-12-18 19:06:18 +00:00
name = "winreg"
version = "0.50.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 19:06:18 +00:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2021-01-22 17:19:57 +00:00
dependencies = [
2023-12-18 19:06:18 +00:00
"cfg-if",
"windows-sys 0.48.0",
2021-01-22 17:19:57 +00:00
]
2024-07-15 15:48:40 +00:00
[[package]]
name = "winreg"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2023-12-20 17:12:57 +00:00
[[package]]
name = "zerocopy"
2024-07-15 15:48:40 +00:00
version = "0.7.35"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2023-12-20 17:12:57 +00:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-07-15 15:48:40 +00:00
version = "0.7.35"
2023-12-20 17:12:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2023-12-20 17:12:57 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-07-15 15:48:40 +00:00
"syn 2.0.71",
2023-12-20 17:12:57 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
2023-12-18 19:06:18 +00:00
name = "zeroize"
2024-07-15 15:48:40 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 15:48:40 +00:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"