2024-09-03 01:17:19 -04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2025-03-23 12:15:35 -04:00
|
|
|
version = 4
|
2024-09-03 01:17:19 -04:00
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "RustyXML"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b5ace29ee3216de37c0546865ad08edef58b0f9e76838ed8959a84a990e58c5"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.24.2"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "2.0.1"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-03-23 12:15:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.2.21"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2025-05-17 21:04:22 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.98"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
|
|
|
|
2025-07-14 23:30:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener 2.5.3",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.4.27"
|
2025-06-30 22:58:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "ddb939d66e4ae03cee6091612804ba446b12878410cfa17f785f4dd67d4014e8"
|
2025-06-30 22:58:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "3.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"event-listener 5.4.0",
|
2025-06-30 22:58:52 -04:00
|
|
|
"event-listener-strategy",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.88"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "atoi"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.5.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aws-config"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.8.2"
|
2025-06-29 23:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "ebd9b83179adf8998576317ce47785948bcff399ec5b15f4dfbdedd44ddf5b92"
|
2025-06-29 23:41:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-runtime",
|
|
|
|
"aws-sdk-sso",
|
|
|
|
"aws-sdk-ssooidc",
|
|
|
|
"aws-sdk-sts",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
2025-06-30 22:58:52 -04:00
|
|
|
"fastrand 2.3.0",
|
2025-06-29 23:41:20 -04:00
|
|
|
"hex",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-06-29 23:41:20 -04:00
|
|
|
"ring",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aws-credential-types"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.2.4"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "b68c2194a190e1efc999612792e25b1ab3abfefe4306494efaaabc25933c0cbe"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aws-lc-rs"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.13.2"
|
2025-06-29 23:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "08b5d4e069cbc868041a64bd68dc8cb39a0d79585cd6c5a24caa8c2d622121be"
|
2025-06-29 23:41:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-lc-sys",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-lc-sys"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.30.0"
|
2025-06-29 23:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "dbfd150b5dbdb988bcc8fb1fe787eb6b7ee6180ca24da683b61ea5405f3d43ff"
|
2025-06-29 23:41:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"cc",
|
|
|
|
"cmake",
|
|
|
|
"dunce",
|
|
|
|
"fs_extra",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aws-runtime"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.5.9"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "b2090e664216c78e766b6bac10fe74d2f451c02441d43484cd76ac9a295075f7"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-sigv4",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
2025-06-30 22:58:52 -04:00
|
|
|
"fastrand 2.3.0",
|
2025-03-15 18:02:21 -04:00
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing",
|
2025-07-16 22:02:41 -04:00
|
|
|
"uuid 1.17.0",
|
2025-03-15 18:02:21 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-s3"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.98.0"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "029e89cae7e628553643aecb3a3f054a0a0912ff0fd1f5d6a0b4fda421dce64b"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-runtime",
|
|
|
|
"aws-sigv4",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-checksums",
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-smithy-xml",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
2025-06-30 22:58:52 -04:00
|
|
|
"fastrand 2.3.0",
|
2025-03-15 18:02:21 -04:00
|
|
|
"hex",
|
|
|
|
"hmac",
|
|
|
|
"http 0.2.12",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-03-15 18:02:21 -04:00
|
|
|
"http-body 0.4.6",
|
|
|
|
"lru",
|
|
|
|
"percent-encoding",
|
|
|
|
"regex-lite",
|
|
|
|
"sha2",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-sso"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.76.0"
|
2025-06-29 23:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "64bf26698dd6d238ef1486bdda46f22a589dc813368ba868dc3d94c8d27b56ba"
|
2025-06-29 23:41:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-runtime",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
2025-06-30 22:58:52 -04:00
|
|
|
"fastrand 2.3.0",
|
2025-06-29 23:41:20 -04:00
|
|
|
"http 0.2.12",
|
|
|
|
"regex-lite",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-ssooidc"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.77.0"
|
2025-06-29 23:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "09cd07ed1edd939fae854a22054299ae3576500f4e0fadc560ca44f9c6ea1664"
|
2025-06-29 23:41:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-runtime",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
2025-06-30 22:58:52 -04:00
|
|
|
"fastrand 2.3.0",
|
2025-06-29 23:41:20 -04:00
|
|
|
"http 0.2.12",
|
|
|
|
"regex-lite",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-sts"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.78.0"
|
2025-06-29 23:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "37f7766d2344f56d10d12f3c32993da36d78217f32594fe4fb8e57a538c1cdea"
|
2025-06-29 23:41:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-runtime",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-query",
|
|
|
|
"aws-smithy-runtime",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-smithy-xml",
|
|
|
|
"aws-types",
|
2025-06-30 22:58:52 -04:00
|
|
|
"fastrand 2.3.0",
|
2025-06-29 23:41:20 -04:00
|
|
|
"http 0.2.12",
|
|
|
|
"regex-lite",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aws-sigv4"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "1.3.3"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "ddfb9021f581b71870a17eac25b52335b82211cdc092e02b6876b2bcefa61666"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
|
|
|
"crypto-bigint 0.5.5",
|
|
|
|
"form_urlencoded",
|
|
|
|
"hex",
|
|
|
|
"hmac",
|
|
|
|
"http 0.2.12",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-03-15 18:02:21 -04:00
|
|
|
"p256",
|
|
|
|
"percent-encoding",
|
|
|
|
"ring",
|
|
|
|
"sha2",
|
|
|
|
"subtle",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-async"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "1.2.5"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-checksums"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.63.5"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "5ab9472f7a8ec259ddb5681d2ef1cb1cf16c0411890063e67cdc7b62562cc496"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
2025-06-29 23:41:20 -04:00
|
|
|
"crc-fast",
|
2025-03-15 18:02:21 -04:00
|
|
|
"hex",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"md-5",
|
|
|
|
"pin-project-lite",
|
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-eventstream"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.60.9"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "338a3642c399c0a5d157648426110e199ca7fd1c689cc395676b81aa563700c4"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
|
|
|
"crc32fast",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-http"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.62.1"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "99335bec6cdc50a346fda1437f9fefe33abf8c99060739a546a16457f2862ca9"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
|
|
|
"http 0.2.12",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-03-15 18:02:21 -04:00
|
|
|
"http-body 0.4.6",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-http-client"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.6"
|
2025-06-29 23:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "f108f1ca850f3feef3009bdcc977be201bca9a91058864d9de0684e64514bee0"
|
2025-06-29 23:41:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
2025-07-16 22:02:41 -04:00
|
|
|
"h2 0.3.27",
|
|
|
|
"h2 0.4.11",
|
2025-06-29 23:41:20 -04:00
|
|
|
"http 0.2.12",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-06-29 23:41:20 -04:00
|
|
|
"http-body 0.4.6",
|
|
|
|
"hyper 0.14.32",
|
|
|
|
"hyper 1.6.0",
|
|
|
|
"hyper-rustls 0.24.2",
|
|
|
|
"hyper-rustls 0.27.7",
|
|
|
|
"hyper-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustls 0.21.12",
|
2025-07-16 22:02:41 -04:00
|
|
|
"rustls 0.23.29",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rustls-native-certs 0.8.1",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-json"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.61.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a16e040799d29c17412943bdbf488fd75db04112d0c0d4b9290bacf5ae0014b9"
|
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-observability"
|
|
|
|
version = "0.1.3"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "9364d5989ac4dd918e5cc4c4bdcc61c9be17dcd2586ea7f69e348fc7c6cab393"
|
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-query"
|
|
|
|
version = "0.60.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types",
|
2025-06-29 23:41:20 -04:00
|
|
|
"urlencoding",
|
2025-03-15 18:02:21 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-runtime"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.8.4"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "c3aaec682eb189e43c8a19c3dab2fe54590ad5f2cc2d26ab27608a20f2acf81c"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
2025-06-29 23:41:20 -04:00
|
|
|
"aws-smithy-http-client",
|
|
|
|
"aws-smithy-observability",
|
2025-03-15 18:02:21 -04:00
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
2025-06-30 22:58:52 -04:00
|
|
|
"fastrand 2.3.0",
|
2025-03-15 18:02:21 -04:00
|
|
|
"http 0.2.12",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-03-15 18:02:21 -04:00
|
|
|
"http-body 0.4.6",
|
|
|
|
"http-body 1.0.1",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-runtime-api"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.8.3"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "9852b9226cb60b78ce9369022c0df678af1cac231c882d5da97a0c4e03be6e67"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-03-15 18:02:21 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-types"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "1.3.2"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "d498595448e43de7f4296b7b7a18a8a02c61ec9349128c80a368f7c3b4ab11a8"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64-simd",
|
|
|
|
"bytes",
|
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
|
|
|
"http 0.2.12",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-03-15 18:02:21 -04:00
|
|
|
"http-body 0.4.6",
|
|
|
|
"http-body 1.0.1",
|
|
|
|
"http-body-util",
|
|
|
|
"itoa",
|
|
|
|
"num-integer",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-xml"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.60.10"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "3db87b96cb1b16c024980f133968d52882ca0daaee3a086c6decc500f6c99728"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-types"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "1.3.7"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "8a322fec39e4df22777ed3ad8ea868ac2f94cd15e1a55f6ee8d8d6305057689a"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-runtime-api",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"rustc_version",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "azure_core"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b552ad43a45a746461ec3d3a51dfb6466b4759209414b439c165eb6a6b7729e"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.22.1",
|
|
|
|
"bytes",
|
|
|
|
"dyn-clone",
|
|
|
|
"futures",
|
2025-07-16 22:02:41 -04:00
|
|
|
"getrandom 0.2.16",
|
2025-06-30 22:58:52 -04:00
|
|
|
"hmac",
|
|
|
|
"http-types",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"pin-project",
|
|
|
|
"quick-xml",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"reqwest",
|
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
2025-07-16 22:02:41 -04:00
|
|
|
"uuid 1.17.0",
|
2025-06-30 22:58:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "azure_core"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82c33c072c9d87777262f35abfe2a64b609437076551d4dac8373e60f0e3fde9"
|
|
|
|
dependencies = [
|
|
|
|
"async-lock",
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"pin-project",
|
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"typespec",
|
|
|
|
"typespec_client_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "azure_storage"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59f838159f4d29cb400a14d9d757578ba495ae64feb07a7516bf9e4415127126"
|
|
|
|
dependencies = [
|
|
|
|
"RustyXML",
|
|
|
|
"async-lock",
|
|
|
|
"async-trait",
|
|
|
|
"azure_core 0.21.0",
|
|
|
|
"bytes",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
2025-07-16 22:02:41 -04:00
|
|
|
"uuid 1.17.0",
|
2025-06-30 22:58:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "azure_storage_blobs"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97e83c3636ae86d9a6a7962b2112e3b19eb3903915c50ce06ff54ff0a2e6a7e4"
|
|
|
|
dependencies = [
|
|
|
|
"RustyXML",
|
|
|
|
"azure_core 0.21.0",
|
|
|
|
"azure_storage",
|
|
|
|
"azure_svc_blobstorage",
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
2025-07-16 22:02:41 -04:00
|
|
|
"uuid 1.17.0",
|
2025-06-30 22:58:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "azure_svc_blobstorage"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e6c6f20c5611b885ba94c7bae5e02849a267381aecb8aee577e8c35ff4064c6"
|
|
|
|
dependencies = [
|
|
|
|
"azure_core 0.21.0",
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.75"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base16ct"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64-simd"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
|
|
|
dependencies = [
|
|
|
|
"outref",
|
|
|
|
"vsimd",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.8.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.69.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"prettyplease",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash 1.1.0",
|
|
|
|
"shlex",
|
|
|
|
"syn",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "2.9.1"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "3.19.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "1.10.1"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytes-utils"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2025-07-14 23:30:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cache"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"fred",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.2.29"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-06-29 23:41:20 -04:00
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2024-09-21 23:57:37 -04:00
|
|
|
"shlex",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
|
|
|
"nom 7.1.3",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.1"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.4.41"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
2025-07-16 22:02:41 -04:00
|
|
|
"windows-link",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
|
|
|
version = "0.1.54"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
|
2025-07-14 23:30:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cookie-factory"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.2.17"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "3.3.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
2025-06-29 23:41:20 -04:00
|
|
|
name = "crc-fast"
|
|
|
|
version = "1.3.0"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "6bf62af4cc77d8fe1c22dde4e721d87f2f54056139d8c412e1366b740305f56f"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
2025-06-29 23:41:20 -04:00
|
|
|
"crc",
|
|
|
|
"digest",
|
|
|
|
"libc",
|
|
|
|
"rand 0.9.1",
|
|
|
|
"regex",
|
2025-03-15 18:02:21 -04:00
|
|
|
]
|
|
|
|
|
2025-07-14 23:30:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crc16"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.5.0"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cron"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab00a636277f7ea5d8dd92ac7a5099fc9a46e5327bba84d3640b41ae127eada9"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"error-chain",
|
|
|
|
"nom 4.1.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.12"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.8.21"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand_core 0.6.4",
|
2025-03-15 18:02:21 -04:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
|
|
dependencies = [
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand_core 0.6.4",
|
2025-03-15 18:02:21 -04:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.7.10"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.4.0"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
2025-06-30 22:58:52 -04:00
|
|
|
"serde",
|
2025-03-15 18:02:21 -04:00
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"const-oid",
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -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-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dotenvy"
|
|
|
|
version = "0.15.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
|
|
|
version = "1.0.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ecdsa"
|
|
|
|
version = "0.14.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
|
|
|
dependencies = [
|
|
|
|
"der 0.6.1",
|
|
|
|
"elliptic-curve",
|
|
|
|
"rfc6979",
|
|
|
|
"signature 1.6.4",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.15.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "elliptic-curve"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
|
|
|
|
dependencies = [
|
|
|
|
"base16ct",
|
|
|
|
"crypto-bigint 0.4.9",
|
|
|
|
"der 0.6.1",
|
|
|
|
"digest",
|
|
|
|
"ff",
|
|
|
|
"generic-array",
|
|
|
|
"group",
|
|
|
|
"pkcs8 0.9.0",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand_core 0.6.4",
|
2025-03-15 18:02:21 -04:00
|
|
|
"sec1",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.2"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.13"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-07-16 22:02:41 -04:00
|
|
|
"windows-sys 0.60.2",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "5.4.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"event-listener 5.4.0",
|
2025-06-30 22:58:52 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2025-03-15 18:02:21 -04:00
|
|
|
version = "2.3.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-15 18:02:21 -04:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
|
|
|
dependencies = [
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand_core 0.6.4",
|
2025-03-15 18:02:21 -04:00
|
|
|
"subtle",
|
|
|
|
]
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.1.2"
|
2025-06-30 22:58:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
|
2025-06-30 22:58:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2025-07-14 23:30:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.11.1"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"spin",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foldhash"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.1.5"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
2025-03-15 18:02:21 -04:00
|
|
|
|
2025-06-29 23:41:20 -04: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-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2025-07-14 23:30:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fred"
|
|
|
|
version = "10.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a7b2fd0f08b23315c13b6156f971aeedb6f75fb16a29ac1872d2eabccc1490e"
|
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"bytes-utils",
|
|
|
|
"float-cmp",
|
|
|
|
"fred-macros",
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"parking_lot",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"redis-protocol",
|
|
|
|
"semver",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"url",
|
|
|
|
"urlencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fred-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1458c6e22d36d61507034d5afecc64f105c1d39712b7ac6ec3b352c423f715cc"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
|
|
2024-09-22 04:10:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.31"
|
2024-09-22 04:10:02 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
2024-09-22 04:10:02 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.31"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.3.31"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.31"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.31"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand 1.9.0",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2024-09-22 04:10:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.31"
|
2024-09-22 04:10:02 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2024-09-22 04:10:02 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.31"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.31"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.31"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2024-09-22 04:10:02 -04:00
|
|
|
"futures-channel",
|
2024-09-21 23:57:37 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2024-09-22 04:10:02 -04:00
|
|
|
"futures-macro",
|
2024-09-21 23:57:37 -04:00
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.2.16"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2025-06-29 23:41:20 -04:00
|
|
|
"js-sys",
|
|
|
|
"libc",
|
2025-07-16 22:02:41 -04:00
|
|
|
"wasi 0.11.1+wasi-snapshot-preview1",
|
2025-06-29 23:41:20 -04:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
2024-09-21 23:57:37 -04:00
|
|
|
"libc",
|
2025-06-29 23:41:20 -04:00
|
|
|
"r-efi",
|
|
|
|
"wasi 0.14.2+wasi-0.2.4",
|
|
|
|
"wasm-bindgen",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.31.1"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "group"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
|
|
|
dependencies = [
|
|
|
|
"ff",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand_core 0.6.4",
|
2025-03-15 18:02:21 -04:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.27"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http 0.2.12",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
2025-06-29 23:41:20 -04:00
|
|
|
name = "h2"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.4.11"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-06-29 23:41:20 -04:00
|
|
|
"atomic-waker",
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-06-29 23:41:20 -04:00
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.15.4"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
2024-09-21 23:57:37 -04:00
|
|
|
"allocator-api2",
|
2025-03-15 18:02:21 -04:00
|
|
|
"equivalent",
|
|
|
|
"foldhash",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.10.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"hashbrown",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.5.11"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"windows-sys 0.59.0",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
|
|
|
version = "0.2.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.3.1"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-03-15 18:02:21 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.1.3"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2025-07-16 22:02:41 -04:00
|
|
|
"futures-core",
|
|
|
|
"http 1.3.1",
|
2025-03-15 18:02:21 -04:00
|
|
|
"http-body 1.0.1",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http-types"
|
|
|
|
version = "2.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-channel",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"futures-lite",
|
|
|
|
"infer",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_qs",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.10.1"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
2025-03-15 18:02:21 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
|
|
|
version = "0.14.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2025-07-16 22:02:41 -04:00
|
|
|
"h2 0.3.27",
|
2025-03-15 18:02:21 -04:00
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2025-07-16 22:02:41 -04:00
|
|
|
"h2 0.4.11",
|
|
|
|
"http 1.3.1",
|
2025-06-29 23:41:20 -04:00
|
|
|
"http-body 1.0.1",
|
|
|
|
"httparse",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.24.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"http 0.2.12",
|
2025-06-29 23:41:20 -04:00
|
|
|
"hyper 0.14.32",
|
2025-03-15 18:02:21 -04:00
|
|
|
"log",
|
|
|
|
"rustls 0.21.12",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rustls-native-certs 0.6.3",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls 0.24.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.27.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-06-29 23:41:20 -04:00
|
|
|
"hyper 1.6.0",
|
|
|
|
"hyper-util",
|
2025-07-16 22:02:41 -04:00
|
|
|
"rustls 0.23.29",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rustls-native-certs 0.8.1",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls 0.26.2",
|
|
|
|
"tower-service",
|
|
|
|
"webpki-roots 1.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper 1.6.0",
|
|
|
|
"hyper-util",
|
|
|
|
"native-tls",
|
2025-03-15 18:02:21 -04:00
|
|
|
"tokio",
|
2025-06-29 23:41:20 -04:00
|
|
|
"tokio-native-tls",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.1.15"
|
2025-06-29 23:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
|
2025-06-29 23:41:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.22.1",
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-06-29 23:41:20 -04:00
|
|
|
"http-body 1.0.1",
|
|
|
|
"hyper 1.6.0",
|
|
|
|
"ipnet",
|
|
|
|
"libc",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"system-configuration",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"windows-registry",
|
2025-03-15 18:02:21 -04:00
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.1.63"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
2025-07-16 22:02:41 -04:00
|
|
|
"log",
|
2024-09-21 23:57:37 -04: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-06-29 23:41:20 -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-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "1.0.3"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-06-29 23:41:20 -04:00
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "2.10.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2025-07-16 22:02:41 -04:00
|
|
|
"hashbrown",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "infer"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2025-07-16 22:02:41 -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",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iri-string"
|
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.15"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "job_scheduler"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51f368c9c76dde2282714ae32dc274b79c27527a0c06c816f6dda048904d0d7c"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"cron",
|
2025-03-15 18:02:21 -04:00
|
|
|
"uuid 0.8.2",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.3.3",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.3.77"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-06-29 23:41:20 -04:00
|
|
|
"once_cell",
|
2024-09-21 23:57:37 -04:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
|
dependencies = [
|
|
|
|
"spin",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.2.174"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.8.8"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2025-07-16 22:02:41 -04:00
|
|
|
"windows-targets 0.53.2",
|
2025-06-29 23:41:20 -04:00
|
|
|
]
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.2.15"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
version = "0.30.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2025-05-17 21:04:22 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libyml"
|
|
|
|
version = "0.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.4.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.9.4"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.4.13"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.4.27"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
|
|
|
version = "0.12.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"hashbrown",
|
2025-03-15 18:02:21 -04:00
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lru-slab"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
|
|
|
2024-09-22 04:10:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "markdown"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.0"
|
2024-09-22 04:10:02 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "a5cab8f2cadc416a82d2e783a1946388b31654d391d1c7d92cc1f03e295b1deb"
|
2024-09-22 04:10:02 -04:00
|
|
|
dependencies = [
|
|
|
|
"unicode-id",
|
|
|
|
]
|
|
|
|
|
2025-03-23 12:15:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04: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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "2.7.5"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.8.9"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.4"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-07-16 22:02:41 -04:00
|
|
|
"wasi 0.11.1+wasi-snapshot-preview1",
|
|
|
|
"windows-sys 0.59.0",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework 2.11.1",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "4.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c349f68f25f596b9f44cf0e7c69752a5c633b0550c3ff849518bfba0233774a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2025-03-23 12:15:35 -04: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",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand 0.8.5",
|
2024-09-21 23:57:37 -04:00
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.46"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"libm",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.36.7"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.21.3"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
|
|
|
version = "0.10.73"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
|
|
|
version = "0.9.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "outref"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
|
|
|
|
2025-03-23 12:15:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "p256"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
|
|
|
|
dependencies = [
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.12.4"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.9.11"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
version = "1.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.2.16"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"der 0.7.10",
|
2025-03-15 18:02:21 -04:00
|
|
|
"pkcs8 0.10.2",
|
|
|
|
"spki 0.7.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
|
|
|
|
dependencies = [
|
|
|
|
"der 0.6.1",
|
|
|
|
"spki 0.6.0",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"der 0.7.10",
|
2025-03-15 18:02:21 -04:00
|
|
|
"spki 0.7.3",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.32"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "potential_utf"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
|
|
|
dependencies = [
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.2.21"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.2.35"
|
2025-06-29 23:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a"
|
2025-06-29 23:41:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.95"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
|
|
|
version = "0.31.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -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 2.1.1",
|
2025-07-16 22:02:41 -04:00
|
|
|
"rustls 0.23.29",
|
2025-06-29 23:41:20 -04:00
|
|
|
"socket2",
|
|
|
|
"thiserror 2.0.12",
|
|
|
|
"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 0.9.1",
|
|
|
|
"ring",
|
|
|
|
"rustc-hash 2.1.1",
|
2025-07-16 22:02:41 -04:00
|
|
|
"rustls 0.23.29",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rustls-pki-types",
|
|
|
|
"slab",
|
|
|
|
"thiserror 2.0.12",
|
|
|
|
"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-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.40"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "r-efi"
|
|
|
|
version = "5.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
|
|
|
dependencies = [
|
|
|
|
"rand_chacha 0.9.0",
|
|
|
|
"rand_core 0.9.3",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 0.9.3",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"getrandom 0.2.16",
|
2025-06-29 23:41:20 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2025-07-14 23:30:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "redis-protocol"
|
|
|
|
version = "6.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cdba59219406899220fc4cdfd17a95191ba9c9afb719b5fa5a083d63109a9f1"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"bytes-utils",
|
|
|
|
"cookie-factory",
|
|
|
|
"crc16",
|
|
|
|
"log",
|
|
|
|
"nom 7.1.3",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.5.13"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2025-03-23 12:15:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "1.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata 0.4.9",
|
|
|
|
"regex-syntax 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.6.29",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax 0.8.5",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex-lite"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
|
|
|
|
2025-03-23 12:15:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.12.22"
|
2025-06-29 23:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
|
2025-06-29 23:41:20 -04:00
|
|
|
dependencies = [
|
2025-06-30 22:58:52 -04:00
|
|
|
"async-compression",
|
2025-06-29 23:41:20 -04:00
|
|
|
"base64 0.22.1",
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
2025-06-30 22:58:52 -04:00
|
|
|
"futures-util",
|
2025-07-16 22:02:41 -04:00
|
|
|
"h2 0.4.11",
|
|
|
|
"http 1.3.1",
|
2025-06-29 23:41:20 -04:00
|
|
|
"http-body 1.0.1",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper 1.6.0",
|
|
|
|
"hyper-rustls 0.27.7",
|
|
|
|
"hyper-tls",
|
|
|
|
"hyper-util",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn",
|
2025-07-16 22:02:41 -04:00
|
|
|
"rustls 0.23.29",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rustls-pki-types",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
"tokio-rustls 0.26.2",
|
2025-06-30 22:58:52 -04:00
|
|
|
"tokio-util",
|
2025-06-29 23:41:20 -04:00
|
|
|
"tower",
|
|
|
|
"tower-http",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2025-06-30 22:58:52 -04:00
|
|
|
"wasm-streams",
|
2025-06-29 23:41:20 -04:00
|
|
|
"web-sys",
|
|
|
|
"webpki-roots 1.0.1",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rfc6979"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-bigint 0.4.9",
|
|
|
|
"hmac",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-09-22 04:10:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.17.14"
|
2024-09-22 04:10:02 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
2024-09-22 04:10:02 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
2025-07-16 22:02:41 -04:00
|
|
|
"getrandom 0.2.16",
|
2024-09-22 04:10:02 -04:00
|
|
|
"libc",
|
|
|
|
"untrusted",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.9.8"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"digest",
|
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"pkcs1",
|
2025-03-15 18:02:21 -04:00
|
|
|
"pkcs8 0.10.2",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand_core 0.6.4",
|
2025-03-15 18:02:21 -04:00
|
|
|
"signature 2.2.0",
|
|
|
|
"spki 0.7.3",
|
2024-09-21 23:57:37 -04:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.1.25"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.38.44"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
2025-07-16 22:02:41 -04:00
|
|
|
"linux-raw-sys 0.4.15",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.9.4",
|
|
|
|
"windows-sys 0.60.2",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.21.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"rustls-webpki 0.101.7",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2024-09-22 04:10:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.23.29"
|
2024-09-22 04:10:02 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
|
2024-09-22 04:10:02 -04:00
|
|
|
dependencies = [
|
2025-06-29 23:41:20 -04:00
|
|
|
"aws-lc-rs",
|
2024-09-22 04:10:02 -04:00
|
|
|
"once_cell",
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
2025-07-16 22:02:41 -04:00
|
|
|
"rustls-webpki 0.103.4",
|
2024-09-22 04:10:02 -04:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2025-07-16 22:02:41 -04:00
|
|
|
"rustls-pemfile",
|
2025-06-29 23:41:20 -04:00
|
|
|
"schannel",
|
|
|
|
"security-framework 2.11.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.8.1"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rustls-pki-types",
|
2025-03-15 18:02:21 -04:00
|
|
|
"schannel",
|
2025-06-29 23:41:20 -04:00
|
|
|
"security-framework 3.2.0",
|
2025-03-15 18:02:21 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
]
|
|
|
|
|
2024-09-22 04:10:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "1.12.0"
|
2024-09-22 04:10:02 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
|
|
|
dependencies = [
|
|
|
|
"web-time",
|
|
|
|
"zeroize",
|
|
|
|
]
|
2024-09-22 04:10:02 -04:00
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2024-09-22 04:10:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.103.4"
|
2024-09-22 04:10:02 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
|
2024-09-22 04:10:02 -04:00
|
|
|
dependencies = [
|
2025-06-29 23:41:20 -04:00
|
|
|
"aws-lc-rs",
|
2024-09-22 04:10:02 -04:00
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.20"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sec1"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
|
|
|
dependencies = [
|
|
|
|
"base16ct",
|
|
|
|
"der 0.6.1",
|
|
|
|
"generic-array",
|
|
|
|
"pkcs8 0.9.0",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
|
|
|
version = "2.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2025-06-29 23:41:20 -04:00
|
|
|
"core-foundation 0.9.4",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation 0.10.1",
|
2025-03-15 18:02:21 -04:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "2.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.26"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
2025-03-15 18:02:21 -04:00
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-07-14 23:30:29 -04:00
|
|
|
version = "1.0.219"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-14 23:30:29 -04:00
|
|
|
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-07-14 23:30:29 -04:00
|
|
|
version = "1.0.219"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-14 23:30:29 -04:00
|
|
|
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-07-14 23:30:29 -04:00
|
|
|
version = "1.0.140"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-14 23:30:29 -04:00
|
|
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"memchr",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_qs"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
2025-07-16 22:02:41 -04:00
|
|
|
"thiserror 1.0.69",
|
2025-06-30 22:58:52 -04:00
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-09-29 21:14:52 -04:00
|
|
|
[[package]]
|
2025-05-17 21:04:22 -04:00
|
|
|
name = "serde_yml"
|
|
|
|
version = "0.0.12"
|
2024-09-29 21:14:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-17 21:04:22 -04:00
|
|
|
checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd"
|
2024-09-29 21:14:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
2025-05-17 21:04:22 -04:00
|
|
|
"libyml",
|
|
|
|
"memchr",
|
2024-09-29 21:14:52 -04:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2025-05-17 21:04:22 -04:00
|
|
|
"version_check",
|
2024-09-29 21:14:52 -04:00
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.10.9"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2025-03-23 12:15:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.4.5"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "1.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand_core 0.6.4",
|
2025-03-15 18:02:21 -04:00
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand_core 0.6.4",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.4.10"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.15.1"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.5.10"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der 0.6.1",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
2025-07-16 22:02:41 -04:00
|
|
|
"der 0.7.10",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.8.6"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.8.6"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"base64 0.22.1",
|
2024-09-21 23:57:37 -04:00
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"either",
|
2025-07-16 22:02:41 -04:00
|
|
|
"event-listener 5.4.0",
|
2024-09-21 23:57:37 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
2025-07-16 22:02:41 -04:00
|
|
|
"hashbrown",
|
2024-09-21 23:57:37 -04:00
|
|
|
"hashlink",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
2025-07-16 22:02:41 -04:00
|
|
|
"rustls 0.23.29",
|
2024-09-21 23:57:37 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
2025-07-16 22:02:41 -04:00
|
|
|
"thiserror 2.0.12",
|
2024-09-22 04:10:02 -04:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2024-09-21 23:57:37 -04:00
|
|
|
"tracing",
|
|
|
|
"url",
|
2025-07-16 22:02:41 -04:00
|
|
|
"webpki-roots 0.26.11",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.8.6"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros-core",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros-core"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.8.6"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"heck",
|
|
|
|
"hex",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
|
|
|
"syn",
|
2024-09-22 04:10:02 -04:00
|
|
|
"tokio",
|
2024-09-21 23:57:37 -04:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-mysql"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.8.6"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
2025-03-15 18:02:21 -04:00
|
|
|
"base64 0.22.1",
|
2024-09-21 23:57:37 -04:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"digest",
|
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"generic-array",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand 0.8.5",
|
2024-09-21 23:57:37 -04:00
|
|
|
"rsa",
|
|
|
|
"serde",
|
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
2025-07-16 22:02:41 -04:00
|
|
|
"thiserror 2.0.12",
|
2024-09-21 23:57:37 -04:00
|
|
|
"tracing",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-postgres"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.8.6"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
2025-03-15 18:02:21 -04:00
|
|
|
"base64 0.22.1",
|
2024-09-21 23:57:37 -04:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"dotenvy",
|
|
|
|
"etcetera",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"home",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rand 0.8.5",
|
2024-09-21 23:57:37 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
2025-07-16 22:02:41 -04:00
|
|
|
"thiserror 2.0.12",
|
2024-09-21 23:57:37 -04:00
|
|
|
"tracing",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-sqlite"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.8.6"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
|
|
|
"chrono",
|
|
|
|
"flume",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-util",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"log",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sqlx-core",
|
2025-07-16 22:02:41 -04:00
|
|
|
"thiserror 2.0.12",
|
2024-09-21 23:57:37 -04:00
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "storage"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"aws-config",
|
|
|
|
"aws-sdk-s3",
|
|
|
|
"azure_core 0.25.0",
|
|
|
|
"azure_storage",
|
|
|
|
"azure_storage_blobs",
|
|
|
|
"thiserror 2.0.12",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
"unicode-properties",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "2.0.104"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation 0.9.4",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-09-03 01:17:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "task"
|
|
|
|
version = "0.1.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-07-14 23:30:29 -04:00
|
|
|
"cache",
|
2024-09-21 23:57:37 -04:00
|
|
|
"chrono",
|
2024-09-22 04:10:02 -04:00
|
|
|
"dotenvy",
|
|
|
|
"futures",
|
2024-09-21 23:57:37 -04:00
|
|
|
"job_scheduler",
|
2024-09-22 04:10:02 -04:00
|
|
|
"markdown",
|
2024-09-21 23:57:37 -04:00
|
|
|
"once_cell",
|
2025-06-29 23:41:20 -04:00
|
|
|
"reqwest",
|
2024-09-29 21:14:52 -04:00
|
|
|
"serde",
|
2025-05-17 21:04:22 -04:00
|
|
|
"serde_yml",
|
2024-09-21 23:57:37 -04:00
|
|
|
"sqlx",
|
2025-06-30 22:58:52 -04:00
|
|
|
"storage",
|
2024-09-21 23:57:37 -04:00
|
|
|
"tokio",
|
2025-03-23 12:15:35 -04:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "3.20.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-06-30 22:58:52 -04:00
|
|
|
"fastrand 2.3.0",
|
2025-07-16 22:02:41 -04:00
|
|
|
"getrandom 0.3.3",
|
2024-09-21 23:57:37 -04:00
|
|
|
"once_cell",
|
2025-07-16 22:02:41 -04:00
|
|
|
"rustix 1.0.8",
|
2024-09-21 23:57:37 -04:00
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.69"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"thiserror-impl 1.0.69",
|
2025-06-29 23:41:20 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "2.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl 2.0.12",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.69"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2025-03-23 12:15:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.1.9"
|
2025-03-23 12:15:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
2025-03-23 12:15:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.41"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
2025-06-30 22:58:52 -04:00
|
|
|
"itoa",
|
|
|
|
"js-sys",
|
2025-03-15 18:02:21 -04:00
|
|
|
"num-conv",
|
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.1.4"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
2025-03-15 18:02:21 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.2.22"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"num-conv",
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -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-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.9.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
2024-09-21 23:57:37 -04: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-16 22:02:41 -04:00
|
|
|
version = "1.46.1"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
2025-07-16 22:02:41 -04:00
|
|
|
"io-uring",
|
2024-09-21 23:57:37 -04:00
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2025-07-16 22:02:41 -04:00
|
|
|
"slab",
|
2024-09-21 23:57:37 -04:00
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "2.5.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04: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",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.24.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
|
|
dependencies = [
|
|
|
|
"rustls 0.21.12",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.26.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"rustls 0.23.29",
|
2025-06-29 23:41:20 -04:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-09-22 04:10:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.1.17"
|
2024-09-22 04:10:02 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
2024-09-22 04:10:02 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.7.15"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
|
2025-03-15 18:02:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2025-07-16 22:02:41 -04:00
|
|
|
"http 1.3.1",
|
2025-06-29 23:41:20 -04:00
|
|
|
"http-body 1.0.1",
|
|
|
|
"iri-string",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2025-03-23 12:15:35 -04:00
|
|
|
version = "0.1.41"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-23 12:15:35 -04:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.1.30"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.1.34"
|
2025-03-23 12:15:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
2025-03-23 12:15:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-23 12:15:35 -04:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-03-23 12:15:35 -04:00
|
|
|
"log",
|
2024-09-21 23:57:37 -04:00
|
|
|
"once_cell",
|
2025-03-23 12:15:35 -04:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.18.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typespec"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04c7a952f1f34257f945fc727b20defe7a3c01c05ddd42925977626cfa6e62ab"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.22.1",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typespec_client_core"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5879ce67ba9e525fe088c882ede1337c32c3f80e83e72d9fd3cc6c8e05bcb3d7"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.22.1",
|
|
|
|
"bytes",
|
|
|
|
"dyn-clone",
|
|
|
|
"futures",
|
2025-07-16 22:02:41 -04:00
|
|
|
"getrandom 0.2.16",
|
2025-06-30 22:58:52 -04:00
|
|
|
"pin-project",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"typespec",
|
|
|
|
"typespec_macros",
|
|
|
|
"url",
|
2025-07-16 22:02:41 -04:00
|
|
|
"uuid 1.17.0",
|
2025-06-30 22:58:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typespec_macros"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6cbccdbe531c8d553812a609bdb70c0d1002ad91333498e18df42c98744b15cc"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.3.18"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2024-09-22 04:10:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-id"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10103c57044730945224467c09f71a4db0071c123a0648cc3e818913bde6b561"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.0.18"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-properties"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.1.3"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2024-09-22 04:10:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "2.5.4"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2025-06-30 22:58:52 -04:00
|
|
|
"serde",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"getrandom 0.2.16",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.17.0"
|
2025-03-15 18:02:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
|
2025-06-30 22:58:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.3.3",
|
2025-07-16 22:02:41 -04:00
|
|
|
"js-sys",
|
2025-06-30 22:58:52 -04:00
|
|
|
"serde",
|
2025-07-16 22:02:41 -04:00
|
|
|
"wasm-bindgen",
|
2025-06-30 22:58:52 -04:00
|
|
|
]
|
2025-03-15 18:02:21 -04:00
|
|
|
|
2025-03-23 12:15:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "vsimd"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.14.2+wasi-0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
|
|
dependencies = [
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasite"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.2.100"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
2025-06-29 23:41:20 -04:00
|
|
|
"rustversion",
|
2024-09-21 23:57:37 -04:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.2.100"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
version = "0.4.50"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"once_cell",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.2.100"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.2.100"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-06-29 23:41:20 -04:00
|
|
|
version = "0.2.100"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-29 23:41:20 -04:00
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2025-06-30 22:58:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.4.2"
|
2025-06-30 22:58:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
|
2025-06-30 22:58:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
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"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2024-09-21 23:57:37 -04:00
|
|
|
|
2024-09-22 04:10:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.26.11"
|
2024-09-22 04:10:02 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
|
2024-09-22 04:10:02 -04:00
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"webpki-roots 1.0.1",
|
2024-09-22 04:10:02 -04:00
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502"
|
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "4.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"home",
|
|
|
|
"once_cell",
|
2025-07-16 22:02:41 -04:00
|
|
|
"rustix 0.38.44",
|
2025-06-29 23:41:20 -04:00
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "1.6.0"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"redox_syscall",
|
|
|
|
"wasite",
|
|
|
|
]
|
|
|
|
|
2025-03-23 12:15:35 -04: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"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.61.2"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
2025-07-16 22:02:41 -04:00
|
|
|
"windows-implement",
|
|
|
|
"windows-interface",
|
|
|
|
"windows-link",
|
|
|
|
"windows-result",
|
|
|
|
"windows-strings",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-implement"
|
|
|
|
version = "0.60.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
|
|
|
dependencies = [
|
|
|
|
"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",
|
2024-09-21 23:57:37 -04:00
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[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-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2025-07-16 22:02:41 -04:00
|
|
|
[[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-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2025-07-16 22:02:41 -04:00
|
|
|
"windows_i686_gnullvm 0.52.6",
|
2024-09-21 23:57:37 -04:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
|
|
|
]
|
|
|
|
|
2025-07-16 22:02:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.53.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
|
|
|
|
dependencies = [
|
|
|
|
"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-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
2025-07-16 22:02:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
2025-07-16 22:02:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
2025-07-16 22:02:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
2025-07-16 22:02:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
2025-07-16 22:02:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
2025-07-16 22:02:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
|
2025-07-16 22:02:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
2025-07-16 22:02:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
|
|
|
|
2025-03-15 18:02:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
|
|
|
version = "0.13.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.8.26"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2025-07-16 22:02:41 -04:00
|
|
|
version = "0.8.26"
|
2024-09-21 23:57:37 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-07-16 22:02:41 -04:00
|
|
|
checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
|
2024-09-21 23:57:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2025-06-29 23:41:20 -04:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2024-09-21 23:57:37 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2025-06-29 23:41:20 -04:00
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|