Heracles/Cargo.lock

2651 lines
65 KiB
Plaintext
Raw Permalink Normal View History

2024-02-17 20:49:03 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2025-07-21 20:33:03 -04:00
version = 4
2024-02-17 20:49:03 -05:00
[[package]]
name = "addr2line"
2025-07-21 20:33:03 -04:00
version = "0.24.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
2024-02-17 20:49:03 -05:00
dependencies = [
"gimli",
]
[[package]]
2025-07-21 20:33:03 -04:00
name = "adler2"
version = "2.0.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
2024-02-17 20:49:03 -05:00
[[package]]
name = "aho-corasick"
2025-07-21 20:33:03 -04:00
version = "1.1.3"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2024-02-17 20:49:03 -05:00
dependencies = [
"memchr",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anstream"
2025-07-21 20:33:03 -04:00
version = "0.6.19"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
2024-02-17 20:49:03 -05:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2025-07-21 20:33:03 -04:00
"is_terminal_polyfill",
2024-02-17 20:49:03 -05:00
"utf8parse",
]
[[package]]
name = "anstyle"
2025-07-21 20:33:03 -04:00
version = "1.0.11"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
2024-02-17 20:49:03 -05:00
[[package]]
name = "anstyle-parse"
2025-07-21 20:33:03 -04:00
version = "0.2.7"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
2024-02-17 20:49:03 -05:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2025-07-21 20:33:03 -04:00
version = "1.1.3"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"windows-sys 0.59.0",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "anstyle-wincon"
2025-07-21 20:33:03 -04:00
version = "3.0.9"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
2024-02-17 20:49:03 -05:00
dependencies = [
"anstyle",
2025-07-21 20:33:03 -04:00
"once_cell_polyfill",
"windows-sys 0.59.0",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "anyhow"
2025-07-21 20:33:03 -04:00
version = "1.0.98"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
2024-02-17 20:49:03 -05:00
[[package]]
name = "async-io"
2025-07-21 20:33:03 -04:00
version = "2.5.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
2024-02-17 20:49:03 -05:00
dependencies = [
2024-02-19 16:56:14 -05:00
"async-lock",
2024-02-17 20:49:03 -05:00
"cfg-if",
"concurrent-queue",
"futures-io",
"futures-lite",
"parking",
"polling",
"rustix",
"slab",
2025-07-21 20:33:03 -04:00
"windows-sys 0.60.2",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "async-lock"
2025-07-21 20:33:03 -04:00
version = "3.4.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
2024-02-17 20:49:03 -05:00
dependencies = [
2024-02-19 16:56:14 -05:00
"event-listener",
2024-02-17 20:49:03 -05:00
"event-listener-strategy",
"pin-project-lite",
]
[[package]]
name = "async-trait"
2025-07-21 20:33:03 -04:00
version = "0.1.88"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
2024-02-17 20:49:03 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2025-07-21 20:33:03 -04:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2024-02-17 20:49:03 -05:00
[[package]]
name = "autocfg"
2025-07-21 20:33:03 -04:00
version = "1.5.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
2024-02-17 20:49:03 -05:00
[[package]]
name = "axum"
2025-07-21 20:33:03 -04:00
version = "0.7.9"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
2024-02-17 20:49:03 -05:00
dependencies = [
"async-trait",
"axum-core",
"bytes",
"futures-util",
2025-07-21 20:33:03 -04:00
"http",
"http-body",
2024-02-17 20:49:03 -05:00
"http-body-util",
2025-07-21 20:33:03 -04:00
"hyper",
2024-02-17 20:49:03 -05:00
"hyper-util",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
"sync_wrapper",
"tokio",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "axum-core"
2025-07-21 20:33:03 -04:00
version = "0.4.5"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
2024-02-17 20:49:03 -05:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
2025-07-21 20:33:03 -04:00
"http",
"http-body",
2024-02-17 20:49:03 -05:00
"http-body-util",
"mime",
"pin-project-lite",
"rustversion",
"sync_wrapper",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "axum-macros"
2025-07-21 20:33:03 -04:00
version = "0.4.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce"
2024-02-17 20:49:03 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "backtrace"
2025-07-21 20:33:03 -04:00
version = "0.3.75"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
2024-02-17 20:49:03 -05:00
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2025-07-21 20:33:03 -04:00
"windows-targets 0.52.6",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "base64"
2025-07-21 20:33:03 -04:00
version = "0.22.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-02-17 20:49:03 -05:00
[[package]]
name = "bitflags"
2025-07-21 20:33:03 -04:00
version = "2.9.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
2024-02-17 20:49:03 -05:00
[[package]]
name = "bumpalo"
2025-07-21 20:33:03 -04:00
version = "3.19.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2024-02-17 20:49:03 -05:00
[[package]]
name = "bytes"
2025-07-21 20:33:03 -04:00
version = "1.10.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2024-02-17 20:49:03 -05:00
[[package]]
name = "cc"
2025-07-21 20:33:03 -04:00
version = "1.2.30"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"shlex",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "cfg-if"
2025-07-21 20:33:03 -04:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-02-17 20:49:03 -05:00
[[package]]
name = "chrono"
2025-07-21 20:33:03 -04:00
version = "0.4.41"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2024-02-17 20:49:03 -05:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
2025-07-21 20:33:03 -04:00
"windows-link",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "clap"
2025-07-21 20:33:03 -04:00
version = "4.5.41"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9"
2024-02-17 20:49:03 -05:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2025-07-21 20:33:03 -04:00
version = "4.5.41"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d"
2024-02-17 20:49:03 -05:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2025-07-21 20:33:03 -04:00
version = "4.5.41"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491"
2024-02-17 20:49:03 -05:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2025-07-21 20:33:03 -04:00
version = "0.7.5"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
2024-02-17 20:49:03 -05:00
[[package]]
name = "colorchoice"
2025-07-21 20:33:03 -04:00
version = "1.0.4"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
2024-02-17 20:49:03 -05:00
[[package]]
name = "concurrent-queue"
2025-07-21 20:33:03 -04:00
version = "2.5.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2024-02-17 20:49:03 -05:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2025-07-21 20:33:03 -04:00
version = "0.8.7"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2024-02-17 20:49:03 -05:00
[[package]]
name = "crossbeam-utils"
2025-07-21 20:33:03 -04:00
version = "0.8.21"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
2024-02-17 20:49:03 -05:00
[[package]]
name = "deranged"
2025-07-21 20:33:03 -04:00
version = "0.4.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
2024-02-17 20:49:03 -05:00
dependencies = [
"powerfmt",
"serde",
]
2025-07-21 20:33:03 -04: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",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "encoding_rs"
2025-07-21 20:33:03 -04:00
version = "0.8.35"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2024-02-17 20:49:03 -05:00
dependencies = [
"cfg-if",
]
[[package]]
name = "enum-as-inner"
2025-07-21 20:33:03 -04:00
version = "0.6.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
2024-02-17 20:49:03 -05:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "equivalent"
2025-07-21 20:33:03 -04:00
version = "1.0.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2024-02-17 20:49:03 -05:00
[[package]]
name = "errno"
2025-07-21 20:33:03 -04:00
version = "0.3.13"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
2024-02-17 20:49:03 -05:00
dependencies = [
"libc",
2025-07-21 20:33:03 -04:00
"windows-sys 0.60.2",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "event-listener"
2025-07-21 20:33:03 -04:00
version = "5.4.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
2024-02-17 20:49:03 -05:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
2025-07-21 20:33:03 -04:00
version = "0.5.4"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
2024-02-17 20:49:03 -05:00
dependencies = [
2024-02-19 16:56:14 -05:00
"event-listener",
2024-02-17 20:49:03 -05:00
"pin-project-lite",
]
2024-02-26 19:13:05 -05:00
[[package]]
name = "fastrand"
2025-07-21 20:33:03 -04:00
version = "2.3.0"
2024-02-26 19:13:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2024-02-26 19:13:05 -05:00
2024-02-17 20:49:03 -05:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2024-02-26 19:13:05 -05:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2024-02-17 20:49:03 -05:00
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures-channel"
2025-07-21 20:33:03 -04:00
version = "0.3.31"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2024-02-17 20:49:03 -05:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2025-07-21 20:33:03 -04:00
version = "0.3.31"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2024-02-17 20:49:03 -05:00
[[package]]
name = "futures-io"
2025-07-21 20:33:03 -04:00
version = "0.3.31"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2024-02-17 20:49:03 -05:00
[[package]]
name = "futures-lite"
2025-07-21 20:33:03 -04:00
version = "2.6.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
2024-02-17 20:49:03 -05:00
dependencies = [
"futures-core",
"pin-project-lite",
]
[[package]]
name = "futures-sink"
2025-07-21 20:33:03 -04:00
version = "0.3.31"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2024-02-17 20:49:03 -05:00
[[package]]
name = "futures-task"
2025-07-21 20:33:03 -04:00
version = "0.3.31"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2024-02-17 20:49:03 -05:00
[[package]]
name = "futures-util"
2025-07-21 20:33:03 -04:00
version = "0.3.31"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2024-02-17 20:49:03 -05:00
dependencies = [
"futures-core",
"futures-task",
"pin-project-lite",
"pin-utils",
]
2024-02-19 17:04:29 -05:00
[[package]]
name = "getrandom"
2025-07-21 20:33:03 -04:00
version = "0.2.16"
2024-02-19 17:04:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
2024-02-19 17:04:29 -05:00
dependencies = [
"cfg-if",
2025-07-21 20:33:03 -04:00
"js-sys",
2024-02-19 17:04:29 -05:00
"libc",
2025-07-21 20:33:03 -04:00
"wasi 0.11.1+wasi-snapshot-preview1",
"wasm-bindgen",
2024-02-19 17:04:29 -05:00
]
2024-02-17 20:49:03 -05:00
[[package]]
2025-07-21 20:33:03 -04:00
name = "getrandom"
version = "0.3.3"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
dependencies = [
"cfg-if",
"js-sys",
"libc",
"r-efi",
"wasi 0.14.2+wasi-0.2.4",
"wasm-bindgen",
]
2024-02-17 20:49:03 -05:00
[[package]]
2025-07-21 20:33:03 -04:00
name = "gimli"
version = "0.31.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2024-02-17 20:49:03 -05:00
[[package]]
name = "h2"
2025-07-21 20:33:03 -04:00
version = "0.4.11"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"atomic-waker",
2024-02-17 20:49:03 -05:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
2025-07-21 20:33:03 -04:00
"http",
2024-02-17 20:49:03 -05:00
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2025-07-21 20:33:03 -04:00
version = "0.15.4"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
2024-02-17 20:49:03 -05:00
[[package]]
name = "heck"
2025-07-21 20:33:03 -04:00
version = "0.5.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2024-02-17 20:49:03 -05:00
[[package]]
name = "heracles"
version = "0.1.0"
dependencies = [
"anyhow",
"async-io",
"axum",
"axum-macros",
"chrono",
"clap",
"maud",
"parse_duration",
"prometheus-http-query",
2024-02-26 19:13:05 -05:00
"reqwest",
2024-02-17 20:49:03 -05:00
"serde",
"serde_json",
"serde_yaml",
"tokio",
2025-07-21 20:33:03 -04:00
"tower-http 0.5.2",
2024-02-17 20:49:03 -05:00
"tracing",
"tracing-subscriber",
]
[[package]]
name = "hermit-abi"
2025-07-21 20:33:03 -04:00
version = "0.5.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2024-02-17 20:49:03 -05:00
[[package]]
name = "http"
2025-07-21 20:33:03 -04:00
version = "1.3.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
2024-02-17 20:49:03 -05:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2025-07-21 20:33:03 -04:00
version = "1.0.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2024-02-17 20:49:03 -05:00
dependencies = [
"bytes",
2025-07-21 20:33:03 -04:00
"http",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "http-body-util"
2025-07-21 20:33:03 -04:00
version = "0.1.3"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2024-02-17 20:49:03 -05:00
dependencies = [
"bytes",
2025-07-21 20:33:03 -04:00
"futures-core",
"http",
"http-body",
2024-02-17 20:49:03 -05:00
"pin-project-lite",
]
[[package]]
name = "httparse"
2025-07-21 20:33:03 -04:00
version = "1.10.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2024-02-17 20:49:03 -05:00
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "hyper"
2025-07-21 20:33:03 -04:00
version = "1.6.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
2024-02-17 20:49:03 -05:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2025-07-21 20:33:03 -04:00
"h2",
"http",
"http-body",
2024-02-17 20:49:03 -05:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2025-07-21 20:33:03 -04:00
"smallvec",
2024-02-17 20:49:03 -05:00
"tokio",
"want",
]
[[package]]
2024-02-19 17:04:29 -05:00
name = "hyper-rustls"
2025-07-21 20:33:03 -04:00
version = "0.27.7"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"http",
"hyper",
"hyper-util",
2024-02-19 17:04:29 -05:00
"rustls",
2025-07-21 20:33:03 -04:00
"rustls-pki-types",
2024-02-17 20:49:03 -05:00
"tokio",
2024-02-19 17:04:29 -05:00
"tokio-rustls",
2025-07-21 20:33:03 -04:00
"tower-service",
"webpki-roots",
2024-02-17 20:49:03 -05:00
]
2024-02-26 19:13:05 -05:00
[[package]]
name = "hyper-tls"
2025-07-21 20:33:03 -04:00
version = "0.6.0"
2024-02-26 19:13:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2024-02-26 19:13:05 -05:00
dependencies = [
"bytes",
2025-07-21 20:33:03 -04:00
"http-body-util",
"hyper",
"hyper-util",
2024-02-26 19:13:05 -05:00
"native-tls",
"tokio",
"tokio-native-tls",
2025-07-21 20:33:03 -04:00
"tower-service",
2024-02-26 19:13:05 -05:00
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "hyper-util"
2025-07-21 20:33:03 -04:00
version = "0.1.15"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"base64",
2024-02-17 20:49:03 -05:00
"bytes",
2025-07-21 20:33:03 -04:00
"futures-channel",
"futures-core",
2024-02-17 20:49:03 -05:00
"futures-util",
2025-07-21 20:33:03 -04:00
"http",
"http-body",
"hyper",
"ipnet",
"libc",
"percent-encoding",
2024-02-17 20:49:03 -05:00
"pin-project-lite",
"socket2",
2025-07-21 20:33:03 -04:00
"system-configuration",
2024-02-17 20:49:03 -05:00
"tokio",
2025-07-21 20:33:03 -04:00
"tower-service",
"tracing",
"windows-registry",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "iana-time-zone"
2025-07-21 20:33:03 -04:00
version = "0.1.63"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
2024-02-17 20:49:03 -05:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
2025-07-21 20:33:03 -04:00
"log",
2024-02-17 20:49:03 -05:00
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2025-07-21 20:33:03 -04:00
[[package]]
name = "icu_collections"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
dependencies = [
"displaydoc",
"potential_utf",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locale_core"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_normalizer"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
[[package]]
name = "icu_properties"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locale_core",
"icu_properties_data",
"icu_provider",
"potential_utf",
"zerotrie",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
[[package]]
name = "icu_provider"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
dependencies = [
"displaydoc",
"icu_locale_core",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerotrie",
"zerovec",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "idna"
2025-07-21 20:33:03 -04:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
dependencies = [
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
version = "1.2.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"icu_normalizer",
"icu_properties",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "indexmap"
2025-07-21 20:33:03 -04:00
version = "2.10.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
2024-02-17 20:49:03 -05:00
dependencies = [
"equivalent",
"hashbrown",
]
2025-07-21 20:33:03 -04:00
[[package]]
name = "io-uring"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
dependencies = [
"bitflags",
"cfg-if",
"libc",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "ipnet"
2025-07-21 20:33:03 -04:00
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
[[package]]
name = "iri-string"
version = "0.7.8"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-02-17 20:49:03 -05:00
[[package]]
name = "itoa"
2025-07-21 20:33:03 -04:00
version = "1.0.15"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2024-02-17 20:49:03 -05:00
[[package]]
name = "js-sys"
2025-07-21 20:33:03 -04:00
version = "0.3.77"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"once_cell",
2024-02-17 20:49:03 -05:00
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
2025-07-21 20:33:03 -04:00
version = "1.5.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-02-17 20:49:03 -05:00
[[package]]
name = "libc"
2025-07-21 20:33:03 -04:00
version = "0.2.174"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
2024-02-17 20:49:03 -05:00
[[package]]
name = "linux-raw-sys"
2025-07-21 20:33:03 -04:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
[[package]]
name = "litemap"
version = "0.8.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2024-02-17 20:49:03 -05:00
[[package]]
name = "log"
2025-07-21 20:33:03 -04:00
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "lru-slab"
version = "0.1.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2024-02-17 20:49:03 -05:00
[[package]]
name = "matchit"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
[[package]]
name = "maud"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df518b75016b4289cdddffa1b01f2122f4a49802c93191f3133f6dc2472ebcaa"
dependencies = [
"axum-core",
2025-07-21 20:33:03 -04:00
"http",
2024-02-17 20:49:03 -05:00
"itoa",
"maud_macros",
]
[[package]]
name = "maud_macros"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa453238ec218da0af6b11fc5978d3b5c3a45ed97b722391a2a11f3306274e18"
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "memchr"
2025-07-21 20:33:03 -04:00
version = "2.7.5"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
2024-02-17 20:49:03 -05:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "miniz_oxide"
2025-07-21 20:33:03 -04:00
version = "0.8.9"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"adler2",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "mio"
2025-07-21 20:33:03 -04:00
version = "1.0.4"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
2024-02-17 20:49:03 -05:00
dependencies = [
"libc",
2025-07-21 20:33:03 -04:00
"wasi 0.11.1+wasi-snapshot-preview1",
"windows-sys 0.59.0",
2024-02-17 20:49:03 -05:00
]
2024-02-26 19:13:05 -05:00
[[package]]
name = "native-tls"
2025-07-21 20:33:03 -04:00
version = "0.2.14"
2024-02-26 19:13:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2024-02-26 19:13:05 -05:00
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2024-02-17 20:49:03 -05: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",
]
[[package]]
name = "num"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
2025-07-21 20:33:03 -04:00
version = "0.1.45"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2024-02-17 20:49:03 -05:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
"autocfg",
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2025-07-21 20:33:03 -04:00
version = "0.2.19"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2024-02-17 20:49:03 -05:00
dependencies = [
"autocfg",
]
[[package]]
name = "object"
2025-07-21 20:33:03 -04:00
version = "0.36.7"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2024-02-17 20:49:03 -05:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2025-07-21 20:33:03 -04:00
version = "1.21.3"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "once_cell_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
2024-02-17 20:49:03 -05:00
2024-02-26 19:13:05 -05:00
[[package]]
name = "openssl"
2025-07-21 20:33:03 -04:00
version = "0.10.73"
2024-02-26 19:13:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
2024-02-26 19:13:05 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"bitflags",
2024-02-26 19:13:05 -05:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "openssl-probe"
2025-07-21 20:33:03 -04:00
version = "0.1.6"
2024-02-26 19:13:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2024-02-26 19:13:05 -05:00
[[package]]
name = "openssl-sys"
2025-07-21 20:33:03 -04:00
version = "0.9.109"
2024-02-26 19:13:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
2024-02-26 19:13:05 -05:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "parking"
2025-07-21 20:33:03 -04:00
version = "2.2.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2024-02-17 20:49:03 -05:00
[[package]]
name = "parse_duration"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7037e5e93e0172a5a96874380bf73bc6ecef022e26fa25f2be26864d6b3ba95d"
dependencies = [
"lazy_static",
"num",
"regex",
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pin-project-lite"
2025-07-21 20:33:03 -04:00
version = "0.2.16"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2024-02-17 20:49:03 -05:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2024-02-26 19:13:05 -05:00
[[package]]
name = "pkg-config"
2025-07-21 20:33:03 -04:00
version = "0.3.32"
2024-02-26 19:13:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2024-02-26 19:13:05 -05:00
2024-02-17 20:49:03 -05:00
[[package]]
name = "polling"
2025-07-21 20:33:03 -04:00
version = "3.9.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "8ee9b2fa7a4517d2c91ff5bc6c297a427a96749d15f98fcdbb22c05571a4d4b7"
2024-02-17 20:49:03 -05:00
dependencies = [
"cfg-if",
"concurrent-queue",
2025-07-21 20:33:03 -04:00
"hermit-abi",
2024-02-17 20:49:03 -05:00
"pin-project-lite",
"rustix",
2025-07-21 20:33:03 -04:00
"windows-sys 0.60.2",
]
[[package]]
name = "potential_utf"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
dependencies = [
"zerovec",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
2025-07-21 20:33:03 -04:00
name = "ppv-lite86"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
dependencies = [
"zerocopy",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2025-07-21 20:33:03 -04:00
version = "1.0.95"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2024-02-17 20:49:03 -05:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "prometheus-http-query"
2025-07-21 20:33:03 -04:00
version = "0.8.3"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "0fcebfa99f03ae51220778316b37d24981e36322c82c24848f48c5bd0f64cbdb"
2024-02-17 20:49:03 -05:00
dependencies = [
"enum-as-inner",
"mime",
"reqwest",
"serde",
"time",
"url",
]
2025-07-21 20:33:03 -04:00
[[package]]
name = "quinn"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
dependencies = [
"bytes",
"cfg_aliases",
"pin-project-lite",
"quinn-proto",
"quinn-udp",
"rustc-hash",
"rustls",
"socket2",
"thiserror",
"tokio",
"tracing",
"web-time",
]
[[package]]
name = "quinn-proto"
version = "0.11.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
dependencies = [
"bytes",
"getrandom 0.3.3",
"lru-slab",
"rand",
"ring",
"rustc-hash",
"rustls",
"rustls-pki-types",
"slab",
"thiserror",
"tinyvec",
"tracing",
"web-time",
]
[[package]]
name = "quinn-udp"
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
dependencies = [
"cfg_aliases",
"libc",
"once_cell",
"socket2",
"tracing",
"windows-sys 0.59.0",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "quote"
2025-07-21 20:33:03 -04:00
version = "1.0.40"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2024-02-17 20:49:03 -05:00
dependencies = [
"proc-macro2",
]
2025-07-21 20:33:03 -04:00
[[package]]
name = "r-efi"
version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
[[package]]
name = "rand"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
dependencies = [
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
dependencies = [
"getrandom 0.3.3",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "regex"
2025-07-21 20:33:03 -04:00
version = "1.11.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2024-02-17 20:49:03 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2025-07-21 20:33:03 -04:00
version = "0.4.9"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2024-02-17 20:49:03 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2025-07-21 20:33:03 -04:00
version = "0.8.5"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2024-02-17 20:49:03 -05:00
[[package]]
name = "reqwest"
2025-07-21 20:33:03 -04:00
version = "0.12.22"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
2024-02-17 20:49:03 -05:00
dependencies = [
"base64",
"bytes",
"encoding_rs",
"futures-core",
2025-07-21 20:33:03 -04:00
"h2",
"http",
"http-body",
"http-body-util",
"hyper",
2024-02-19 17:04:29 -05:00
"hyper-rustls",
2024-02-26 19:13:05 -05:00
"hyper-tls",
2025-07-21 20:33:03 -04:00
"hyper-util",
2024-02-17 20:49:03 -05:00
"js-sys",
"log",
"mime",
2024-02-26 19:13:05 -05:00
"native-tls",
2024-02-17 20:49:03 -05:00
"percent-encoding",
"pin-project-lite",
2025-07-21 20:33:03 -04:00
"quinn",
2024-02-19 17:04:29 -05:00
"rustls",
2025-07-21 20:33:03 -04:00
"rustls-pki-types",
2024-02-17 20:49:03 -05:00
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"tokio",
2024-02-26 19:13:05 -05:00
"tokio-native-tls",
2024-02-19 17:04:29 -05:00
"tokio-rustls",
2025-07-21 20:33:03 -04:00
"tower",
"tower-http 0.6.6",
2024-02-17 20:49:03 -05:00
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-02-19 17:04:29 -05:00
"webpki-roots",
2024-02-17 20:49:03 -05:00
]
2024-02-19 17:04:29 -05:00
[[package]]
name = "ring"
2025-07-21 20:33:03 -04:00
version = "0.17.14"
2024-02-19 17:04:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2024-02-19 17:04:29 -05:00
dependencies = [
"cc",
2025-07-21 20:33:03 -04:00
"cfg-if",
"getrandom 0.2.16",
2024-02-19 17:04:29 -05:00
"libc",
"untrusted",
2025-07-21 20:33:03 -04:00
"windows-sys 0.52.0",
2024-02-19 17:04:29 -05:00
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "rustc-demangle"
2025-07-21 20:33:03 -04:00
version = "0.1.25"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
[[package]]
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2024-02-17 20:49:03 -05:00
[[package]]
name = "rustix"
2025-07-21 20:33:03 -04:00
version = "1.0.8"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"bitflags",
2024-02-17 20:49:03 -05:00
"errno",
"libc",
"linux-raw-sys",
2025-07-21 20:33:03 -04:00
"windows-sys 0.60.2",
2024-02-17 20:49:03 -05:00
]
2024-02-19 17:04:29 -05:00
[[package]]
name = "rustls"
2025-07-21 20:33:03 -04:00
version = "0.23.29"
2024-02-19 17:04:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
2024-02-19 17:04:29 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"once_cell",
2024-02-19 17:04:29 -05:00
"ring",
2025-07-21 20:33:03 -04:00
"rustls-pki-types",
2024-02-19 17:04:29 -05:00
"rustls-webpki",
2025-07-21 20:33:03 -04:00
"subtle",
"zeroize",
2024-02-19 17:04:29 -05:00
]
2024-02-17 20:49:03 -05:00
[[package]]
2025-07-21 20:33:03 -04:00
name = "rustls-pki-types"
version = "1.12.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"web-time",
"zeroize",
2024-02-17 20:49:03 -05:00
]
2024-02-19 17:04:29 -05:00
[[package]]
name = "rustls-webpki"
2025-07-21 20:33:03 -04:00
version = "0.103.4"
2024-02-19 17:04:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
2024-02-19 17:04:29 -05:00
dependencies = [
"ring",
2025-07-21 20:33:03 -04:00
"rustls-pki-types",
2024-02-19 17:04:29 -05:00
"untrusted",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "rustversion"
2025-07-21 20:33:03 -04:00
version = "1.0.21"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
2024-02-17 20:49:03 -05:00
[[package]]
name = "ryu"
2025-07-21 20:33:03 -04:00
version = "1.0.20"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2024-02-17 20:49:03 -05:00
2024-02-26 19:13:05 -05:00
[[package]]
name = "schannel"
2025-07-21 20:33:03 -04:00
version = "0.1.27"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"windows-sys 0.59.0",
2024-02-17 20:49:03 -05:00
]
2024-02-26 19:13:05 -05:00
[[package]]
name = "security-framework"
2025-07-21 20:33:03 -04:00
version = "2.11.1"
2024-02-26 19:13:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2024-02-26 19:13:05 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"bitflags",
2024-02-26 19:13:05 -05:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2025-07-21 20:33:03 -04:00
version = "2.14.0"
2024-02-26 19:13:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2024-02-26 19:13:05 -05:00
dependencies = [
"core-foundation-sys",
"libc",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "serde"
2025-07-21 20:33:03 -04:00
version = "1.0.219"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2024-02-17 20:49:03 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2025-07-21 20:33:03 -04:00
version = "1.0.219"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2024-02-17 20:49:03 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2025-07-21 20:33:03 -04:00
version = "1.0.141"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
2024-02-17 20:49:03 -05:00
dependencies = [
"itoa",
2025-07-21 20:33:03 -04:00
"memchr",
2024-02-17 20:49:03 -05:00
"ryu",
"serde",
]
[[package]]
name = "serde_path_to_error"
2025-07-21 20:33:03 -04:00
version = "0.1.17"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
2024-02-17 20:49:03 -05:00
dependencies = [
"itoa",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
2025-07-21 20:33:03 -04:00
version = "0.9.34+deprecated"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
2024-02-17 20:49:03 -05:00
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
2025-07-21 20:33:03 -04:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2024-02-17 20:49:03 -05:00
[[package]]
name = "slab"
2025-07-21 20:33:03 -04:00
version = "0.4.10"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
2024-02-17 20:49:03 -05:00
[[package]]
name = "smallvec"
2025-07-21 20:33:03 -04:00
version = "1.15.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2024-02-17 20:49:03 -05:00
[[package]]
name = "socket2"
2025-07-21 20:33:03 -04:00
version = "0.5.10"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2024-02-17 20:49:03 -05:00
dependencies = [
"libc",
2025-07-21 20:33:03 -04:00
"windows-sys 0.52.0",
2024-02-17 20:49:03 -05:00
]
2024-02-19 17:04:29 -05:00
[[package]]
2025-07-21 20:33:03 -04:00
name = "stable_deref_trait"
version = "1.2.0"
2024-02-19 17:04:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2024-02-19 17:04:29 -05:00
2024-02-17 20:49:03 -05:00
[[package]]
name = "strsim"
2025-07-21 20:33:03 -04:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "subtle"
version = "2.6.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2024-02-17 20:49:03 -05:00
[[package]]
name = "syn"
2025-07-21 20:33:03 -04:00
version = "2.0.104"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
2024-02-17 20:49:03 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
2025-07-21 20:33:03 -04:00
version = "1.0.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
dependencies = [
"futures-core",
]
[[package]]
name = "synstructure"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "system-configuration"
2025-07-21 20:33:03 -04:00
version = "0.6.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"bitflags",
2024-02-17 20:49:03 -05:00
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
2025-07-21 20:33:03 -04:00
version = "0.6.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2024-02-17 20:49:03 -05:00
dependencies = [
"core-foundation-sys",
"libc",
]
2024-02-26 19:13:05 -05:00
[[package]]
name = "tempfile"
2025-07-21 20:33:03 -04:00
version = "3.20.0"
2024-02-26 19:13:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
2024-02-26 19:13:05 -05:00
dependencies = [
"fastrand",
2025-07-21 20:33:03 -04:00
"getrandom 0.3.3",
"once_cell",
2024-02-26 19:13:05 -05:00
"rustix",
2025-07-21 20:33:03 -04:00
"windows-sys 0.59.0",
]
[[package]]
name = "thiserror"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-02-26 19:13:05 -05:00
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "thread_local"
2025-07-21 20:33:03 -04:00
version = "1.1.9"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2024-02-17 20:49:03 -05:00
dependencies = [
"cfg-if",
]
[[package]]
name = "time"
2025-07-21 20:33:03 -04:00
version = "0.3.41"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
2024-02-17 20:49:03 -05:00
dependencies = [
"deranged",
"num-conv",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2025-07-21 20:33:03 -04:00
version = "0.1.4"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
2024-02-17 20:49:03 -05:00
[[package]]
name = "time-macros"
2025-07-21 20:33:03 -04:00
version = "0.2.22"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
2024-02-17 20:49:03 -05:00
dependencies = [
"num-conv",
"time-core",
]
2025-07-21 20:33:03 -04:00
[[package]]
name = "tinystr"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
dependencies = [
"displaydoc",
"zerovec",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "tinyvec"
2025-07-21 20:33:03 -04:00
version = "1.9.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
2024-02-17 20:49:03 -05:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2025-07-21 20:33:03 -04:00
version = "1.46.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
2024-02-17 20:49:03 -05:00
dependencies = [
"backtrace",
"bytes",
2025-07-21 20:33:03 -04:00
"io-uring",
2024-02-17 20:49:03 -05:00
"libc",
"mio",
"pin-project-lite",
2025-07-21 20:33:03 -04:00
"slab",
2024-02-17 20:49:03 -05:00
"socket2",
"tokio-macros",
2025-07-21 20:33:03 -04:00
"windows-sys 0.52.0",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "tokio-macros"
2025-07-21 20:33:03 -04:00
version = "2.5.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2024-02-17 20:49:03 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-02-26 19:13:05 -05:00
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
2024-02-17 20:49:03 -05:00
[[package]]
2024-02-19 17:04:29 -05:00
name = "tokio-rustls"
2025-07-21 20:33:03 -04:00
version = "0.26.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
2024-02-17 20:49:03 -05:00
dependencies = [
2024-02-19 17:04:29 -05:00
"rustls",
2024-02-17 20:49:03 -05:00
"tokio",
]
[[package]]
name = "tokio-util"
2025-07-21 20:33:03 -04:00
version = "0.7.15"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
2024-02-17 20:49:03 -05:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tower"
2025-07-21 20:33:03 -04:00
version = "0.5.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2024-02-17 20:49:03 -05:00
dependencies = [
"futures-core",
"futures-util",
"pin-project-lite",
2025-07-21 20:33:03 -04:00
"sync_wrapper",
2024-02-17 20:49:03 -05:00
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
2025-07-21 20:33:03 -04:00
version = "0.5.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"bitflags",
2024-02-17 20:49:03 -05:00
"bytes",
2025-07-21 20:33:03 -04:00
"http",
"http-body",
2024-02-17 20:49:03 -05:00
"http-body-util",
"pin-project-lite",
"tower-layer",
"tower-service",
"tracing",
]
2025-07-21 20:33:03 -04:00
[[package]]
name = "tower-http"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
dependencies = [
"bitflags",
"bytes",
"futures-util",
"http",
"http-body",
"iri-string",
"pin-project-lite",
"tower",
"tower-layer",
"tower-service",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "tower-layer"
2025-07-21 20:33:03 -04:00
version = "0.3.3"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2024-02-17 20:49:03 -05:00
[[package]]
name = "tower-service"
2025-07-21 20:33:03 -04:00
version = "0.3.3"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2024-02-17 20:49:03 -05:00
[[package]]
name = "tracing"
2025-07-21 20:33:03 -04:00
version = "0.1.41"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2024-02-17 20:49:03 -05:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2025-07-21 20:33:03 -04:00
version = "0.1.30"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
2024-02-17 20:49:03 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2025-07-21 20:33:03 -04:00
version = "0.1.34"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2024-02-17 20:49:03 -05:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2025-07-21 20:33:03 -04:00
version = "0.3.19"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2024-02-17 20:49:03 -05:00
dependencies = [
"nu-ansi-term",
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "unicode-ident"
2025-07-21 20:33:03 -04:00
version = "1.0.18"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2024-02-17 20:49:03 -05:00
[[package]]
name = "unsafe-libyaml"
2025-07-21 20:33:03 -04:00
version = "0.2.11"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2024-02-17 20:49:03 -05:00
2024-02-19 17:04:29 -05:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2024-02-17 20:49:03 -05:00
[[package]]
name = "url"
2025-07-21 20:33:03 -04:00
version = "2.5.4"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2024-02-17 20:49:03 -05:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
2025-07-21 20:33:03 -04:00
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2024-02-17 20:49:03 -05:00
[[package]]
name = "utf8parse"
2025-07-21 20:33:03 -04:00
version = "0.2.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2024-02-17 20:49:03 -05:00
[[package]]
name = "valuable"
2025-07-21 20:33:03 -04:00
version = "0.1.1"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2024-02-17 20:49:03 -05:00
2024-02-26 19:13:05 -05:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2024-02-17 20:49:03 -05:00
[[package]]
name = "version_check"
2025-07-21 20:33:03 -04:00
version = "0.9.5"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-02-17 20:49:03 -05:00
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
2025-07-21 20:33:03 -04:00
version = "0.11.1+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
[[package]]
name = "wasi"
version = "0.14.2+wasi-0.2.4"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
dependencies = [
"wit-bindgen-rt",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "wasm-bindgen"
2025-07-21 20:33:03 -04:00
version = "0.2.100"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2024-02-17 20:49:03 -05:00
dependencies = [
"cfg-if",
2025-07-21 20:33:03 -04:00
"once_cell",
"rustversion",
2024-02-17 20:49:03 -05:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2025-07-21 20:33:03 -04:00
version = "0.2.100"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2024-02-17 20:49:03 -05:00
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2025-07-21 20:33:03 -04:00
version = "0.4.50"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2024-02-17 20:49:03 -05:00
dependencies = [
"cfg-if",
"js-sys",
2025-07-21 20:33:03 -04:00
"once_cell",
2024-02-17 20:49:03 -05:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2025-07-21 20:33:03 -04:00
version = "0.2.100"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2024-02-17 20:49:03 -05:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2025-07-21 20:33:03 -04:00
version = "0.2.100"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2024-02-17 20:49:03 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2025-07-21 20:33:03 -04:00
version = "0.2.100"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
2024-02-17 20:49:03 -05:00
[[package]]
name = "web-sys"
2025-07-21 20:33:03 -04:00
version = "0.3.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
version = "1.1.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2024-02-17 20:49:03 -05:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2024-02-19 17:04:29 -05:00
[[package]]
name = "webpki-roots"
2025-07-21 20:33:03 -04:00
version = "1.0.2"
2024-02-19 17:04:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
dependencies = [
"rustls-pki-types",
]
2024-02-19 17:04:29 -05:00
2024-02-17 20:49:03 -05:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-core"
2025-07-21 20:33:03 -04:00
version = "0.61.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"windows-implement",
"windows-interface",
"windows-link",
"windows-result",
"windows-strings",
2024-02-17 20:49:03 -05:00
]
[[package]]
2025-07-21 20:33:03 -04:00
name = "windows-implement"
version = "0.60.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "windows-interface"
version = "0.59.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "windows-link"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
[[package]]
name = "windows-registry"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
dependencies = [
"windows-link",
"windows-result",
"windows-strings",
]
[[package]]
name = "windows-result"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-strings"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
dependencies = [
"windows-link",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2025-07-21 20:33:03 -04:00
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
dependencies = [
"windows-targets 0.53.2",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "windows-targets"
2025-07-21 20:33:03 -04:00
version = "0.52.6"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm 0.52.6",
"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",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "windows-targets"
2025-07-21 20:33:03 -04:00
version = "0.53.2"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"windows_aarch64_gnullvm 0.53.0",
"windows_aarch64_msvc 0.53.0",
"windows_i686_gnu 0.53.0",
"windows_i686_gnullvm 0.53.0",
"windows_i686_msvc 0.53.0",
"windows_x86_64_gnu 0.53.0",
"windows_x86_64_gnullvm 0.53.0",
"windows_x86_64_msvc 0.53.0",
2024-02-17 20:49:03 -05:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2025-07-21 20:33:03 -04:00
version = "0.52.6"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_aarch64_gnullvm"
2025-07-21 20:33:03 -04:00
version = "0.53.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_aarch64_msvc"
2025-07-21 20:33:03 -04:00
version = "0.52.6"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_aarch64_msvc"
2025-07-21 20:33:03 -04:00
version = "0.53.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_i686_gnu"
2025-07-21 20:33:03 -04:00
version = "0.52.6"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_i686_gnu"
2025-07-21 20:33:03 -04:00
version = "0.53.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_i686_msvc"
2025-07-21 20:33:03 -04:00
version = "0.52.6"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_i686_msvc"
2025-07-21 20:33:03 -04:00
version = "0.53.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_x86_64_gnu"
2025-07-21 20:33:03 -04:00
version = "0.52.6"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_x86_64_gnu"
2025-07-21 20:33:03 -04:00
version = "0.53.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2025-07-21 20:33:03 -04:00
version = "0.52.6"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2025-07-21 20:33:03 -04:00
version = "0.53.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_x86_64_msvc"
2025-07-21 20:33:03 -04:00
version = "0.52.6"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-02-17 20:49:03 -05:00
[[package]]
name = "windows_x86_64_msvc"
2025-07-21 20:33:03 -04:00
version = "0.53.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2024-02-17 20:49:03 -05:00
[[package]]
2025-07-21 20:33:03 -04:00
name = "wit-bindgen-rt"
version = "0.39.0"
2024-02-17 20:49:03 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 20:33:03 -04:00
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
2024-02-17 20:49:03 -05:00
dependencies = [
2025-07-21 20:33:03 -04:00
"bitflags",
]
[[package]]
name = "writeable"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
[[package]]
name = "yoke"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "zerocopy"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "zerofrom"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
[[package]]
name = "zerotrie"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
]
[[package]]
name = "zerovec"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
dependencies = [
"proc-macro2",
"quote",
"syn",
2024-02-17 20:49:03 -05:00
]