2020-04-13 23:22:05 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-13 13:20:45 +00:00
|
|
|
version = 3
|
|
|
|
|
2023-07-09 12:24:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.24.2"
|
2023-07-09 12:24:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-07-09 12:24:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
2024-12-04 21:29:33 +00:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
2020-11-11 18:21:45 +00:00
|
|
|
name = "aead"
|
2023-12-18 19:06:18 +00:00
|
|
|
version = "0.5.2"
|
2020-05-20 16:54:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 19:06:18 +00:00
|
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
2020-05-20 16:54:46 +00:00
|
|
|
dependencies = [
|
2023-12-18 19:06:18 +00:00
|
|
|
"crypto-common",
|
2021-01-22 17:19:57 +00:00
|
|
|
"generic-array",
|
2020-05-20 16:54:46 +00:00
|
|
|
]
|
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
|
|
|
"cipher",
|
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
version = "0.2.21"
|
2023-12-20 17:12:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.6.18"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2024-07-15 15:48:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"is_terminal_polyfill",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.10"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2024-07-15 15:48:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.2.6"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2024-07-15 15:48:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.1.2"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2024-07-15 15:48:40 +00:00
|
|
|
dependencies = [
|
2024-12-04 21:29:33 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-07-15 15:48:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "3.0.6"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
2024-07-15 15:48:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-12-04 21:29:33 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-07-15 15:48:40 +00:00
|
|
|
]
|
|
|
|
|
2021-08-13 13:20:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.7.6"
|
2021-08-13 13:20:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
2023-12-18 19:06:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2021-08-13 13:20:45 +00:00
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.83"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
2021-09-03 10:33:24 +00:00
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2020-04-26 22:12:31 +00:00
|
|
|
"pkg-config",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.4.0"
|
2020-09-20 22:25:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2020-09-20 22:25:54 +00:00
|
|
|
|
2023-10-21 22:45:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.7.9"
|
2023-10-21 22:45:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
|
2023-10-21 22:45:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-12-04 21:29:33 +00:00
|
|
|
"http 1.2.0",
|
2024-07-15 15:48:40 +00:00
|
|
|
"http-body 1.0.1",
|
2023-12-20 17:12:57 +00:00
|
|
|
"http-body-util",
|
2024-12-04 21:29:33 +00:00
|
|
|
"hyper 1.5.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-12-04 21:29:33 +00:00
|
|
|
"sync_wrapper 1.0.2",
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.4.5"
|
2023-10-21 22:45:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
|
2023-10-21 22:45:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-12-04 21:29:33 +00:00
|
|
|
"http 1.2.0",
|
2024-07-15 15:48:40 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
"sync_wrapper 1.0.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-12-04 21:29:33 +00:00
|
|
|
version = "0.3.74"
|
2023-07-09 12:24:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-07-09 12:24:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-12-04 21:29:33 +00:00
|
|
|
"windows-targets 0.52.6",
|
2023-07-09 12:24:39 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2021-09-03 10:33:24 +00:00
|
|
|
version = "1.3.2"
|
2021-01-26 00:35:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-03 10:33:24 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-01-26 00:35:51 +00:00
|
|
|
|
2023-07-09 12:24:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-15 15:48:40 +00:00
|
|
|
version = "2.6.0"
|
2020-11-11 18:21:45 +00:00
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "1.20.0"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a"
|
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-12-04 21:29:33 +00:00
|
|
|
version = "1.9.0"
|
2023-12-18 19:06:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2023-12-18 19:06:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.1.9"
|
2023-12-18 19:06:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
2023-12-18 19:06:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.9"
|
2023-12-18 19:06:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
|
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-12-04 21:29:33 +00:00
|
|
|
version = "1.2.2"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc"
|
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chacha20"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chacha20poly1305"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"chacha20",
|
|
|
|
"cipher",
|
|
|
|
"poly1305",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.52"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "c682c223677e0e5b6b7f63a64b9351844c3f1b1678a68b7ee617e30fb082620e"
|
2022-05-05 08:55:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2024-07-15 15:48:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.3"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2024-07-15 15:48:40 +00:00
|
|
|
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.8.7"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-20 20:58:17 +00:00
|
|
|
name = "cpufeatures"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.2.16"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
|
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 = [
|
2021-09-03 10:33:24 +00:00
|
|
|
"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"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
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-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"hashbrown 0.14.5",
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"serde",
|
2021-01-27 12:36:04 +00:00
|
|
|
]
|
|
|
|
|
2024-07-15 15:48:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "6.1.0"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
2024-07-15 15:48:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2024-12-04 21:29:33 +00:00
|
|
|
"hashbrown 0.14.5",
|
2024-07-15 15:48:40 +00:00
|
|
|
"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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
2024-07-15 15:48:40 +00:00
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.90",
|
|
|
|
]
|
|
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.8.35"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.2"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
|
2024-07-15 15:48:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2021-03-15 15:03:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.11.5"
|
2021-03-15 15:03:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
version = "0.3.10"
|
2023-03-23 11:38:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2023-03-23 11:38:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-12-04 21:29:33 +00:00
|
|
|
"windows-sys 0.59.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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "2.2.0"
|
2023-12-18 19:06:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
|
2022-01-25 22:59:05 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.35"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.11.1"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
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"
|
2020-11-11 18:21:45 +00:00
|
|
|
version = "1.0.7"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 18:21:45 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-12-18 19:06:18 +00:00
|
|
|
version = "1.2.1"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 19:06:18 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-11-11 18:21:45 +00:00
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.3.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.3.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-09-03 10:33:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
2023-12-20 17:12:57 +00:00
|
|
|
version = "0.5.0"
|
2021-09-03 10:33:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-20 17:12:57 +00:00
|
|
|
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
2021-09-03 10:33:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
2023-12-20 17:12:57 +00:00
|
|
|
"parking_lot",
|
2021-09-03 10:33:24 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-01-26 00:35:51 +00:00
|
|
|
"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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-08 20:36:40 +00:00
|
|
|
version = "0.14.7"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-08 20:36:40 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
2023-12-18 19:06:18 +00:00
|
|
|
"zeroize",
|
2020-11-11 18:21:45 +00:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
|
|
|
|
dependencies = [
|
|
|
|
"opaque-debug",
|
|
|
|
"polyval",
|
|
|
|
]
|
|
|
|
|
2023-07-09 12:24:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.31.1"
|
2023-12-18 19:06:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
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 = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"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",
|
2020-11-11 18:21:45 +00:00
|
|
|
"tracing",
|
2020-04-13 23:22:05 +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
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
|
|
|
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 = [
|
2024-12-04 21:29:33 +00:00
|
|
|
"hashbrown 0.14.5",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
2020-11-11 18:21:45 +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",
|
|
|
|
]
|
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-12-18 19:06:18 +00:00
|
|
|
version = "0.4.1"
|
2020-05-20 16:54:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 19:06:18 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2020-05-20 16:54:46 +00:00
|
|
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.4.2"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "b906521a5b0e6d2ec07ea0bb855d92a1db30b48812744a645a3b2a1405cb8159"
|
2024-07-15 15:48:40 +00:00
|
|
|
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 = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
version = "1.2.0"
|
2023-12-20 17:12:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
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 = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
"http 1.2.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-12-04 21:29:33 +00:00
|
|
|
"http 1.2.0",
|
2024-07-15 15:48:40 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
version = "1.9.5"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-12-18 19:06:18 +00:00
|
|
|
version = "1.0.3"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 19:06:18 +00:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.14.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2020-04-13 23:22:05 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-12-04 21:29:33 +00:00
|
|
|
"h2",
|
2024-07-15 15:48:40 +00:00
|
|
|
"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",
|
2020-11-11 18:21:45 +00:00
|
|
|
"httpdate",
|
2022-02-19 12:40:07 +00:00
|
|
|
"itoa",
|
2021-06-24 14:52:45 +00:00
|
|
|
"pin-project-lite",
|
2020-11-11 18:21:45 +00:00
|
|
|
"socket2",
|
2020-04-13 23:22:05 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
2020-11-11 18:21:45 +00:00
|
|
|
"tracing",
|
2020-04-13 23:22:05 +00:00
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-12-20 17:12:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.5.1"
|
2023-12-20 17:12:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
|
2023-12-20 17:12:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-12-04 21:29:33 +00:00
|
|
|
"http 1.2.0",
|
2024-07-15 15:48:40 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"hyper 0.14.31",
|
2024-07-15 15:48:40 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2023-12-20 17:12:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.10"
|
2023-12-20 17:12:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2023-12-20 17:12:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-12-04 21:29:33 +00:00
|
|
|
"http 1.2.0",
|
2024-07-15 15:48:40 +00:00
|
|
|
"http-body 1.0.1",
|
2024-12-04 21:29:33 +00:00
|
|
|
"hyper 1.5.1",
|
2023-12-20 17:12:57 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.61"
|
2022-11-20 11:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
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
|
|
|
]
|
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.90",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.3"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2024-12-04 21:29:33 +00:00
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-12-18 19:06:18 +00:00
|
|
|
name = "indexmap"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "2.7.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2023-12-18 19:06:18 +00:00
|
|
|
"equivalent",
|
2024-12-04 21:29:33 +00:00
|
|
|
"hashbrown 0.15.2",
|
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",
|
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "2.10.1"
|
2023-03-23 11:38:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
2023-03-23 11:38:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-15 15:48:40 +00:00
|
|
|
name = "is_terminal_polyfill"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.70.1"
|
2021-09-16 21:33:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2021-09-16 21:33:19 +00:00
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.14"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2022-01-25 22:59:05 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.74"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2024-12-04 21:29:33 +00:00
|
|
|
"once_cell",
|
2020-04-13 23:22:05 +00:00
|
|
|
"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",
|
2021-01-26 00:35:51 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.2.167"
|
2020-09-20 22:25:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
|
2020-09-20 22:25:54 +00:00
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.2.11"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
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
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-09-03 10:33:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.2.1"
|
2021-09-03 10:33:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-09-03 10:33:24 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.8.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2024-12-04 21:29:33 +00:00
|
|
|
"adler2",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.3"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-07-14 16:56:36 +00:00
|
|
|
"wasi",
|
2024-12-04 21:29:33 +00:00
|
|
|
"windows-sys 0.52.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 = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"getrandom",
|
2020-04-26 22:12:31 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2021-01-26 00:35:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-03-23 11:38:53 +00:00
|
|
|
version = "7.1.3"
|
2021-01-26 00:35:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 11:38:53 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-01-26 00:35:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-09-03 10:33:24 +00:00
|
|
|
"minimal-lexical",
|
2021-01-26 00:35:51 +00:00
|
|
|
]
|
|
|
|
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
version = "0.36.5"
|
2023-07-09 12:24:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
2023-07-09 12:24:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.20.2"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2024-07-15 15:48:40 +00:00
|
|
|
version = "0.3.1"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 15:48:40 +00:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2020-11-11 18:21:45 +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
|
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
"redox_syscall",
|
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-12-04 21:29:33 +00:00
|
|
|
version = "1.1.7"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
|
2020-11-11 18:21:45 +00:00
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "1.1.7"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-12-04 21:29:33 +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-12-04 21:29:33 +00:00
|
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
2021-01-22 17:19:57 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-11-11 18:21:45 +00:00
|
|
|
version = "0.1.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 18:21:45 +00:00
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.3.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
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 = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-01-22 17:19:57 +00:00
|
|
|
"regex",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
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-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
2022-01-25 22:59:05 +00:00
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "poly1305"
|
2023-12-18 19:06:18 +00:00
|
|
|
version = "0.8.0"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 19:06:18 +00:00
|
|
|
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
2020-11-11 18:21:45 +00:00
|
|
|
"universal-hash",
|
|
|
|
]
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
|
|
|
|
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.2.20"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
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-12-04 21:29:33 +00:00
|
|
|
version = "1.0.92"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
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-12-04 21:29:33 +00:00
|
|
|
version = "1.0.37"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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 = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"getrandom",
|
2021-06-24 14:52:45 +00:00
|
|
|
]
|
|
|
|
|
2023-12-18 19:06:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "realfft"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "3.4.0"
|
2023-12-18 19:06:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "390252372b7f2aac8360fc5e72eba10136b166d6faeed97e6d0c8324eb99b2b1"
|
2023-12-18 19:06:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustfft",
|
|
|
|
]
|
|
|
|
|
2023-04-08 20:36:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.5.7"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2024-07-15 15:48:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
]
|
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.11.1"
|
2020-05-20 16:54:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2020-05-20 16:54:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-12-04 21:29:33 +00:00
|
|
|
"regex-automata 0.4.9",
|
|
|
|
"regex-syntax 0.8.5",
|
2020-05-20 16:54:46 +00:00
|
|
|
]
|
|
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.4.9"
|
2023-07-09 12:24:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2023-07-09 12:24:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-12-04 21:29:33 +00:00
|
|
|
"regex-syntax 0.8.5",
|
2022-01-25 22:59:05 +00:00
|
|
|
]
|
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-23 11:38:53 +00:00
|
|
|
version = "0.6.29"
|
2020-05-20 16:54:46 +00:00
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.8.5"
|
2023-07-09 12:24:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2020-04-13 23:22:05 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-12-04 21:29:33 +00:00
|
|
|
"h2",
|
2024-07-15 15:48:40 +00:00
|
|
|
"http 0.2.12",
|
2023-12-20 17:12:57 +00:00
|
|
|
"http-body 0.4.6",
|
2024-12-04 21:29:33 +00:00
|
|
|
"hyper 0.14.31",
|
|
|
|
"hyper-rustls",
|
2020-11-11 18:21:45 +00:00
|
|
|
"ipnet",
|
2020-04-13 23:22:05 +00:00
|
|
|
"js-sys",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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",
|
2021-01-26 00:35:51 +00:00
|
|
|
"pin-project-lite",
|
2024-07-15 15:48:40 +00:00
|
|
|
"rustls 0.21.12",
|
2024-12-04 21:29:33 +00:00
|
|
|
"rustls-pemfile",
|
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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"winreg",
|
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",
|
2020-11-11 18:21:45 +00:00
|
|
|
"once_cell",
|
2021-09-03 10:33:24 +00:00
|
|
|
"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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
version = "0.4.7"
|
2023-12-18 19:06:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "726bb493fe9cac765e8f96a144c3a8396bdf766dedad22e504b70b908dcbceb4"
|
2023-12-18 19:06:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
2024-12-04 21:29:33 +00:00
|
|
|
"portable-atomic",
|
2023-12-18 19:06:18 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.9.7"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.4.1"
|
2023-07-09 12:24:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2024-07-15 15:48:40 +00:00
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.38.41"
|
2023-07-09 12:24:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
|
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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"rustls-webpki 0.102.8",
|
2024-07-15 15:48:40 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
"rustls-pemfile",
|
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-pki-types"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.10.0"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
2024-07-15 15:48:40 +00:00
|
|
|
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.102.8"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2024-07-15 15:48:40 +00:00
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "1.0.18"
|
2021-04-05 10:55:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
|
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
|
|
|
|
2020-09-03 13:52:19 +00:00
|
|
|
[[package]]
|
2020-11-11 18:21:45 +00:00
|
|
|
name = "ryu"
|
2024-07-15 15:48:40 +00:00
|
|
|
version = "1.0.18"
|
2020-09-03 13:52:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 15:48:40 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2020-09-03 13:52:19 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
2020-11-11 18:21:45 +00:00
|
|
|
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"
|
2020-11-11 18:21:45 +00:00
|
|
|
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-11-11 18:21:45 +00:00
|
|
|
]
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.27"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2024-12-04 21:29:33 +00:00
|
|
|
"windows-sys 0.59.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-12-04 21:29:33 +00:00
|
|
|
version = "2.12.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
|
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-12-04 21:29:33 +00:00
|
|
|
version = "1.0.215"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.2"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "1e7bbbec7196bfde255ab54b65e34087c0849629280028238e67ee25d6a4b7da"
|
2024-07-15 15:48:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.215"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.133"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-02-19 12:40:07 +00:00
|
|
|
"itoa",
|
2024-12-04 21:29:33 +00:00
|
|
|
"memchr",
|
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-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.12.4"
|
2022-05-13 11:51:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "3d72ec4323681bf9a3cabe40fd080abc2435859b502a1b5aa9bf693f125bfa76"
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"mime_guess",
|
2023-12-20 17:12:57 +00:00
|
|
|
"parking_lot",
|
2021-01-22 17:19:57 +00:00
|
|
|
"percent-encoding",
|
2024-12-04 21:29:33 +00:00
|
|
|
"reqwest",
|
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",
|
2020-11-11 18:21:45 +00:00
|
|
|
"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",
|
2020-11-11 18:21:45 +00:00
|
|
|
]
|
|
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.5.8"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.4.6"
|
2023-04-09 16:35:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "30c6bde67a7ba20c8d9abefa35dfbb4f7abb570b344af73c201626033fb64703"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2024-12-04 21:29:33 +00:00
|
|
|
"aead",
|
|
|
|
"aes-gcm",
|
2021-01-22 17:19:57 +00:00
|
|
|
"async-trait",
|
|
|
|
"audiopus",
|
|
|
|
"byteorder",
|
2024-07-15 15:48:40 +00:00
|
|
|
"bytes",
|
2024-12-04 21:29:33 +00:00
|
|
|
"chacha20poly1305",
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"pin-project",
|
|
|
|
"rand",
|
2024-12-04 21:29:33 +00:00
|
|
|
"reqwest",
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"symphonia-core",
|
2021-01-22 17:19:57 +00:00
|
|
|
"tokio",
|
2024-12-04 21:29:33 +00:00
|
|
|
"tokio-tungstenite 0.21.0",
|
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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"typenum",
|
2021-01-22 17:19:57 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
"dashmap 6.1.0",
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2022-01-25 22:59:05 +00:00
|
|
|
"poise",
|
2023-10-21 20:33:50 +00:00
|
|
|
"prometheus",
|
2022-09-13 11:37:50 +00:00
|
|
|
"serde",
|
2021-03-15 22:05:14 +00:00
|
|
|
"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]]
|
2021-09-03 10:33:24 +00:00
|
|
|
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 = [
|
2021-09-03 10:33:24 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.2.6"
|
2020-05-20 16:54:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
|
2020-05-20 16:54:46 +00:00
|
|
|
dependencies = [
|
2021-01-26 00:35:51 +00:00
|
|
|
"nom",
|
|
|
|
"unicode_categories",
|
2020-05-20 16:54:46 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2024-07-15 15:48:40 +00:00
|
|
|
version = "0.7.4"
|
2021-03-15 11:01:07 +00:00
|
|
|
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"
|
2021-03-15 11:01:07 +00:00
|
|
|
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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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",
|
2021-09-03 10:33:24 +00:00
|
|
|
"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",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"rustls-pemfile",
|
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",
|
2020-05-20 16:54:46 +00:00
|
|
|
"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"
|
2021-03-15 11:01:07 +00:00
|
|
|
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"
|
2021-03-15 11:01:07 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2024-07-15 15:48:40 +00:00
|
|
|
[[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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"reqwest",
|
2024-07-15 15:48:40 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "streamcatcher"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "1.0.1"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "71664755c349abb0758fda6218fb2d2391ca2a73f9302c03b145491db4fcea29"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2021-09-03 10:33:24 +00:00
|
|
|
"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",
|
2020-11-11 18:21:45 +00:00
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2020-11-11 18:21:45 +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"
|
2020-11-11 18:21:45 +00:00
|
|
|
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-11-11 18:21:45 +00:00
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
2021-08-13 13:20:45 +00:00
|
|
|
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 = [
|
2021-09-03 10:33:24 +00:00
|
|
|
"arrayvec",
|
2023-07-09 12:24:39 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-05-05 08:55:44 +00:00
|
|
|
"bytemuck",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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]]
|
2021-08-13 13:20:45 +00:00
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "2.0.90"
|
2023-03-23 11:38:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.90",
|
|
|
|
]
|
2024-07-15 15:48:40 +00:00
|
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "3.14.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2024-12-04 21:29:33 +00:00
|
|
|
"once_cell",
|
2023-12-18 19:06:18 +00:00
|
|
|
"rustix",
|
2024-12-04 21:29:33 +00:00
|
|
|
"windows-sys 0.59.0",
|
2021-03-15 15:03:15 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.69"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.69"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.3.37"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.2.19"
|
2022-11-20 11:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
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
|
|
|
]
|
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-07-15 15:48:40 +00:00
|
|
|
version = "1.8.0"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 15:48:40 +00:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-03-23 11:38:53 +00:00
|
|
|
version = "0.1.1"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 11:38:53 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.42.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2023-07-09 12:24:39 +00:00
|
|
|
"backtrace",
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2020-04-26 22:12:31 +00:00
|
|
|
"libc",
|
2020-04-13 23:22:05 +00:00
|
|
|
"mio",
|
2021-01-26 00:35:51 +00:00
|
|
|
"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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"windows-sys 0.52.0",
|
2020-04-26 22:12:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "2.4.0"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2020-06-07 16:10:58 +00:00
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "tokio-stream"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.16"
|
2020-06-07 16:10:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
2020-06-07 16:10:58 +00:00
|
|
|
dependencies = [
|
2021-01-22 17:19:57 +00:00
|
|
|
"futures-core",
|
2021-01-26 00:35:51 +00:00
|
|
|
"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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"webpki-roots 0.26.7",
|
2023-12-18 19:06:18 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.7.13"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.5.1"
|
2023-10-21 22:45:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
|
2023-10-21 22:45:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
2024-12-04 21:29:33 +00:00
|
|
|
"sync_wrapper 0.1.2",
|
2023-10-21 22:45:42 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.3"
|
2023-10-21 22:45:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2023-10-21 22:45:42 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.3"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.41"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2021-01-26 00:35:51 +00:00
|
|
|
"pin-project-lite",
|
2020-11-11 18:21:45 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.28"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
2020-11-11 18:21:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.33"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2022-07-14 16:56:36 +00:00
|
|
|
"once_cell",
|
2022-02-19 12:40:07 +00:00
|
|
|
"valuable",
|
2020-11-11 18:21:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
2021-04-05 10:55:06 +00:00
|
|
|
version = "0.2.5"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 10:55:06 +00:00
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2021-04-05 10:55:06 +00:00
|
|
|
"pin-project",
|
2020-11-11 18:21:45 +00:00
|
|
|
"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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.19"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.1.14"
|
2023-12-18 19:06:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85"
|
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
|
|
|
|
2021-03-15 11:01:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2023-12-18 19:06:18 +00:00
|
|
|
version = "0.18.0"
|
2021-03-15 11:01:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 19:06:18 +00:00
|
|
|
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
|
2021-03-15 11:01:07 +00:00
|
|
|
dependencies = [
|
2023-03-23 11:38:53 +00:00
|
|
|
"base64 0.13.1",
|
2021-03-15 11:01:07 +00:00
|
|
|
"byteorder",
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2024-07-15 15:48:40 +00:00
|
|
|
"http 0.2.12",
|
2021-03-15 11:01:07 +00:00
|
|
|
"httparse",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
"http 1.2.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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2021-03-15 11:01:07 +00:00
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typemap_rev"
|
2023-12-18 19:06:18 +00:00
|
|
|
version = "0.3.0"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 19:06:18 +00:00
|
|
|
checksum = "74b08b0c1257381af16a5c3605254d529d3e7e109f3c62befc5d168968192998"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.1.10"
|
2023-12-18 19:06:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "549e54551d85ba6718a95333d9bc4367f69793d7aba638de30f8d25a1f554a1d"
|
2023-12-18 19:06:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2024-07-15 15:48:40 +00:00
|
|
|
"dashmap 5.5.3",
|
2024-12-04 21:29:33 +00:00
|
|
|
"hashbrown 0.14.5",
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.1.10"
|
2023-12-18 19:06:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "fd9fc0ad9e03a2b0c2e2a0eafaecccef2121829e1ab6ce9c9d790e6c6766bd1c"
|
2023-12-18 19:06:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
2023-12-18 19:06:18 +00:00
|
|
|
]
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "2.8.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.3.17"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2022-07-14 16:56:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.0.14"
|
2022-07-14 16:56:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
2022-07-14 16:56:36 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.24"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2020-11-11 18:21:45 +00:00
|
|
|
"tinyvec",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2024-07-15 15:48:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-properties"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.1.3"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
|
2024-07-15 15:48:40 +00:00
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "1.12.0"
|
2021-06-24 14:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
2022-11-20 11:30:02 +00:00
|
|
|
|
2021-01-26 00:35:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[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"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2023-12-18 19:06:18 +00:00
|
|
|
"crypto-common",
|
2020-11-11 18:21:45 +00:00
|
|
|
"subtle",
|
|
|
|
]
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-11-11 18:21:45 +00:00
|
|
|
version = "0.7.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 18:21:45 +00:00
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "2.5.4"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2020-11-11 18:21:45 +00:00
|
|
|
"form_urlencoded",
|
2020-04-13 23:22:05 +00:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2021-08-13 13:20:45 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "1.11.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.9.5"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.2.97"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2024-12-04 21:29:33 +00:00
|
|
|
"once_cell",
|
2020-04-13 23:22:05 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.2.97"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2022-07-31 13:56:38 +00:00
|
|
|
"once_cell",
|
2020-04-13 23:22:05 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
2020-04-13 23:22:05 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.4.47"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "9dfaf8f50e5f293737ee323940c7d8b08a66a95a419223d9f41610ca08b0833d"
|
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",
|
2024-12-04 21:29:33 +00:00
|
|
|
"once_cell",
|
2020-04-13 23:22:05 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.2.97"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.2.97"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
2020-04-13 23:22:05 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.2.97"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49"
|
2023-03-23 11:38:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.4.2"
|
2023-03-23 11:38:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.3.74"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c"
|
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"
|
2024-12-04 21:29:33 +00:00
|
|
|
version = "0.26.7"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
|
2024-07-15 15:48:40 +00:00
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "1.5.2"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
|
2024-07-15 15:48:40 +00:00
|
|
|
dependencies = [
|
2024-12-04 21:29:33 +00:00
|
|
|
"redox_syscall",
|
2024-07-15 15:48:40 +00:00
|
|
|
"wasite",
|
|
|
|
]
|
2021-01-22 17:19:57 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-11-11 18:21:45 +00:00
|
|
|
version = "0.3.9"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 18:21:45 +00:00
|
|
|
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-12-04 21:29:33 +00:00
|
|
|
version = "0.1.9"
|
2021-03-15 15:03:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2021-03-15 15:03:15 +00:00
|
|
|
dependencies = [
|
2024-12-04 21:29:33 +00:00
|
|
|
"windows-sys 0.59.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
|
|
|
]
|
|
|
|
|
2024-12-04 21:29:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
2023-12-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
|
|
|
|
2020-11-11 18:21:45 +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"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 15:48:40 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
|
|
|
[[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]]
|
2024-12-04 21:29:33 +00:00
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.5"
|
2024-07-15 15:48:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 21:29:33 +00:00
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
2024-07-15 15:48:40 +00:00
|
|
|
dependencies = [
|
2024-12-04 21:29:33 +00:00
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.90",
|
|
|
|
"synstructure",
|
2024-07-15 15:48:40 +00:00
|
|
|
]
|
|
|
|
|
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 = [
|
2024-12-04 21:29:33 +00:00
|
|
|
"byteorder",
|
2023-12-20 17:12:57 +00:00
|
|
|
"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-12-04 21:29:33 +00:00
|
|
|
"syn 2.0.90",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.90",
|
|
|
|
"synstructure",
|
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"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 15:48:40 +00:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2024-12-04 21:29:33 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.90",
|
|
|
|
]
|