magic-nix-cache/Cargo.lock

6360 lines
150 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2025-02-19 16:45:06 +00:00
version = 4
2024-02-29 15:26:10 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "addr2line"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.0"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2024-02-29 15:26:10 +00:00
[[package]]
name = "ahash"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
dependencies = [
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
2024-02-29 15:26:10 +00:00
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
2024-08-08 00:44:18 +00:00
version = "0.8.11"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2024-02-29 15:26:10 +00:00
dependencies = [
"cfg-if",
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
2024-02-29 15:26:10 +00:00
"once_cell",
"version_check",
2025-04-02 15:26:06 +00:00
"zerocopy 0.7.35",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "aho-corasick"
2025-02-19 16:45:06 +00:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "allocator-api2"
2025-02-19 16:45:06 +00:00
version = "0.2.21"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
2024-02-29 15:26:10 +00: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",
]
[[package]]
name = "anstream"
2025-02-19 16:45:06 +00:00
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2025-02-19 16:45:06 +00:00
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
2025-02-19 16:45:06 +00:00
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
[[package]]
name = "anstyle-parse"
2025-02-19 16:45:06 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2025-02-19 16:45:06 +00:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
]
[[package]]
name = "anstyle-wincon"
2025-02-19 16:45:06 +00:00
version = "3.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
dependencies = [
"anstyle",
2025-02-19 16:45:06 +00:00
"once_cell",
"windows-sys 0.59.0",
]
[[package]]
name = "anyhow"
2025-04-02 15:26:06 +00:00
version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
2024-02-29 15:26:10 +00:00
[[package]]
name = "arrayvec"
2025-02-19 16:45:06 +00:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "async-channel"
2024-08-08 00:44:18 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
dependencies = [
"concurrent-queue",
2024-08-08 00:44:18 +00:00
"event-listener-strategy",
"futures-core",
2024-08-08 00:44:18 +00:00
"pin-project-lite",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "async-compression"
2025-04-02 15:26:06 +00:00
version = "0.4.22"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
2024-02-29 15:26:10 +00:00
dependencies = [
"brotli",
"futures-core",
2025-04-02 15:26:06 +00:00
"liblzma",
2024-02-29 15:26:10 +00:00
"memchr",
"pin-project-lite",
"tokio",
"zstd",
"zstd-safe",
]
[[package]]
name = "async-stream"
2025-02-19 16:45:06 +00:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
2025-02-19 16:45:06 +00:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "async-trait"
2025-04-02 15:26:06 +00:00
version = "0.1.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "atoi"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
dependencies = [
"num-traits",
]
[[package]]
name = "atomic"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
2024-08-08 00:44:18 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "attic"
version = "0.1.0"
2025-02-19 22:35:46 +00:00
source = "git+https://github.com/DeterminateSystems/attic?branch=fixups-for-magic-nix-cache#f789ed4a186e136ea938c28551eaaf8081cc4496"
dependencies = [
"async-stream",
2024-08-08 00:44:18 +00:00
"base64 0.22.1",
"bytes",
"cxx",
"cxx-build",
"digest",
"displaydoc",
"ed25519-compact",
"futures",
"hex",
"lazy_static",
"log",
"nix-base32",
"regex",
"serde",
"serde_with",
"serde_yaml",
"sha2",
2025-02-19 22:35:46 +00:00
"system-deps",
"tempfile",
"tokio",
2024-12-04 20:44:22 +00:00
"tracing",
"wildmatch",
"xdg",
]
[[package]]
name = "attic-client"
version = "0.1.0"
2025-02-19 22:35:46 +00:00
source = "git+https://github.com/DeterminateSystems/attic?branch=fixups-for-magic-nix-cache#f789ed4a186e136ea938c28551eaaf8081cc4496"
dependencies = [
"anyhow",
"async-channel",
"attic",
"bytes",
"clap",
"clap_complete",
"const_format",
"dialoguer",
"displaydoc",
2024-08-08 00:44:18 +00:00
"enum-as-inner",
"futures",
"humantime",
"indicatif",
"lazy_static",
"notify",
"regex",
"reqwest",
"serde",
"serde_json",
"tokio",
"toml",
"tracing",
"tracing-subscriber",
"xdg",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "attic-server"
version = "0.1.0"
2025-02-19 22:35:46 +00:00
source = "git+https://github.com/DeterminateSystems/attic?branch=fixups-for-magic-nix-cache#f789ed4a186e136ea938c28551eaaf8081cc4496"
dependencies = [
2024-02-29 15:26:10 +00:00
"anyhow",
"async-compression",
"async-stream",
"async-trait",
2024-02-29 15:26:10 +00:00
"attic",
"attic-token",
"aws-config",
"aws-sdk-s3",
2025-02-19 16:45:06 +00:00
"axum 0.7.9",
2024-02-29 15:26:10 +00:00
"axum-macros",
2024-08-08 00:44:18 +00:00
"base64 0.22.1",
"bytes",
2024-02-29 15:26:10 +00:00
"chrono",
"clap",
"console-subscriber",
"derivative",
"digest",
"displaydoc",
2024-08-08 00:44:18 +00:00
"enum-as-inner",
2024-02-29 15:26:10 +00:00
"fastcdc",
"futures",
"hex",
2024-08-08 00:44:18 +00:00
"http-body-util",
2024-02-29 15:26:10 +00:00
"humantime",
"humantime-serde",
"itoa",
"maybe-owned",
2025-04-02 15:26:06 +00:00
"rand 0.8.5",
"regex",
2024-02-29 15:26:10 +00:00
"ryu",
"sea-orm",
"sea-orm-migration",
"serde",
"serde_json",
2024-02-29 15:26:10 +00:00
"serde_with",
"sha2",
"tokio",
2024-02-29 15:26:10 +00:00
"tokio-util",
"toml",
"tower-http",
"tracing",
"tracing-error",
"tracing-subscriber",
"uuid",
"xdg",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "attic-token"
version = "0.1.0"
2025-02-19 22:35:46 +00:00
source = "git+https://github.com/DeterminateSystems/attic?branch=fixups-for-magic-nix-cache#f789ed4a186e136ea938c28551eaaf8081cc4496"
2024-02-29 15:26:10 +00:00
dependencies = [
"attic",
2024-08-08 00:44:18 +00:00
"base64 0.22.1",
2024-02-29 15:26:10 +00:00
"chrono",
"displaydoc",
2025-04-02 15:26:06 +00:00
"indexmap 2.8.0",
"jwt-simple",
2024-02-29 15:26:10 +00:00
"lazy_static",
"regex",
"serde",
"serde_with",
"tracing",
]
[[package]]
name = "autocfg"
2025-02-19 16:45:06 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-config"
2025-04-02 15:26:06 +00:00
version = "1.6.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-credential-types",
"aws-runtime",
2024-02-29 15:26:10 +00:00
"aws-sdk-sso",
"aws-sdk-ssooidc",
2024-02-29 15:26:10 +00:00
"aws-sdk-sts",
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"aws-types",
"bytes",
"fastrand",
2024-02-29 15:26:10 +00:00
"hex",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2025-02-19 16:45:06 +00:00
"ring",
2024-02-29 15:26:10 +00:00
"time",
"tokio",
2024-02-29 15:26:10 +00:00
"tracing",
2024-08-08 00:44:18 +00:00
"url",
2024-02-29 15:26:10 +00:00
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-credential-types"
2025-04-02 15:26:06 +00:00
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-smithy-async",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"zeroize",
]
2025-04-02 15:26:06 +00:00
[[package]]
name = "aws-lc-rs"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b756939cb2f8dc900aa6dcd505e6e2428e9cae7ff7b028c49e3946efa70878"
dependencies = [
"aws-lc-sys",
"zeroize",
]
[[package]]
name = "aws-lc-sys"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f7720b74ed28ca77f90769a71fd8c637a0137f6fae4ae947e1050229cff57f"
dependencies = [
"bindgen",
"cc",
"cmake",
"dunce",
"fs_extra",
]
[[package]]
name = "aws-runtime"
2025-04-02 15:26:06 +00:00
version = "1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-credential-types",
"aws-sigv4",
"aws-smithy-async",
"aws-smithy-eventstream",
2024-02-29 15:26:10 +00:00
"aws-smithy-http",
2025-02-19 16:45:06 +00:00
"aws-smithy-runtime",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"aws-types",
2024-08-08 00:44:18 +00:00
"bytes",
"fastrand",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
"once_cell",
2024-02-29 15:26:10 +00:00
"percent-encoding",
2024-08-08 00:44:18 +00:00
"pin-project-lite",
2024-02-29 15:26:10 +00:00
"tracing",
"uuid",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-sdk-s3"
2025-04-02 15:26:06 +00:00
version = "1.82.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
2024-02-29 15:26:10 +00:00
dependencies = [
"aws-credential-types",
"aws-runtime",
2024-02-29 15:26:10 +00:00
"aws-sigv4",
"aws-smithy-async",
"aws-smithy-checksums",
"aws-smithy-eventstream",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"aws-smithy-xml",
"aws-types",
"bytes",
2024-08-08 00:44:18 +00:00
"fastrand",
"hex",
"hmac",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2025-02-19 16:45:06 +00:00
"http-body 0.4.6",
2024-08-08 00:44:18 +00:00
"lru",
2024-02-29 15:26:10 +00:00
"once_cell",
"percent-encoding",
2024-08-08 00:44:18 +00:00
"regex-lite",
"sha2",
2024-02-29 15:26:10 +00:00
"tracing",
"url",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-sdk-sso"
2025-04-02 15:26:06 +00:00
version = "1.64.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-credential-types",
"aws-runtime",
2024-02-29 15:26:10 +00:00
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"aws-types",
"bytes",
2025-04-02 15:26:06 +00:00
"fastrand",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2024-08-08 00:44:18 +00:00
"once_cell",
"regex-lite",
2024-02-29 15:26:10 +00:00
"tracing",
]
[[package]]
name = "aws-sdk-ssooidc"
2025-04-02 15:26:06 +00:00
version = "1.65.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
2024-02-29 15:26:10 +00:00
dependencies = [
"aws-credential-types",
"aws-runtime",
2024-02-29 15:26:10 +00:00
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"aws-types",
"bytes",
2025-04-02 15:26:06 +00:00
"fastrand",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2024-08-08 00:44:18 +00:00
"once_cell",
"regex-lite",
2024-02-29 15:26:10 +00:00
"tracing",
]
[[package]]
name = "aws-sdk-sts"
2025-04-02 15:26:06 +00:00
version = "1.65.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-credential-types",
"aws-runtime",
"aws-smithy-async",
2024-02-29 15:26:10 +00:00
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-query",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
"aws-smithy-xml",
2024-02-29 15:26:10 +00:00
"aws-types",
2025-04-02 15:26:06 +00:00
"fastrand",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2024-08-08 00:44:18 +00:00
"once_cell",
"regex-lite",
2024-02-29 15:26:10 +00:00
"tracing",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-sigv4"
2025-04-02 15:26:06 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
dependencies = [
"aws-credential-types",
2024-02-29 15:26:10 +00:00
"aws-smithy-eventstream",
"aws-smithy-http",
"aws-smithy-runtime-api",
2024-08-08 00:44:18 +00:00
"aws-smithy-types",
2024-02-29 15:26:10 +00:00
"bytes",
2024-08-08 00:44:18 +00:00
"crypto-bigint 0.5.5",
2024-02-29 15:26:10 +00:00
"form_urlencoded",
"hex",
"hmac",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2024-02-29 15:26:10 +00:00
"once_cell",
"p256 0.11.1",
2024-02-29 15:26:10 +00:00
"percent-encoding",
2025-02-19 16:45:06 +00:00
"ring",
2024-02-29 15:26:10 +00:00
"sha2",
2024-08-08 00:44:18 +00:00
"subtle",
2024-02-29 15:26:10 +00:00
"time",
"tracing",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-async"
2025-04-02 15:26:06 +00:00
version = "1.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
2024-02-29 15:26:10 +00:00
dependencies = [
"futures-util",
"pin-project-lite",
"tokio",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-checksums"
2025-04-02 15:26:06 +00:00
version = "0.63.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-smithy-http",
"aws-smithy-types",
"bytes",
"crc32c",
"crc32fast",
2025-02-19 16:45:06 +00:00
"crc64fast-nvme",
2024-02-29 15:26:10 +00:00
"hex",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
2024-02-29 15:26:10 +00:00
"md-5",
"pin-project-lite",
"sha1",
"sha2",
"tracing",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-eventstream"
2025-04-02 15:26:06 +00:00
version = "0.60.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"bytes",
"crc32fast",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-http"
2025-04-02 15:26:06 +00:00
version = "0.62.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-smithy-eventstream",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"bytes",
"bytes-utils",
"futures-core",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2025-02-19 16:45:06 +00:00
"http-body 0.4.6",
2024-02-29 15:26:10 +00:00
"once_cell",
"percent-encoding",
"pin-project-lite",
"pin-utils",
"tracing",
]
2025-04-02 15:26:06 +00:00
[[package]]
name = "aws-smithy-http-client"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
dependencies = [
"aws-smithy-async",
"aws-smithy-runtime-api",
"aws-smithy-types",
"h2 0.4.8",
"http 0.2.12",
"http 1.3.1",
"http-body 0.4.6",
"hyper 0.14.32",
"hyper 1.6.0",
"hyper-rustls 0.24.2",
"hyper-rustls 0.27.5",
"hyper-util",
"pin-project-lite",
"rustls 0.21.12",
"rustls 0.23.25",
"rustls-native-certs 0.8.1",
"rustls-pki-types",
"tokio",
"tower 0.5.2",
"tracing",
]
[[package]]
name = "aws-smithy-json"
2025-04-02 15:26:06 +00:00
version = "0.61.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
]
2025-04-02 15:26:06 +00:00
[[package]]
name = "aws-smithy-observability"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
dependencies = [
"aws-smithy-runtime-api",
"once_cell",
]
[[package]]
name = "aws-smithy-query"
2024-08-08 00:44:18 +00:00
version = "0.60.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
2024-02-29 15:26:10 +00:00
dependencies = [
"aws-smithy-types",
"urlencoding",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "aws-smithy-runtime"
2025-04-02 15:26:06 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
dependencies = [
"aws-smithy-async",
"aws-smithy-http",
2025-04-02 15:26:06 +00:00
"aws-smithy-http-client",
"aws-smithy-observability",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"bytes",
"fastrand",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2025-02-19 16:45:06 +00:00
"http-body 0.4.6",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"once_cell",
"pin-project-lite",
"pin-utils",
"tokio",
"tracing",
]
[[package]]
name = "aws-smithy-runtime-api"
2025-04-02 15:26:06 +00:00
version = "1.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
dependencies = [
"aws-smithy-async",
"aws-smithy-types",
"bytes",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
"pin-project-lite",
"tokio",
"tracing",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-types"
2025-04-02 15:26:06 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
2024-02-29 15:26:10 +00:00
dependencies = [
"base64-simd",
"bytes",
"bytes-utils",
"futures-core",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2025-02-19 16:45:06 +00:00
"http-body 0.4.6",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"http-body-util",
2024-02-29 15:26:10 +00:00
"itoa",
"num-integer",
"pin-project-lite",
"pin-utils",
2024-02-29 15:26:10 +00:00
"ryu",
"serde",
2024-02-29 15:26:10 +00:00
"time",
"tokio",
"tokio-util",
2024-02-29 15:26:10 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-smithy-xml"
2025-02-19 16:45:06 +00:00
version = "0.60.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
dependencies = [
2024-02-29 15:26:10 +00:00
"xmlparser",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "aws-types"
2025-04-02 15:26:06 +00:00
version = "1.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
dependencies = [
2024-02-29 15:26:10 +00:00
"aws-credential-types",
"aws-smithy-async",
"aws-smithy-runtime-api",
2024-02-29 15:26:10 +00:00
"aws-smithy-types",
"rustc_version",
"tracing",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "axum"
2025-02-19 16:45:06 +00:00
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
dependencies = [
2024-02-29 15:26:10 +00:00
"async-trait",
2024-08-08 00:44:18 +00:00
"axum-core 0.3.4",
2024-02-29 15:26:10 +00:00
"bitflags 1.3.2",
"bytes",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.32",
2024-08-08 00:44:18 +00:00
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"sync_wrapper 0.1.2",
2025-02-19 16:45:06 +00:00
"tower 0.4.13",
2024-08-08 00:44:18 +00:00
"tower-layer",
"tower-service",
]
[[package]]
name = "axum"
2025-02-19 16:45:06 +00:00
version = "0.7.9"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
2024-08-08 00:44:18 +00:00
dependencies = [
"async-trait",
2025-02-19 16:45:06 +00:00
"axum-core 0.4.5",
2024-08-08 00:44:18 +00:00
"axum-macros",
"bytes",
"futures-util",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"http-body-util",
2025-02-19 16:45:06 +00:00
"hyper 1.6.0",
2024-08-08 00:44:18 +00:00
"hyper-util",
2024-02-29 15:26:10 +00:00
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
2025-02-19 16:45:06 +00:00
"sync_wrapper 1.0.2",
2024-02-29 15:26:10 +00:00
"tokio",
2025-02-19 16:45:06 +00:00
"tower 0.5.2",
2024-02-29 15:26:10 +00:00
"tower-layer",
"tower-service",
2024-08-08 00:44:18 +00:00
"tracing",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "axum-core"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
dependencies = [
2024-02-29 15:26:10 +00:00
"async-trait",
"bytes",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
2024-02-29 15:26:10 +00:00
"mime",
"rustversion",
"tower-layer",
"tower-service",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "axum-core"
2025-02-19 16:45:06 +00:00
version = "0.4.5"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
2024-08-08 00:44:18 +00:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"http-body-util",
"mime",
"pin-project-lite",
"rustversion",
2025-02-19 16:45:06 +00:00
"sync_wrapper 1.0.2",
2024-08-08 00:44:18 +00:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "axum-macros"
2025-02-19 16:45:06 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce"
2024-02-29 15:26:10 +00:00
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
2025-02-19 16:45:06 +00:00
]
[[package]]
name = "backtrace"
version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-targets 0.52.6",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "base16ct"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
[[package]]
name = "base16ct"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
[[package]]
2024-02-29 15:26:10 +00:00
name = "base64"
2025-02-19 16:45:06 +00:00
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2024-08-08 00:44:18 +00:00
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
2024-02-29 15:26:10 +00:00
name = "base64-simd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
dependencies = [
2024-02-29 15:26:10 +00:00
"outref",
"vsimd",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "base64ct"
2025-04-02 15:26:06 +00:00
version = "1.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
[[package]]
2024-02-29 15:26:10 +00:00
name = "bigdecimal"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
dependencies = [
2024-02-29 15:26:10 +00:00
"num-bigint",
"num-integer",
"num-traits",
]
2025-04-02 15:26:06 +00:00
[[package]]
name = "bindgen"
version = "0.69.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
dependencies = [
"bitflags 2.9.0",
"cexpr",
"clang-sys",
"itertools",
"lazy_static",
"lazycell",
"log",
"prettyplease",
"proc-macro2",
"quote",
"regex",
"rustc-hash 1.1.0",
"shlex",
"syn 2.0.100",
"which",
]
[[package]]
name = "binstring"
2025-02-19 16:45:06 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ed79c2a8151273c70956b5e3cdfdc1ff6c1a8b9779ba59c6807d281b32ee2f86"
[[package]]
2024-02-29 15:26:10 +00:00
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
2024-02-29 15:26:10 +00:00
name = "bitflags"
2025-04-02 15:26:06 +00:00
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2024-02-29 15:26:10 +00:00
dependencies = [
"serde",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
2024-02-29 15:26:10 +00:00
"funty",
"radium",
"tap",
"wyz",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
2024-02-29 15:26:10 +00:00
"generic-array",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "borsh"
2025-04-02 15:26:06 +00:00
version = "1.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
dependencies = [
2024-02-29 15:26:10 +00:00
"borsh-derive",
"cfg_aliases",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "borsh-derive"
2025-04-02 15:26:06 +00:00
version = "1.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
dependencies = [
2024-02-29 15:26:10 +00:00
"once_cell",
"proc-macro-crate",
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "brotli"
2025-02-19 16:45:06 +00:00
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
dependencies = [
2024-02-29 15:26:10 +00:00
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "brotli-decompressor"
2025-02-19 16:45:06 +00:00
version = "4.0.2"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
2024-02-29 15:26:10 +00:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "bumpalo"
2025-02-19 16:45:06 +00:00
version = "3.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2024-02-29 15:26:10 +00:00
[[package]]
name = "bytecheck"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
dependencies = [
"bytecheck_derive",
"ptr_meta",
"simdutf8",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
2024-02-29 15:26:10 +00:00
name = "bytes"
2025-04-02 15:26:06 +00:00
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2024-02-29 15:26:10 +00:00
[[package]]
name = "bytes-utils"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
dependencies = [
2024-02-29 15:26:10 +00:00
"bytes",
"either",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "cc"
2025-04-02 15:26:06 +00:00
version = "1.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
dependencies = [
2025-02-19 16:45:06 +00:00
"jobserver",
2024-02-29 15:26:10 +00:00
"libc",
2025-02-19 16:45:06 +00:00
"shlex",
]
2025-04-02 15:26:06 +00:00
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
2025-02-19 22:35:46 +00:00
[[package]]
name = "cfg-expr"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d4ba6e40bd1184518716a6e1a781bf9160e286d219ccdb8ab2612e74cfe4789"
dependencies = [
"smallvec",
"target-lexicon",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
2025-02-19 16:45:06 +00:00
version = "0.2.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-02-29 15:26:10 +00:00
[[package]]
name = "chrono"
2025-04-02 15:26:06 +00:00
version = "0.4.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
dependencies = [
"android-tzdata",
"iana-time-zone",
2024-02-29 15:26:10 +00:00
"js-sys",
"num-traits",
"serde",
2024-02-29 15:26:10 +00:00
"wasm-bindgen",
2025-04-02 15:26:06 +00:00
"windows-link",
]
[[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 = "clap"
2025-04-02 15:26:06 +00:00
version = "4.5.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2025-04-02 15:26:06 +00:00
version = "4.5.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
2023-06-28 20:37:35 +00:00
"terminal_size",
]
[[package]]
name = "clap_complete"
2025-04-02 15:26:06 +00:00
version = "4.5.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
2025-04-02 15:26:06 +00:00
version = "4.5.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.5.0",
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "clap_lex"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2025-04-02 15:26:06 +00:00
[[package]]
name = "cmake"
version = "0.1.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
dependencies = [
"cc",
]
2023-06-28 20:37:35 +00:00
[[package]]
name = "coarsetime"
2025-04-02 15:26:06 +00:00
version = "0.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "91849686042de1b41cd81490edc83afbcb0abe5a9b6f2c4114f23ce8cca1bcf4"
2024-02-29 15:26:10 +00:00
dependencies = [
"libc",
"wasix",
"wasm-bindgen",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "codespan-reporting"
2025-04-02 15:26:06 +00:00
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
dependencies = [
2025-04-02 15:26:06 +00:00
"serde",
"termcolor",
2025-04-02 15:26:06 +00:00
"unicode-width",
]
[[package]]
name = "colorchoice"
2025-02-19 16:45:06 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]]
name = "concurrent-queue"
2024-08-08 00:44:18 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "console"
2025-04-02 15:26:06 +00:00
version = "0.15.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
dependencies = [
"encode_unicode",
"libc",
2025-02-19 16:45:06 +00:00
"once_cell",
2025-04-02 15:26:06 +00:00
"unicode-width",
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "console-api"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787"
dependencies = [
"futures-core",
2024-02-29 15:26:10 +00:00
"prost",
"prost-types",
"tonic",
"tracing-core",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "console-subscriber"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e"
2024-02-29 15:26:10 +00:00
dependencies = [
"console-api",
"crossbeam-channel",
"crossbeam-utils",
"futures-task",
2024-02-29 15:26:10 +00:00
"hdrhistogram",
"humantime",
"prost-types",
"serde",
"serde_json",
"thread_local",
"tokio",
"tokio-stream",
"tonic",
"tracing",
"tracing-core",
"tracing-subscriber",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "const-oid"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
[[package]]
name = "const_format"
2025-02-19 16:45:06 +00:00
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
2025-02-19 16:45:06 +00:00
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "core-foundation"
2025-02-19 16:45:06 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
dependencies = [
2024-02-29 15:26:10 +00:00
"core-foundation-sys",
"libc",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "core-foundation-sys"
2025-02-19 16:45:06 +00:00
version = "0.8.7"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2024-02-29 15:26:10 +00:00
[[package]]
name = "cpufeatures"
2025-02-19 16:45:06 +00:00
version = "0.2.17"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
2024-02-29 15:26:10 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc"
2025-02-19 16:45:06 +00:00
version = "3.2.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
2024-02-29 15:26:10 +00:00
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
[[package]]
name = "crc32c"
2024-08-08 00:44:18 +00:00
version = "0.6.8"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
2024-02-29 15:26:10 +00:00
dependencies = [
"rustc_version",
]
[[package]]
name = "crc32fast"
2025-02-19 16:45:06 +00:00
version = "1.4.2"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2024-02-29 15:26:10 +00:00
dependencies = [
"cfg-if",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "crc64fast-nvme"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
dependencies = [
"crc",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "crossbeam-channel"
2025-02-19 16:45:06 +00:00
version = "0.5.14"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
2024-02-29 15:26:10 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-queue"
2025-02-19 16:45:06 +00:00
version = "0.3.12"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
2024-02-29 15:26:10 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "crossbeam-utils"
2025-02-19 16:45:06 +00:00
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]]
name = "crypto-bigint"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
dependencies = [
"generic-array",
2025-04-02 15:26:06 +00:00
"rand_core 0.6.4",
"subtle",
"zeroize",
]
[[package]]
name = "crypto-bigint"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
dependencies = [
"generic-array",
2025-04-02 15:26:06 +00:00
"rand_core 0.6.4",
"subtle",
"zeroize",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "ct-codecs"
2025-02-19 16:45:06 +00:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b916ba8ce9e4182696896f015e8a5ae6081b305f74690baa8465e35f5a142ea4"
[[package]]
name = "cxx"
2025-04-02 15:26:06 +00:00
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "4b4ab2681454aacfe7ce296ebc6df86791009f237f8020b0c752e8b245ba7c1d"
dependencies = [
"cc",
2025-02-19 16:45:06 +00:00
"cxxbridge-cmd",
"cxxbridge-flags",
"cxxbridge-macro",
2025-02-19 16:45:06 +00:00
"foldhash",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2025-04-02 15:26:06 +00:00
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "5e431f7ba795550f2b11c32509b3b35927d899f0ad13a1d1e030a317a08facbe"
dependencies = [
"cc",
"codespan-reporting",
"proc-macro2",
"quote",
"scratch",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
2025-02-19 16:45:06 +00:00
]
[[package]]
name = "cxxbridge-cmd"
2025-04-02 15:26:06 +00:00
version = "1.0.153"
2025-02-19 16:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "7cbc41933767955d04c2a90151806029b93df5fd8b682ba22a967433347480a9"
2025-02-19 16:45:06 +00:00
dependencies = [
"clap",
"codespan-reporting",
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "cxxbridge-flags"
2025-04-02 15:26:06 +00:00
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "9133547634329a5b76e5f58d1e53c16d627699bbcd421b9007796311165f9667"
[[package]]
name = "cxxbridge-macro"
2025-04-02 15:26:06 +00:00
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "53e89d77ad5fd6066a3d42d94de3f72a2f23f95006da808177624429b5183596"
dependencies = [
"proc-macro2",
"quote",
2025-02-19 16:45:06 +00:00
"rustversion",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "daemonize"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab8bfdaacb3c887a54d41bdf48d3af8873b3f5566469f8ba21b92057509f116e"
dependencies = [
"libc",
]
[[package]]
name = "darling"
2025-04-02 15:26:06 +00:00
version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2025-04-02 15:26:06 +00:00
version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "darling_macro"
2025-04-02 15:26:06 +00:00
version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
dependencies = [
"darling_core",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "der"
version = "0.6.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
2024-02-29 15:26:10 +00:00
dependencies = [
"const-oid",
"pem-rfc7468 0.6.0",
"zeroize",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "der"
2025-02-19 16:45:06 +00:00
version = "0.7.9"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
2024-02-29 15:26:10 +00:00
dependencies = [
"const-oid",
"pem-rfc7468 0.7.0",
2024-02-29 15:26:10 +00:00
"zeroize",
]
[[package]]
name = "deranged"
2025-04-02 15:26:06 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "28cfac68e08048ae1883171632c2aef3ebc555621ae56fbccce1cbf22dd7f058"
dependencies = [
"powerfmt",
"serde",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "dialoguer"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
dependencies = [
"console",
"shell-words",
"tempfile",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
"zeroize",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
2024-02-29 15:26:10 +00:00
"const-oid",
"crypto-common",
2024-02-29 15:26:10 +00:00
"subtle",
]
[[package]]
name = "displaydoc"
2025-02-19 16:45:06 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2025-04-02 15:26:06 +00:00
[[package]]
name = "dunce"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
[[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 0.12.3",
"rfc6979 0.3.1",
"signature 1.6.4",
]
[[package]]
name = "ecdsa"
version = "0.16.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
dependencies = [
2025-02-19 16:45:06 +00:00
"der 0.7.9",
"digest",
"elliptic-curve 0.13.8",
"rfc6979 0.4.0",
"signature 2.2.0",
"spki 0.7.3",
]
[[package]]
name = "ed25519-compact"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f663789f6190"
dependencies = [
"ct-codecs",
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "either"
2025-04-02 15:26:06 +00:00
version = "1.15.0"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
2024-02-29 15:26:10 +00:00
dependencies = [
"serde",
]
[[package]]
name = "elliptic-curve"
version = "0.12.3"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
dependencies = [
"base16ct 0.1.1",
"crypto-bigint 0.4.9",
"der 0.6.1",
"digest",
"ff 0.12.1",
"generic-array",
"group 0.12.1",
"pkcs8 0.9.0",
2025-04-02 15:26:06 +00:00
"rand_core 0.6.4",
"sec1 0.3.0",
"subtle",
"zeroize",
]
[[package]]
name = "elliptic-curve"
version = "0.13.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
dependencies = [
"base16ct 0.2.0",
"crypto-bigint 0.5.5",
"digest",
2025-04-02 15:26:06 +00:00
"ff 0.13.1",
"generic-array",
"group 0.13.0",
"hkdf",
"pem-rfc7468 0.7.0",
"pkcs8 0.10.2",
2025-04-02 15:26:06 +00:00
"rand_core 0.6.4",
"sec1 0.7.3",
"subtle",
"zeroize",
]
[[package]]
name = "encode_unicode"
2025-02-19 16:45:06 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
[[package]]
name = "enum-as-inner"
2025-02-19 16:45:06 +00:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.5.0",
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "equivalent"
2025-02-19 16:45:06 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2023-06-28 20:37:35 +00:00
[[package]]
name = "errno"
2025-02-19 16:45:06 +00:00
version = "0.3.10"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
2023-06-28 20:37:35 +00:00
dependencies = [
"libc",
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
2023-06-28 20:37:35 +00:00
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "etcetera"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
dependencies = [
"cfg-if",
"home",
"windows-sys 0.48.0",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2024-08-08 00:44:18 +00:00
[[package]]
name = "event-listener"
2025-02-19 16:45:06 +00:00
version = "5.4.0"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
2024-08-08 00:44:18 +00:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
2025-04-02 15:26:06 +00:00
version = "0.5.4"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
2024-08-08 00:44:18 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"event-listener 5.4.0",
2024-08-08 00:44:18 +00:00
"pin-project-lite",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "fastcdc"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a71061d097bfa9a5a4d2efdec57990d9a88745020b365191d37e48541a1628f2"
[[package]]
name = "fastrand"
2025-02-19 16:45:06 +00:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2024-02-29 15:26:10 +00:00
[[package]]
name = "ff"
version = "0.12.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
dependencies = [
2025-04-02 15:26:06 +00:00
"rand_core 0.6.4",
"subtle",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "ff"
2025-04-02 15:26:06 +00:00
version = "0.13.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-04-02 15:26:06 +00:00
"rand_core 0.6.4",
"subtle",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "filetime"
2025-02-19 16:45:06 +00:00
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
dependencies = [
"cfg-if",
"libc",
2025-02-19 16:45:06 +00:00
"libredox",
"windows-sys 0.59.0",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "flate2"
2025-04-02 15:26:06 +00:00
version = "1.1.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
2024-02-29 15:26:10 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "flume"
2025-02-19 16:45:06 +00:00
version = "0.11.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
2024-02-29 15:26:10 +00:00
dependencies = [
"futures-core",
"futures-sink",
2025-02-19 16:45:06 +00:00
"spin",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2025-02-19 16:45:06 +00:00
[[package]]
name = "foldhash"
2025-04-02 15:26:06 +00:00
version = "0.1.5"
2025-02-19 16:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2025-02-19 16:45:06 +00:00
[[package]]
name = "form_urlencoded"
2025-02-19 16:45:06 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
2025-04-02 15:26:06 +00:00
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2024-02-29 15:26:10 +00:00
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2023-05-08 18:59:57 +00:00
[[package]]
name = "futures"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
2023-05-08 18:59:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2023-05-08 18:59:57 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
2023-05-08 18:59:57 +00:00
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
dependencies = [
"futures-core",
2023-05-08 18:59:57 +00:00
"futures-sink",
]
[[package]]
name = "futures-core"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
[[package]]
name = "futures-executor"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2024-02-29 15:26:10 +00:00
[[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-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
[[package]]
name = "futures-macro"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "futures-sink"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
[[package]]
name = "futures-task"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
[[package]]
name = "futures-util"
2025-02-19 16:45:06 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"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",
"zeroize",
]
[[package]]
name = "getrandom"
2025-02-19 16:45:06 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"js-sys",
"libc",
2025-02-19 16:45:06 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "getrandom"
2025-04-02 15:26:06 +00:00
version = "0.3.2"
2025-02-19 16:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
2025-02-19 16:45:06 +00:00
dependencies = [
"cfg-if",
2025-04-02 15:26:06 +00:00
"js-sys",
2025-02-19 16:45:06 +00:00
"libc",
2025-04-02 15:26:06 +00:00
"r-efi",
"wasi 0.14.2+wasi-0.2.4",
"wasm-bindgen",
2025-02-19 16:45:06 +00:00
]
[[package]]
name = "gha-cache"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bytes",
"derivative",
2023-05-08 18:59:57 +00:00
"futures",
"hex",
2025-04-02 15:26:06 +00:00
"rand 0.8.5",
"reqwest",
"serde",
"serde_json",
"sha2",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
"tokio",
"tracing",
"unicode-bom",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "gimli"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2024-02-29 15:26:10 +00:00
[[package]]
name = "glob"
2025-02-19 16:45:06 +00:00
version = "0.3.2"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
2024-02-29 15:26:10 +00:00
[[package]]
name = "group"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
dependencies = [
"ff 0.12.1",
2025-04-02 15:26:06 +00:00
"rand_core 0.6.4",
"subtle",
]
[[package]]
name = "group"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
dependencies = [
2025-04-02 15:26:06 +00:00
"ff 0.13.1",
"rand_core 0.6.4",
"subtle",
]
[[package]]
name = "h2"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
2025-04-02 15:26:06 +00:00
"indexmap 2.8.0",
2024-08-08 00:44:18 +00:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "h2"
2025-02-19 16:45:06 +00:00
version = "0.4.8"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
2024-08-08 00:44:18 +00:00
dependencies = [
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
"indexmap 2.8.0",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2024-02-29 15:26:10 +00:00
dependencies = [
"ahash 0.7.8",
]
[[package]]
name = "hashbrown"
2025-02-19 16:45:06 +00:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2024-02-29 15:26:10 +00:00
dependencies = [
2024-08-08 00:44:18 +00:00
"ahash 0.8.11",
2024-02-29 15:26:10 +00:00
"allocator-api2",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "hashbrown"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "hashlink"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
dependencies = [
2025-02-19 16:45:06 +00:00
"hashbrown 0.14.5",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "hdrhistogram"
version = "7.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
dependencies = [
2025-02-19 16:45:06 +00:00
"base64 0.21.7",
2024-02-29 15:26:10 +00:00
"byteorder",
"flate2",
"nom",
"num-traits",
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2024-02-29 15:26:10 +00:00
dependencies = [
"unicode-segmentation",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "heck"
version = "0.5.0"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-06-28 20:37:35 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2024-02-29 15:26:10 +00:00
[[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 = "hmac-sha1-compact"
2025-02-19 16:45:06 +00:00
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "18492c9f6f9a560e0d346369b665ad2bdbc89fa9bceca75796584e79042694c3"
[[package]]
name = "hmac-sha256"
2025-02-19 16:45:06 +00:00
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "4a8575493d277c9092b988c780c94737fb9fd8651a1001e16bee3eccfc1baedb"
dependencies = [
"digest",
]
[[package]]
name = "hmac-sha512"
2025-02-19 16:45:06 +00:00
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b0b3a0f572aa8389d325f5852b9e0a333a15b0f86ecccbb3fdb6e97cd86dc67c"
dependencies = [
"digest",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "home"
2025-02-19 16:45:06 +00:00
version = "0.5.11"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
2024-02-29 15:26:10 +00:00
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-08-08 00:44:18 +00:00
name = "http"
2025-02-19 16:45:06 +00:00
version = "0.2.12"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2023-06-23 02:29:57 +00:00
dependencies = [
2024-08-08 00:44:18 +00:00
"bytes",
"fnv",
"itoa",
2023-06-23 02:29:57 +00:00
]
[[package]]
name = "http"
2025-04-02 15:26:06 +00:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2025-02-19 16:45:06 +00:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"pin-project-lite",
]
[[package]]
2024-08-08 00:44:18 +00:00
name = "http-body"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2024-08-08 00:44:18 +00:00
]
[[package]]
name = "http-body-util"
2025-04-02 15:26:06 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2024-08-08 00:44:18 +00:00
dependencies = [
"bytes",
2025-04-02 15:26:06 +00:00
"futures-core",
"http 1.3.1",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"pin-project-lite",
]
[[package]]
name = "httparse"
2025-04-02 15:26:06 +00:00
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
[[package]]
name = "httpdate"
2025-02-19 16:45:06 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"
2025-04-02 15:26:06 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
2024-02-29 15:26:10 +00:00
[[package]]
name = "humantime-serde"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
dependencies = [
"humantime",
"serde",
]
[[package]]
name = "hyper"
2025-02-19 16:45:06 +00:00
version = "0.14.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
2024-08-08 00:44:18 +00:00
"h2 0.3.26",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2025-02-19 16:45:06 +00:00
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "hyper"
2025-02-19 16:45:06 +00:00
version = "1.6.0"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
2024-08-08 00:44:18 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2025-02-19 16:45:06 +00:00
"h2 0.4.8",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2025-02-19 16:45:06 +00:00
"smallvec",
2024-08-08 00:44:18 +00:00
"tokio",
"want",
]
[[package]]
name = "hyper-rustls"
2025-02-19 16:45:06 +00:00
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
2025-02-19 16:45:06 +00:00
"futures-util",
"http 0.2.12",
"hyper 0.14.32",
2024-02-29 15:26:10 +00:00
"log",
2025-02-19 16:45:06 +00:00
"rustls 0.21.12",
2024-08-08 00:44:18 +00:00
"rustls-native-certs 0.6.3",
"tokio",
2024-08-08 00:44:18 +00:00
"tokio-rustls 0.24.1",
]
[[package]]
name = "hyper-rustls"
2025-02-19 16:45:06 +00:00
version = "0.27.5"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
2024-08-08 00:44:18 +00:00
dependencies = [
"futures-util",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2025-02-19 16:45:06 +00:00
"hyper 1.6.0",
2024-08-08 00:44:18 +00:00
"hyper-util",
2025-04-02 15:26:06 +00:00
"rustls 0.23.25",
2025-02-19 16:45:06 +00:00
"rustls-native-certs 0.8.1",
2024-08-08 00:44:18 +00:00
"rustls-pki-types",
"tokio",
2025-04-02 15:26:06 +00:00
"tokio-rustls 0.26.2",
2024-08-08 00:44:18 +00:00
"tower-service",
2025-02-19 16:45:06 +00:00
"webpki-roots 0.26.8",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
2025-02-19 16:45:06 +00:00
"hyper 0.14.32",
2024-02-29 15:26:10 +00:00
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "hyper-util"
2025-04-02 15:26:06 +00:00
version = "0.1.11"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
2024-08-08 00:44:18 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
2025-02-19 16:45:06 +00:00
"hyper 1.6.0",
2025-04-02 15:26:06 +00:00
"libc",
2024-08-08 00:44:18 +00:00
"pin-project-lite",
2025-02-19 16:45:06 +00:00
"socket2",
2024-08-08 00:44:18 +00:00
"tokio",
"tower-service",
"tracing",
]
[[package]]
name = "iana-time-zone"
2025-04-02 15:26:06 +00:00
version = "0.1.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
2025-04-02 15:26:06 +00:00
"log",
"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",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
2025-02-19 16:45:06 +00:00
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
2025-02-19 16:45:06 +00:00
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_locid_transform_data"
2025-04-02 15:26:06 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
2025-02-19 16:45:06 +00:00
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
2024-02-29 15:26:10 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_normalizer_data"
2025-04-02 15:26:06 +00:00
version = "1.5.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
2024-02-29 15:26:10 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
2025-02-19 16:45:06 +00:00
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_properties_data"
2025-04-02 15:26:06 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
2025-02-19 16:45:06 +00:00
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
2025-02-19 16:45:06 +00:00
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
2025-02-19 16:45:06 +00:00
name = "idna"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
dependencies = [
2025-02-19 16:45:06 +00:00
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "idna_adapter"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
dependencies = [
"icu_normalizer",
"icu_properties",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "indexmap"
version = "1.9.3"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
2025-02-19 16:45:06 +00:00
"autocfg",
"hashbrown 0.12.3",
"serde",
]
[[package]]
name = "indexmap"
2025-04-02 15:26:06 +00:00
version = "2.8.0"
2025-02-19 16:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
2025-02-19 16:45:06 +00:00
dependencies = [
"equivalent",
"hashbrown 0.15.2",
"serde",
]
[[package]]
name = "indicatif"
version = "0.17.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
dependencies = [
"console",
"number_prefix",
"portable-atomic",
2025-04-02 15:26:06 +00:00
"unicode-width",
2025-02-19 16:45:06 +00:00
"web-time",
]
[[package]]
name = "inherent"
2025-04-02 15:26:06 +00:00
version = "1.0.12"
2025-02-19 16:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
2025-02-19 16:45:06 +00:00
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
2025-02-19 16:45:06 +00:00
]
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags 1.3.2",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2024-02-29 15:26:10 +00:00
2025-02-19 16:45:06 +00:00
[[package]]
name = "ipnet"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
[[package]]
name = "is_ci"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-02-29 15:26:10 +00:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2025-02-19 16:45:06 +00:00
[[package]]
name = "jobserver"
2025-04-02 15:26:06 +00:00
version = "0.1.33"
2025-02-19 16:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
2025-02-19 16:45:06 +00:00
dependencies = [
2025-04-02 15:26:06 +00:00
"getrandom 0.3.2",
2025-02-19 16:45:06 +00:00
"libc",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "js-sys"
2025-02-19 16:45:06 +00:00
version = "0.3.77"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"once_cell",
2024-02-29 15:26:10 +00:00
"wasm-bindgen",
]
[[package]]
name = "jwt-simple"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357892bb32159d763abdea50733fadcb9a8e1c319a9aa77592db8555d05af83e"
2024-02-29 15:26:10 +00:00
dependencies = [
"anyhow",
"binstring",
"coarsetime",
"ct-codecs",
"ed25519-compact",
"hmac-sha1-compact",
"hmac-sha256",
"hmac-sha512",
"k256",
"p256 0.13.2",
"p384",
2025-04-02 15:26:06 +00:00
"rand 0.8.5",
"rsa 0.7.2",
2024-02-29 15:26:10 +00:00
"serde",
"serde_json",
"spki 0.6.0",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
"zeroize",
]
[[package]]
name = "k256"
2025-02-19 16:45:06 +00:00
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
dependencies = [
"cfg-if",
"ecdsa 0.16.9",
"elliptic-curve 0.13.8",
"once_cell",
"sha2",
"signature 2.2.0",
]
[[package]]
name = "kqueue"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
dependencies = [
"bitflags 1.3.2",
"libc",
]
[[package]]
name = "lazy_static"
2025-02-19 16:45:06 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"spin",
2024-02-29 15:26:10 +00:00
]
2025-04-02 15:26:06 +00:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
2025-04-02 15:26:06 +00:00
version = "0.2.171"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
name = "libloading"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
]
[[package]]
name = "liblzma"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "a631d2b24be269775ba8f7789a6afa1ac228346a20c9e87dbbbe4975a79fd764"
dependencies = [
"liblzma-sys",
]
[[package]]
name = "liblzma-sys"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efdadf1a99aceff34553de1461674ab6ac7e7f0843ae9875e339f4a14eb43475"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "libm"
2025-02-19 16:45:06 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
[[package]]
name = "libredox"
version = "0.1.3"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
2025-04-02 15:26:06 +00:00
"bitflags 2.9.0",
2025-02-19 16:45:06 +00:00
"libc",
"redox_syscall",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "libsqlite3-sys"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "link-cplusplus"
2025-04-02 15:26:06 +00:00
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
dependencies = [
"cc",
]
2023-06-28 20:37:35 +00:00
[[package]]
name = "linux-raw-sys"
2025-02-19 16:45:06 +00:00
version = "0.4.15"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2025-04-02 15:26:06 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
[[package]]
2025-02-19 16:45:06 +00:00
name = "litemap"
2025-04-02 15:26:06 +00:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
2023-06-23 02:29:57 +00:00
[[package]]
name = "lock_api"
2025-02-19 16:45:06 +00:00
version = "0.4.12"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-06-23 02:29:57 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2025-04-02 15:26:06 +00:00
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2023-06-23 02:29:57 +00:00
[[package]]
2024-08-08 00:44:18 +00:00
name = "lru"
2025-02-19 16:45:06 +00:00
version = "0.12.5"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2023-06-23 02:29:57 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"hashbrown 0.15.2",
2023-06-23 02:29:57 +00:00
]
2023-06-24 22:24:52 +00:00
[[package]]
name = "magic-nix-cache"
2024-03-09 15:51:56 +00:00
version = "0.2.0"
2023-06-24 22:24:52 +00:00
dependencies = [
2023-12-14 20:35:50 +00:00
"anyhow",
2024-02-29 19:43:25 +00:00
"async-compression",
"attic",
"attic-client",
2024-02-29 15:26:10 +00:00
"attic-server",
2025-02-19 16:45:06 +00:00
"axum 0.7.9",
2023-06-24 22:24:52 +00:00
"clap",
"daemonize",
2024-02-29 15:26:10 +00:00
"futures",
2023-06-24 22:24:52 +00:00
"gha-cache",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2024-08-08 00:44:18 +00:00
"http-body-util",
2025-02-19 16:45:06 +00:00
"hyper 1.6.0",
2024-08-08 00:44:18 +00:00
"hyper-util",
"indicatif",
"is_ci",
"netrc-rs",
"reqwest",
2023-06-24 22:24:52 +00:00
"serde",
"serde_json",
"sha2",
"tempfile",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
2023-06-24 22:24:52 +00:00
"tokio",
"tokio-stream",
"tokio-util",
"tower-http",
"tracing",
"tracing-appender",
2023-06-24 22:24:52 +00:00
"tracing-subscriber",
"uuid",
"xdg",
2023-06-24 22:24:52 +00:00
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2025-02-19 16:45:06 +00:00
"regex-automata 0.1.10",
]
[[package]]
name = "matchit"
2025-02-19 16:45:06 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
[[package]]
name = "maybe-owned"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
2024-02-29 15:26:10 +00:00
[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
"cfg-if",
"digest",
]
[[package]]
name = "memchr"
2025-02-19 16:45:06 +00:00
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2024-02-29 15:26:10 +00: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-04-02 15:26:06 +00:00
version = "0.8.5"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"adler2",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "mio"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",
2025-02-19 16:45:06 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.48.0",
]
2024-08-09 17:05:08 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "mio"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
dependencies = [
"libc",
2025-02-19 16:45:06 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.52.0",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "netrc-rs"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2970fbbc8c785e8246234a7bd004ed66cd1ed1a35ec73669a92545e419b836"
[[package]]
name = "nix-base32"
version = "0.1.2-alpha.0"
source = "git+https://github.com/zhaofengli/nix-base32.git?rev=b850c6e9273d1c39bd93abb704a53345f5be92eb#b850c6e9273d1c39bd93abb704a53345f5be92eb"
2024-02-29 15:26:10 +00:00
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "notify"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [
2025-04-02 15:26:06 +00:00
"bitflags 2.9.0",
"filetime",
"inotify",
"kqueue",
"libc",
"log",
2025-02-19 16:45:06 +00:00
"mio 0.8.11",
"walkdir",
"windows-sys 0.48.0",
]
2023-06-23 01:28:35 +00:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "num-bigint"
2025-02-19 16:45:06 +00:00
version = "0.4.6"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2024-02-29 15:26:10 +00:00
dependencies = [
"num-integer",
"num-traits",
]
[[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-04-02 15:26:06 +00:00
"rand 0.8.5",
2024-02-29 15:26:10 +00:00
"smallvec",
"zeroize",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2024-02-29 15:26:10 +00:00
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
2025-02-19 16:45:06 +00:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
2024-02-29 15:26:10 +00:00
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2025-02-19 16:45:06 +00:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
2024-02-29 15:26:10 +00:00
"libm",
]
2024-08-09 17:05:08 +00:00
[[package]]
name = "number_prefix"
version = "0.4.0"
2024-08-09 17:05:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2024-08-09 17:05:08 +00:00
2025-02-19 16:45:06 +00:00
[[package]]
name = "object"
version = "0.36.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2025-04-02 15:26:06 +00:00
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "openssl-probe"
2025-02-19 16:45:06 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
[[package]]
2024-02-29 15:26:10 +00:00
name = "ordered-float"
version = "3.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
dependencies = [
"num-traits",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "ouroboros"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
dependencies = [
2024-02-29 15:26:10 +00:00
"aliasable",
"ouroboros_macro",
"static_assertions",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "ouroboros_macro"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.4.1",
2024-02-29 15:26:10 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "outref"
2025-02-19 16:45:06 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
2023-06-23 01:28:35 +00:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "p256"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
dependencies = [
"ecdsa 0.14.8",
"elliptic-curve 0.12.3",
"sha2",
]
[[package]]
name = "p256"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
dependencies = [
"ecdsa 0.16.9",
"elliptic-curve 0.13.8",
"primeorder",
"sha2",
]
[[package]]
name = "p384"
2025-02-19 16:45:06 +00:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
dependencies = [
"ecdsa 0.16.9",
"elliptic-curve 0.13.8",
"primeorder",
"sha2",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "parking"
2025-02-19 16:45:06 +00:00
version = "2.2.1"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2024-08-08 00:44:18 +00:00
2023-06-23 02:29:57 +00:00
[[package]]
name = "parking_lot"
2025-02-19 16:45:06 +00:00
version = "0.12.3"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-06-23 02:29:57 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2025-02-19 16:45:06 +00:00
version = "0.9.10"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-06-23 02:29:57 +00:00
dependencies = [
"cfg-if",
"libc",
2025-02-19 16:45:06 +00:00
"redox_syscall",
2023-06-23 02:29:57 +00:00
"smallvec",
2025-02-19 16:45:06 +00:00
"windows-targets 0.52.6",
2023-06-23 02:29:57 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "paste"
2025-02-19 16:45:06 +00:00
version = "1.0.15"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-02-29 15:26:10 +00:00
[[package]]
name = "pem-rfc7468"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
dependencies = [
"base64ct",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
2024-02-29 15:26:10 +00:00
"base64ct",
]
[[package]]
name = "percent-encoding"
2025-02-19 16:45:06 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pin-project"
2025-04-02 15:26:06 +00:00
version = "1.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
dependencies = [
"pin-project-internal",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pin-project-internal"
2025-04-02 15:26:06 +00:00
version = "1.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
dependencies = [
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pin-project-lite"
2025-02-19 16:45:06 +00:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "pin-utils"
version = "0.1.0"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-06-23 02:29:57 +00:00
[[package]]
name = "pkcs1"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
dependencies = [
"der 0.6.1",
"pkcs8 0.9.0",
"spki 0.6.0",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pkcs1"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
dependencies = [
2025-02-19 16:45:06 +00:00
"der 0.7.9",
"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",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
2025-02-19 16:45:06 +00:00
"der 0.7.9",
"spki 0.7.3",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "pkg-config"
2025-04-02 15:26:06 +00:00
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
[[package]]
2024-02-29 15:26:10 +00:00
name = "portable-atomic"
2025-04-02 15:26:06 +00:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
[[package]]
2024-02-29 15:26:10 +00:00
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
2024-02-29 15:26:10 +00:00
name = "ppv-lite86"
2025-04-02 15:26:06 +00:00
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
dependencies = [
"zerocopy 0.8.24",
]
[[package]]
name = "prettyplease"
version = "0.2.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "5316f57387668042f561aae71480de936257848f9c43ce528e311d89a07cadeb"
2025-02-19 16:45:06 +00:00
dependencies = [
2025-04-02 15:26:06 +00:00
"proc-macro2",
"syn 2.0.100",
2025-02-19 16:45:06 +00:00
]
[[package]]
name = "primeorder"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
dependencies = [
"elliptic-curve 0.13.8",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "proc-macro-crate"
2025-04-02 15:26:06 +00:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
dependencies = [
2025-02-19 16:45:06 +00:00
"toml_edit",
]
2023-06-28 20:37:35 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "proc-macro-error"
version = "1.0.4"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2023-06-28 20:37:35 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn 1.0.109",
"version_check",
2023-06-28 20:37:35 +00:00
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
2024-02-29 15:26:10 +00:00
"version_check",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "proc-macro-error-attr2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "proc-macro-error2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
dependencies = [
"proc-macro-error-attr2",
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
2025-02-19 16:45:06 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "proc-macro2"
2025-04-02 15:26:06 +00:00
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
2024-02-29 15:26:10 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "prost"
2025-02-19 16:45:06 +00:00
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
dependencies = [
2024-02-29 15:26:10 +00:00
"bytes",
"prost-derive",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "prost-derive"
2025-02-19 16:45:06 +00:00
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
2024-02-29 15:26:10 +00:00
dependencies = [
"anyhow",
2025-02-19 16:45:06 +00:00
"itertools",
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
2024-02-29 15:26:10 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "prost-types"
2025-02-19 16:45:06 +00:00
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
2024-02-29 15:26:10 +00:00
dependencies = [
"prost",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
2024-02-29 15:26:10 +00:00
"ptr_meta_derive",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-08-08 00:44:18 +00:00
name = "quinn"
2025-04-02 15:26:06 +00:00
version = "0.11.7"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
2024-08-08 00:44:18 +00:00
dependencies = [
"bytes",
2025-04-02 15:26:06 +00:00
"cfg_aliases",
2024-08-08 00:44:18 +00:00
"pin-project-lite",
"quinn-proto",
"quinn-udp",
2025-04-02 15:26:06 +00:00
"rustc-hash 2.1.1",
"rustls 0.23.25",
2025-02-19 16:45:06 +00:00
"socket2",
2025-04-02 15:26:06 +00:00
"thiserror 2.0.12",
2024-08-08 00:44:18 +00:00
"tokio",
"tracing",
2025-04-02 15:26:06 +00:00
"web-time",
2024-08-08 00:44:18 +00:00
]
[[package]]
name = "quinn-proto"
2025-04-02 15:26:06 +00:00
version = "0.11.10"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
2024-08-08 00:44:18 +00:00
dependencies = [
"bytes",
2025-04-02 15:26:06 +00:00
"getrandom 0.3.2",
"rand 0.9.0",
2025-02-19 16:45:06 +00:00
"ring",
2025-04-02 15:26:06 +00:00
"rustc-hash 2.1.1",
"rustls 0.23.25",
2025-02-19 16:45:06 +00:00
"rustls-pki-types",
2024-08-08 00:44:18 +00:00
"slab",
2025-04-02 15:26:06 +00:00
"thiserror 2.0.12",
2024-08-08 00:44:18 +00:00
"tinyvec",
"tracing",
2025-02-19 16:45:06 +00:00
"web-time",
2024-08-08 00:44:18 +00:00
]
[[package]]
name = "quinn-udp"
2025-04-02 15:26:06 +00:00
version = "0.5.11"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
2024-08-08 00:44:18 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"cfg_aliases",
2024-08-08 00:44:18 +00:00
"libc",
"once_cell",
2025-02-19 16:45:06 +00:00
"socket2",
2024-08-08 00:44:18 +00:00
"tracing",
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
2024-08-08 00:44:18 +00:00
]
2023-06-23 02:29:57 +00:00
[[package]]
name = "quote"
2025-04-02 15:26:06 +00:00
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
dependencies = [
"proc-macro2",
]
2025-04-02 15:26:06 +00:00
[[package]]
name = "r-efi"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "radium"
version = "0.7.0"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2023-06-28 20:37:35 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2025-04-02 15:26:06 +00:00
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
[[package]]
name = "rand"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.3",
"zerocopy 0.8.24",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2025-04-02 15:26:06 +00: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",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
]
2025-04-02 15:26:06 +00: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.2",
]
2023-06-23 02:29:57 +00:00
[[package]]
name = "redox_syscall"
2025-04-02 15:26:06 +00:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
dependencies = [
2025-04-02 15:26:06 +00:00
"bitflags 2.9.0",
]
[[package]]
name = "regex"
2025-02-19 16:45:06 +00:00
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
2025-02-19 16:45:06 +00:00
"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",
]
2025-02-19 16:45:06 +00:00
[[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",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "regex-lite"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
2025-02-19 16:45:06 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
2024-02-29 15:26:10 +00:00
name = "rend"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
dependencies = [
"bytecheck",
]
[[package]]
name = "reqwest"
2025-04-02 15:26:06 +00:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
dependencies = [
2024-08-08 00:44:18 +00:00
"base64 0.22.1",
"bytes",
2024-08-08 00:44:18 +00:00
"futures-channel",
"futures-core",
"futures-util",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"http-body-util",
2025-02-19 16:45:06 +00:00
"hyper 1.6.0",
"hyper-rustls 0.27.5",
2024-08-08 00:44:18 +00:00
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
2024-08-08 00:44:18 +00:00
"quinn",
2025-04-02 15:26:06 +00:00
"rustls 0.23.25",
2025-02-19 16:45:06 +00:00
"rustls-native-certs 0.8.1",
"rustls-pemfile 2.2.0",
2024-08-08 00:44:18 +00:00
"rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
2025-02-19 16:45:06 +00:00
"sync_wrapper 1.0.2",
"tokio",
2025-04-02 15:26:06 +00:00
"tokio-rustls 0.26.2",
"tokio-util",
2025-02-19 16:45:06 +00:00
"tower 0.5.2",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
2025-02-19 16:45:06 +00:00
"webpki-roots 0.26.8",
"windows-registry",
]
[[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",
]
[[package]]
name = "rfc6979"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
dependencies = [
"hmac",
"subtle",
]
[[package]]
name = "ring"
2025-04-02 15:26:06 +00:00
version = "0.17.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
dependencies = [
"cc",
"cfg-if",
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
"libc",
2025-02-19 16:45:06 +00:00
"untrusted",
"windows-sys 0.52.0",
]
2023-06-23 01:28:35 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "rkyv"
2025-02-19 16:45:06 +00:00
version = "0.7.45"
2023-06-23 01:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
2023-06-23 01:28:35 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"bitvec",
"bytecheck",
"bytes",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
"tinyvec",
"uuid",
2023-06-23 01:28:35 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "rkyv_derive"
2025-02-19 16:45:06 +00:00
version = "0.7.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
dependencies = [
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "rsa"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c"
dependencies = [
"byteorder",
"digest",
"num-bigint-dig",
"num-integer",
"num-iter",
"num-traits",
"pkcs1 0.4.1",
"pkcs8 0.9.0",
2025-04-02 15:26:06 +00:00
"rand_core 0.6.4",
"signature 1.6.4",
"smallvec",
"subtle",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "rsa"
2025-04-02 15:26:06 +00:00
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
dependencies = [
2024-02-29 15:26:10 +00:00
"const-oid",
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1 0.7.5",
"pkcs8 0.10.2",
2025-04-02 15:26:06 +00:00
"rand_core 0.6.4",
"signature 2.2.0",
"spki 0.7.3",
2024-02-29 15:26:10 +00:00
"subtle",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "rust_decimal"
2025-04-02 15:26:06 +00:00
version = "1.37.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
2024-02-29 15:26:10 +00:00
dependencies = [
"arrayvec",
"borsh",
"bytes",
"num-traits",
2025-04-02 15:26:06 +00:00
"rand 0.8.5",
2024-02-29 15:26:10 +00:00
"rkyv",
"serde",
"serde_json",
]
2024-08-08 00:44:18 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "rustc-demangle"
version = "0.1.24"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2024-08-08 00:44:18 +00:00
2025-04-02 15:26:06 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
2025-02-19 16:45:06 +00:00
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2023-06-28 20:37:35 +00:00
[[package]]
2025-02-19 16:45:06 +00:00
name = "rustc_version"
version = "0.4.1"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2023-06-28 20:37:35 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"semver",
]
[[package]]
name = "rustix"
2025-02-19 16:45:06 +00:00
version = "0.38.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
dependencies = [
2025-04-02 15:26:06 +00:00
"bitflags 2.9.0",
"errno",
"libc",
"linux-raw-sys 0.4.15",
"windows-sys 0.59.0",
]
[[package]]
name = "rustix"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
dependencies = [
"bitflags 2.9.0",
"errno",
"libc",
2025-04-02 15:26:06 +00:00
"linux-raw-sys 0.9.3",
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
]
[[package]]
name = "rustls"
2025-02-19 16:45:06 +00:00
version = "0.21.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
dependencies = [
"log",
2025-02-19 16:45:06 +00:00
"ring",
2024-08-08 00:44:18 +00:00
"rustls-webpki 0.101.7",
"sct",
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "rustls"
2025-04-02 15:26:06 +00:00
version = "0.23.25"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
2024-08-08 00:44:18 +00:00
dependencies = [
2025-04-02 15:26:06 +00:00
"aws-lc-rs",
2024-08-08 00:44:18 +00:00
"once_cell",
2025-02-19 16:45:06 +00:00
"ring",
2024-08-08 00:44:18 +00:00
"rustls-pki-types",
2025-04-02 15:26:06 +00:00
"rustls-webpki 0.103.1",
2024-08-08 00:44:18 +00:00
"subtle",
"zeroize",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "rustls-native-certs"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
dependencies = [
2024-02-29 15:26:10 +00:00
"openssl-probe",
2025-02-19 16:45:06 +00:00
"rustls-pemfile 1.0.4",
2024-08-08 00:44:18 +00:00
"schannel",
2025-02-19 16:45:06 +00:00
"security-framework 2.11.1",
2024-08-08 00:44:18 +00:00
]
[[package]]
name = "rustls-native-certs"
2025-02-19 16:45:06 +00:00
version = "0.8.1"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
2024-08-08 00:44:18 +00:00
dependencies = [
"openssl-probe",
"rustls-pki-types",
2024-02-29 15:26:10 +00:00
"schannel",
2025-02-19 16:45:06 +00:00
"security-framework 3.2.0",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "rustls-pemfile"
2025-02-19 16:45:06 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"base64 0.21.7",
2024-02-29 15:26:10 +00:00
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "rustls-pemfile"
2025-02-19 16:45:06 +00:00
version = "2.2.0"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2024-08-08 00:44:18 +00:00
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
2025-02-19 16:45:06 +00:00
version = "1.11.0"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
dependencies = [
"web-time",
]
2024-08-08 00:44:18 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
2025-02-19 16:45:06 +00:00
"ring",
"untrusted",
2024-02-29 15:26:10 +00:00
]
2024-08-08 00:44:18 +00:00
[[package]]
name = "rustls-webpki"
2025-04-02 15:26:06 +00:00
version = "0.103.1"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
2024-08-08 00:44:18 +00:00
dependencies = [
2025-04-02 15:26:06 +00:00
"aws-lc-rs",
2025-02-19 16:45:06 +00:00
"ring",
2024-08-08 00:44:18 +00:00
"rustls-pki-types",
2025-02-19 16:45:06 +00:00
"untrusted",
2024-08-08 00:44:18 +00:00
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "rustversion"
2025-04-02 15:26:06 +00:00
version = "1.0.20"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
[[package]]
2024-02-29 15:26:10 +00:00
name = "ryu"
2025-04-02 15:26:06 +00:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]]
2024-02-29 15:26:10 +00:00
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "schannel"
2025-02-19 16:45:06 +00:00
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "scopeguard"
2025-02-19 16:45:06 +00:00
version = "1.2.0"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "scratch"
2025-04-02 15:26:06 +00:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
[[package]]
2024-02-29 15:26:10 +00:00
name = "sct"
2025-02-19 16:45:06 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
2025-02-19 16:45:06 +00:00
"ring",
"untrusted",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-bae"
2025-02-19 16:45:06 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.4.1",
"proc-macro-error2",
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-orm"
2025-02-19 16:45:06 +00:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c8814e37dc25de54398ee62228323657520b7f29713b8e238649385dbe473ee0"
dependencies = [
2024-02-29 15:26:10 +00:00
"async-stream",
"async-trait",
"bigdecimal",
"chrono",
"futures",
"log",
"ouroboros",
"rust_decimal",
"sea-orm-macros",
"sea-query",
"sea-query-binder",
"serde",
"serde_json",
"sqlx",
"strum",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
2024-02-29 15:26:10 +00:00
"time",
"tracing",
"url",
"uuid",
]
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-orm-cli"
2025-02-19 16:45:06 +00:00
version = "0.12.15"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "620bc560062ae251b1366bde43b3f1508445cab5c2c8cbdb397034638ab1b357"
2023-06-23 02:29:57 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"chrono",
"clap",
"dotenvy",
"glob",
"regex",
"sea-schema",
"tracing",
"tracing-subscriber",
"url",
2023-06-23 02:29:57 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-orm-macros"
2025-02-19 16:45:06 +00:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5e115c6b078e013aa963cc2d38c196c2c40b05f03d0ac872fe06b6e0d5265603"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.4.1",
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
"sea-bae",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
2024-02-29 15:26:10 +00:00
"unicode-ident",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-orm-migration"
2025-02-19 16:45:06 +00:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ee8269bc6ff71afd6b78aa4333ac237a69eebd2cdb439036291e64fb4b8db23c"
dependencies = [
2024-02-29 15:26:10 +00:00
"async-trait",
"clap",
"dotenvy",
"futures",
"sea-orm",
"sea-orm-cli",
"sea-schema",
"tracing",
"tracing-subscriber",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-query"
version = "0.30.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b"
dependencies = [
2024-02-29 15:26:10 +00:00
"bigdecimal",
"chrono",
"derivative",
"inherent",
"ordered-float",
"rust_decimal",
"sea-query-derive",
"serde_json",
"time",
"uuid",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-query-binder"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
dependencies = [
2024-02-29 15:26:10 +00:00
"bigdecimal",
"chrono",
"rust_decimal",
"sea-query",
"serde_json",
2024-02-29 15:26:10 +00:00
"sqlx",
"time",
"uuid",
2023-06-23 02:29:57 +00:00
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-query-derive"
2025-04-02 15:26:06 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "bae0cbad6ab996955664982739354128c58d16e126114fe88c2a493642502aab"
2023-06-23 02:29:57 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"darling",
"heck 0.4.1",
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
"thiserror 2.0.12",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-schema"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "30d148608012d25222442d1ebbfafd1228dbc5221baf4ec35596494e27a2394e"
dependencies = [
2024-02-29 15:26:10 +00:00
"futures",
"sea-query",
"sea-schema-derive",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sea-schema-derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "c6f686050f76bffc4f635cda8aea6df5548666b830b52387e8bc7de11056d11e"
dependencies = [
2025-02-19 16:45:06 +00:00
"heck 0.4.1",
2024-02-29 15:26:10 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-06-23 02:29:57 +00:00
[[package]]
name = "seahash"
version = "4.1.0"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2023-06-23 02:29:57 +00:00
[[package]]
name = "sec1"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
2024-02-29 15:26:10 +00:00
dependencies = [
"base16ct 0.1.1",
"der 0.6.1",
"generic-array",
"pkcs8 0.9.0",
"subtle",
"zeroize",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "sec1"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
dependencies = [
"base16ct 0.2.0",
2025-02-19 16:45:06 +00:00
"der 0.7.9",
"generic-array",
"pkcs8 0.10.2",
"subtle",
"zeroize",
]
[[package]]
name = "security-framework"
2025-02-19 16:45:06 +00:00
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
dependencies = [
2025-04-02 15:26:06 +00:00
"bitflags 2.9.0",
2025-02-19 16:45:06 +00: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 = [
2025-04-02 15:26:06 +00:00
"bitflags 2.9.0",
2025-02-19 16:45:06 +00:00
"core-foundation 0.10.0",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2025-02-19 16:45:06 +00:00
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
2025-04-02 15:26:06 +00:00
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
[[package]]
name = "serde"
2025-04-02 15:26:06 +00:00
version = "1.0.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2025-04-02 15:26:06 +00:00
version = "1.0.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "serde_json"
2025-04-02 15:26:06 +00:00
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
dependencies = [
"itoa",
2025-02-19 16:45:06 +00:00
"memchr",
"ryu",
"serde",
]
[[package]]
name = "serde_path_to_error"
2025-04-02 15:26:06 +00:00
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
dependencies = [
2025-02-19 16:45:06 +00:00
"itoa",
"serde",
]
[[package]]
name = "serde_spanned"
2025-02-19 16:45:06 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
dependencies = [
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_with"
2025-02-19 16:45:06 +00:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
dependencies = [
2025-02-19 16:45:06 +00:00
"base64 0.22.1",
"chrono",
"hex",
"indexmap 1.9.3",
2025-04-02 15:26:06 +00:00
"indexmap 2.8.0",
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time",
]
[[package]]
name = "serde_with_macros"
2025-02-19 16:45:06 +00:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
dependencies = [
"darling",
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "serde_yaml"
2025-02-19 16:45:06 +00:00
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
2025-04-02 15:26:06 +00:00
"indexmap 2.8.0",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
2024-02-29 15:26:10 +00: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-02-19 16:45:06 +00:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
2024-02-29 15:26:10 +00:00
"sha2-asm",
]
[[package]]
name = "sha2-asm"
2025-02-19 16:45:06 +00:00
version = "0.6.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b845214d6175804686b2bd482bcffe96651bb2d1200742b712003504a2dac1ab"
2024-02-29 15:26:10 +00:00
dependencies = [
"cc",
]
[[package]]
name = "sharded-slab"
2025-02-19 16:45:06 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2025-02-19 16:45:06 +00: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-02-19 16:45:06 +00:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
dependencies = [
"libc",
]
[[package]]
name = "signature"
version = "1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
dependencies = [
"digest",
2025-04-02 15:26:06 +00:00
"rand_core 0.6.4",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "signature"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"digest",
2025-04-02 15:26:06 +00:00
"rand_core 0.6.4",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "simdutf8"
2025-02-19 16:45:06 +00:00
version = "0.1.5"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2024-02-29 15:26:10 +00:00
[[package]]
name = "slab"
2025-02-19 16:45:06 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2025-02-19 16:45:06 +00:00
version = "1.14.0"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
[[package]]
name = "socket2"
2025-04-02 15:26:06 +00:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
dependencies = [
"libc",
2025-02-19 16:45:06 +00:00
"windows-sys 0.52.0",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]
[[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-02-29 15:26:10 +00:00
[[package]]
name = "spki"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
dependencies = [
"base64ct",
2025-02-19 16:45:06 +00:00
"der 0.7.9",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "sqlformat"
2025-02-19 16:45:06 +00:00
version = "0.2.6"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
2024-02-29 15:26:10 +00:00
dependencies = [
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
2024-02-29 15:26:10 +00:00
dependencies = [
"sqlx-core",
"sqlx-macros",
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
]
[[package]]
name = "sqlx-core"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
2024-02-29 15:26:10 +00:00
dependencies = [
2024-08-08 00:44:18 +00:00
"ahash 0.8.11",
2024-02-29 15:26:10 +00:00
"atoi",
"bigdecimal",
"byteorder",
"bytes",
"chrono",
"crc",
"crossbeam-queue",
"either",
2024-08-08 00:44:18 +00:00
"event-listener 2.5.3",
2024-02-29 15:26:10 +00:00
"futures-channel",
"futures-core",
"futures-intrusive",
"futures-io",
"futures-util",
"hashlink",
"hex",
2025-04-02 15:26:06 +00:00
"indexmap 2.8.0",
2024-02-29 15:26:10 +00:00
"log",
"memchr",
"once_cell",
"paste",
"percent-encoding",
"rust_decimal",
2025-02-19 16:45:06 +00:00
"rustls 0.21.12",
"rustls-pemfile 1.0.4",
2024-02-29 15:26:10 +00:00
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlformat",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
2024-02-29 15:26:10 +00:00
"time",
"tokio",
"tokio-stream",
"tracing",
"url",
"uuid",
"webpki-roots 0.25.4",
]
[[package]]
name = "sqlx-macros"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
2024-02-29 15:26:10 +00:00
dependencies = [
"proc-macro2",
"quote",
"sqlx-core",
"sqlx-macros-core",
"syn 1.0.109",
]
[[package]]
name = "sqlx-macros-core"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
2024-02-29 15:26:10 +00:00
dependencies = [
"dotenvy",
"either",
2025-02-19 16:45:06 +00:00
"heck 0.4.1",
2024-02-29 15:26:10 +00:00
"hex",
"once_cell",
"proc-macro2",
"quote",
"serde",
"serde_json",
"sha2",
"sqlx-core",
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
"syn 1.0.109",
"tempfile",
"tokio",
"url",
]
[[package]]
name = "sqlx-mysql"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
dependencies = [
2024-02-29 15:26:10 +00:00
"atoi",
2025-02-19 16:45:06 +00:00
"base64 0.21.7",
2024-02-29 15:26:10 +00:00
"bigdecimal",
2025-04-02 15:26:06 +00:00
"bitflags 2.9.0",
2024-02-29 15:26:10 +00:00
"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-04-02 15:26:06 +00:00
"rand 0.8.5",
"rsa 0.9.8",
2024-02-29 15:26:10 +00:00
"rust_decimal",
"serde",
"sha1",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
2024-02-29 15:26:10 +00:00
"time",
"tracing",
"uuid",
"whoami",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sqlx-postgres"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
dependencies = [
2024-02-29 15:26:10 +00:00
"atoi",
2025-02-19 16:45:06 +00:00
"base64 0.21.7",
2024-02-29 15:26:10 +00:00
"bigdecimal",
2025-04-02 15:26:06 +00:00
"bitflags 2.9.0",
2024-02-29 15:26:10 +00:00
"byteorder",
"chrono",
"crc",
"dotenvy",
"etcetera",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"hex",
"hkdf",
"hmac",
"home",
"itoa",
"log",
"md-5",
"memchr",
"num-bigint",
"once_cell",
2025-04-02 15:26:06 +00:00
"rand 0.8.5",
2024-02-29 15:26:10 +00:00
"rust_decimal",
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
2024-02-29 15:26:10 +00:00
"time",
"tracing",
"uuid",
"whoami",
]
[[package]]
2024-02-29 15:26:10 +00:00
name = "sqlx-sqlite"
2025-02-19 16:45:06 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
2023-06-23 02:29:57 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"atoi",
"chrono",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"libsqlite3-sys",
"log",
"percent-encoding",
"serde",
"sqlx-core",
"time",
"tracing",
"url",
"urlencoding",
"uuid",
2023-06-23 02:29:57 +00:00
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
2024-02-29 15:26:10 +00:00
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "stringprep"
2025-02-19 16:45:06 +00:00
version = "0.1.5"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2023-06-23 02:29:57 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"unicode-bidi",
"unicode-normalization",
2025-02-19 16:45:06 +00:00
"unicode-properties",
2023-06-23 02:29:57 +00:00
]
[[package]]
name = "strsim"
2025-02-19 16:45:06 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
2024-02-29 15:26:10 +00:00
name = "strum"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
[[package]]
2024-02-29 15:26:10 +00:00
name = "subtle"
2025-02-19 16:45:06 +00:00
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2025-04-02 15:26:06 +00:00
version = "2.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2024-08-08 00:44:18 +00:00
[[package]]
name = "sync_wrapper"
2025-02-19 16:45:06 +00:00
version = "1.0.2"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
dependencies = [
"futures-core",
]
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
2025-02-19 16:45:06 +00:00
]
2024-08-08 00:44:18 +00:00
2025-02-19 22:35:46 +00:00
[[package]]
name = "system-deps"
version = "7.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d23aaf9f331227789a99e8de4c91bf46703add012bdfd45fdecdfb2975a005"
dependencies = [
"cfg-expr",
"heck 0.5.0",
"pkg-config",
"toml",
"version-compare",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2025-02-19 22:35:46 +00:00
[[package]]
name = "target-lexicon"
version = "0.12.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tempfile"
2025-04-02 15:26:06 +00:00
version = "3.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
dependencies = [
"fastrand",
2025-04-02 15:26:06 +00:00
"getrandom 0.3.2",
2025-02-19 16:45:06 +00:00
"once_cell",
2025-04-02 15:26:06 +00:00
"rustix 1.0.5",
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
]
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
2023-06-28 20:37:35 +00:00
[[package]]
name = "terminal_size"
2025-04-02 15:26:06 +00:00
version = "0.4.2"
2023-06-28 20:37:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
2023-06-28 20:37:35 +00:00
dependencies = [
2025-04-02 15:26:06 +00:00
"rustix 1.0.5",
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
]
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl 1.0.69",
2023-06-28 20:37:35 +00:00
]
[[package]]
name = "thiserror"
2025-04-02 15:26:06 +00:00
version = "2.0.12"
2025-02-19 16:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2025-02-19 16:45:06 +00:00
dependencies = [
2025-04-02 15:26:06 +00:00
"thiserror-impl 2.0.12",
2025-02-19 16:45:06 +00:00
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
2025-02-19 16:45:06 +00:00
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "thiserror-impl"
2025-04-02 15:26:06 +00:00
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "thread_local"
2025-02-19 16:45:06 +00:00
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
2025-04-02 15:26:06 +00:00
version = "0.3.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
dependencies = [
"deranged",
"itoa",
"num-conv",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2025-04-02 15:26:06 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
[[package]]
name = "time-macros"
2025-04-02 15:26:06 +00:00
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
dependencies = [
"num-conv",
"time-core",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "tinystr"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
[[package]]
name = "tinyvec"
2025-04-02 15:26:06 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
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"
version = "1.44.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
dependencies = [
2025-02-19 16:45:06 +00:00
"backtrace",
"bytes",
"libc",
2025-02-19 16:45:06 +00:00
"mio 1.0.3",
"pin-project-lite",
"signal-hook-registry",
2025-02-19 16:45:06 +00:00
"socket2",
"tokio-macros",
2024-02-29 15:26:10 +00:00
"tracing",
2025-02-19 16:45:06 +00:00
"windows-sys 0.52.0",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "tokio-io-timeout"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
dependencies = [
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-macros"
2025-02-19 16:45:06 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
2025-02-19 16:45:06 +00:00
"rustls 0.21.12",
2024-08-08 00:44:18 +00:00
"tokio",
]
[[package]]
name = "tokio-rustls"
2025-04-02 15:26:06 +00:00
version = "0.26.2"
2024-08-08 00:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
2024-08-08 00:44:18 +00:00
dependencies = [
2025-04-02 15:26:06 +00:00
"rustls 0.23.25",
"tokio",
]
[[package]]
name = "tokio-stream"
2025-02-19 16:45:06 +00:00
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2025-04-02 15:26:06 +00:00
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
dependencies = [
"bytes",
"futures-core",
2024-02-29 20:22:29 +00:00
"futures-io",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
2025-02-19 16:45:06 +00:00
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2025-02-19 16:45:06 +00:00
"toml_edit",
]
[[package]]
name = "toml_datetime"
2025-02-19 16:45:06 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2025-02-19 16:45:06 +00:00
version = "0.22.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
dependencies = [
2025-04-02 15:26:06 +00:00
"indexmap 2.8.0",
"serde",
"serde_spanned",
"toml_datetime",
2025-02-19 16:45:06 +00:00
"winnow",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "tonic"
version = "0.10.2"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
2024-02-29 15:26:10 +00:00
dependencies = [
"async-stream",
2024-02-29 15:26:10 +00:00
"async-trait",
2025-02-19 16:45:06 +00:00
"axum 0.6.20",
"base64 0.21.7",
2024-02-29 15:26:10 +00:00
"bytes",
2024-08-08 00:44:18 +00:00
"h2 0.3.26",
2025-02-19 16:45:06 +00:00
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.32",
2024-02-29 15:26:10 +00:00
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"tokio",
"tokio-stream",
2025-02-19 16:45:06 +00:00
"tower 0.4.13",
2024-02-29 15:26:10 +00:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
2024-02-29 15:26:10 +00:00
"indexmap 1.9.3",
"pin-project",
"pin-project-lite",
2025-04-02 15:26:06 +00:00
"rand 0.8.5",
2024-02-29 15:26:10 +00:00
"slab",
"tokio",
2024-02-29 15:26:10 +00:00
"tokio-util",
"tower-layer",
"tower-service",
2024-02-29 15:26:10 +00:00
"tracing",
]
2025-02-19 16:45:06 +00: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 1.0.2",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
2024-08-08 00:44:18 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
dependencies = [
2025-04-02 15:26:06 +00:00
"bitflags 2.9.0",
"bytes",
"futures-util",
2025-04-02 15:26:06 +00:00
"http 1.3.1",
2024-08-08 00:44:18 +00:00
"http-body 1.0.1",
"http-body-util",
"pin-project-lite",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
2025-02-19 16:45:06 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
[[package]]
name = "tower-service"
2025-02-19 16:45:06 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
[[package]]
name = "tracing"
2024-12-04 20:44:22 +00:00
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-04 20:44:22 +00:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
2024-02-29 15:26:10 +00:00
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-appender"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
dependencies = [
"crossbeam-channel",
2025-02-19 16:45:06 +00:00
"thiserror 1.0.69",
"time",
"tracing-subscriber",
]
[[package]]
name = "tracing-attributes"
2024-12-04 20:44:22 +00:00
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-04 20:44:22 +00:00
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "tracing-core"
2024-12-04 20:44:22 +00:00
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-04 20:44:22 +00:00
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
dependencies = [
"once_cell",
"valuable",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "tracing-error"
2025-02-19 16:45:06 +00:00
version = "0.2.1"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db"
2024-02-29 15:26:10 +00:00
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "tracing-serde"
2025-02-19 16:45:06 +00:00
version = "0.2.0"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
2024-02-29 15:26:10 +00:00
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2025-02-19 16:45:06 +00:00
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
dependencies = [
"matchers",
2023-06-23 01:28:35 +00:00
"nu-ansi-term",
"once_cell",
"regex",
2024-02-29 15:26:10 +00:00
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
2024-02-29 15:26:10 +00:00
"tracing-serde",
]
[[package]]
name = "try-lock"
2025-02-19 16:45:06 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "typenum"
2025-02-19 16:45:06 +00:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]]
name = "unicode-bidi"
2025-02-19 16:45:06 +00:00
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
[[package]]
name = "unicode-bom"
2025-02-19 16:45:06 +00:00
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
[[package]]
name = "unicode-ident"
2025-04-02 15:26:06 +00:00
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
[[package]]
name = "unicode-normalization"
2025-02-19 16:45:06 +00:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
dependencies = [
"tinyvec",
]
2025-02-19 16:45:06 +00:00
[[package]]
name = "unicode-properties"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
2024-02-29 15:26:10 +00:00
[[package]]
name = "unicode-segmentation"
2025-02-19 16:45:06 +00:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
name = "unicode-width"
2025-02-19 16:45:06 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
[[package]]
name = "unicode-xid"
2025-02-19 16:45:06 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2024-02-29 15:26:10 +00:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "unsafe-libyaml"
2025-02-19 16:45:06 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "url"
2025-02-19 16:45:06 +00:00
version = "2.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
dependencies = [
"form_urlencoded",
2024-08-08 00:44:18 +00:00
"idna",
"percent-encoding",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2025-02-19 16:45:06 +00:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "utf8parse"
2025-02-19 16:45:06 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
dependencies = [
"atomic",
2025-02-19 16:45:06 +00:00
"getrandom 0.2.15",
2025-04-02 15:26:06 +00:00
"rand 0.8.5",
"serde",
]
[[package]]
name = "valuable"
2025-02-19 16:45:06 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2024-02-29 15:26:10 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2025-02-19 22:35:46 +00:00
[[package]]
name = "version-compare"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
[[package]]
name = "version_check"
2025-02-19 16:45:06 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-02-29 15:26:10 +00:00
[[package]]
name = "vsimd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
[[package]]
name = "walkdir"
2025-02-19 16:45:06 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2025-02-19 16:45:06 +00:00
[[package]]
name = "wasi"
2025-04-02 15:26:06 +00:00
version = "0.14.2+wasi-0.2.4"
2025-02-19 16:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2025-02-19 16:45:06 +00:00
dependencies = [
"wit-bindgen-rt",
]
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
[[package]]
name = "wasix"
version = "0.12.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d"
dependencies = [
2025-02-19 16:45:06 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "wasm-bindgen"
2025-02-19 16:45:06 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
dependencies = [
"cfg-if",
2025-02-19 16:45:06 +00:00
"once_cell",
"rustversion",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2025-02-19 16:45:06 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2025-02-19 16:45:06 +00:00
version = "0.4.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
dependencies = [
"cfg-if",
"js-sys",
2025-02-19 16:45:06 +00:00
"once_cell",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2025-02-19 16:45:06 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2025-02-19 16:45:06 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2025-02-19 16:45:06 +00:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
[[package]]
name = "wasm-streams"
2025-02-19 16:45:06 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "web-sys"
2025-02-19 16:45:06 +00:00
version = "0.3.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
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",
]
[[package]]
2024-08-08 00:44:18 +00:00
name = "webpki-roots"
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 00:44:18 +00:00
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "webpki-roots"
2025-02-19 16:45:06 +00:00
version = "0.26.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
dependencies = [
2024-08-08 00:44:18 +00:00
"rustls-pki-types",
]
2025-04-02 15:26:06 +00:00
[[package]]
name = "which"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
"home",
"once_cell",
"rustix 0.38.44",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "whoami"
2025-04-02 15:26:06 +00:00
version = "1.6.0"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
dependencies = [
2025-02-19 16:45:06 +00:00
"redox_syscall",
"wasite",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "wildmatch"
2025-02-19 16:45:06 +00:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "68ce1ab1f8c62655ebe1350f589c61e505cf94d385bc6a12899442d9081e71fd"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2025-02-19 16:45:06 +00:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-sys 0.59.0",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-core"
2025-04-02 15:26:06 +00:00
version = "0.61.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
dependencies = [
2025-04-02 15:26:06 +00:00
"windows-implement",
"windows-interface",
"windows-link",
"windows-result",
"windows-strings 0.4.0",
]
2025-04-02 15:26:06 +00:00
[[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 2.0.100",
]
[[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 2.0.100",
]
[[package]]
name = "windows-link"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
[[package]]
2025-02-19 16:45:06 +00:00
name = "windows-registry"
2025-04-02 15:26:06 +00:00
version = "0.4.0"
2025-02-19 16:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
2025-02-19 16:45:06 +00:00
dependencies = [
"windows-result",
2025-04-02 15:26:06 +00:00
"windows-strings 0.3.1",
"windows-targets 0.53.0",
2025-02-19 16:45:06 +00:00
]
[[package]]
name = "windows-result"
2025-04-02 15:26:06 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
dependencies = [
2025-04-02 15:26:06 +00:00
"windows-link",
2025-02-19 16:45:06 +00:00
]
[[package]]
name = "windows-strings"
2025-04-02 15:26:06 +00:00
version = "0.3.1"
2025-02-19 16:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
2025-02-19 16:45:06 +00:00
dependencies = [
2025-04-02 15:26:06 +00:00
"windows-link",
]
[[package]]
name = "windows-strings"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-targets 0.48.5",
]
[[package]]
2024-08-09 17:05:08 +00:00
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-targets 0.52.6",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
2025-02-19 16:45:06 +00:00
"windows-targets 0.52.6",
]
[[package]]
2024-08-09 17:05:08 +00:00
name = "windows-targets"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2024-08-09 17:05:08 +00:00
dependencies = [
2025-02-19 16:45:06 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2024-08-09 17:05:08 +00:00
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2025-04-02 15:26:06 +00:00
"windows_i686_gnullvm 0.52.6",
2025-02-19 16:45:06 +00: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-04-02 15:26:06 +00:00
[[package]]
name = "windows-targets"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
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",
]
[[package]]
name = "windows_aarch64_gnullvm"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2025-04-02 15:26:06 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
[[package]]
name = "windows_aarch64_msvc"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2025-04-02 15:26:06 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
[[package]]
name = "windows_i686_gnu"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2025-04-02 15:26:06 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
[[package]]
2025-02-19 16:45:06 +00:00
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2025-04-02 15:26:06 +00:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
[[package]]
name = "windows_i686_msvc"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2025-04-02 15:26:06 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
[[package]]
name = "windows_x86_64_gnu"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2025-04-02 15:26:06 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
[[package]]
name = "windows_x86_64_gnullvm"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2025-04-02 15:26:06 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
[[package]]
name = "windows_x86_64_msvc"
2025-02-19 16:45:06 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2025-02-19 16:45:06 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2025-04-02 15:26:06 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[package]]
name = "winnow"
2025-04-02 15:26:06 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36"
dependencies = [
"memchr",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "wit-bindgen-rt"
2025-04-02 15:26:06 +00:00
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
dependencies = [
2025-04-02 15:26:06 +00:00
"bitflags 2.9.0",
]
[[package]]
2025-02-19 16:45:06 +00:00
name = "write16"
version = "1.0.0"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2023-06-23 02:29:57 +00:00
[[package]]
2024-02-29 15:26:10 +00:00
name = "wyz"
version = "0.5.1"
2023-06-23 02:29:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 15:26:10 +00:00
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
2023-06-23 02:29:57 +00:00
dependencies = [
2024-02-29 15:26:10 +00:00
"tap",
2023-06-23 02:29:57 +00:00
]
[[package]]
name = "xdg"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
2024-02-29 15:26:10 +00:00
[[package]]
name = "xmlparser"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
2025-02-19 16:45:06 +00:00
[[package]]
name = "yoke"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
2025-02-19 16:45:06 +00:00
"synstructure",
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "zerocopy"
2025-02-19 16:45:06 +00:00
version = "0.7.35"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-02-29 15:26:10 +00:00
dependencies = [
2025-04-02 15:26:06 +00:00
"zerocopy-derive 0.7.35",
]
[[package]]
name = "zerocopy"
version = "0.8.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
dependencies = [
"zerocopy-derive 0.8.24",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "zerocopy-derive"
2025-02-19 16:45:06 +00:00
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2025-02-19 16:45:06 +00:00
]
[[package]]
name = "zerofrom"
2025-04-02 15:26:06 +00:00
version = "0.1.6"
2025-02-19 16:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2025-02-19 16:45:06 +00:00
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
2025-04-02 15:26:06 +00:00
version = "0.1.6"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2024-02-29 15:26:10 +00:00
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
2025-02-19 16:45:06 +00:00
"synstructure",
2024-02-29 15:26:10 +00:00
]
[[package]]
name = "zeroize"
2025-02-19 16:45:06 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 16:45:06 +00:00
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
2025-04-02 15:26:06 +00:00
"syn 2.0.100",
2025-02-19 16:45:06 +00:00
]
2024-02-29 15:26:10 +00:00
[[package]]
name = "zstd"
2025-04-02 15:26:06 +00:00
version = "0.13.3"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
2024-02-29 15:26:10 +00:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2025-04-02 15:26:06 +00:00
version = "7.2.4"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
2024-02-29 15:26:10 +00:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2025-04-02 15:26:06 +00:00
version = "2.0.15+zstd.1.5.7"
2024-02-29 15:26:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-02 15:26:06 +00:00
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
2024-02-29 15:26:10 +00:00
dependencies = [
"cc",
"pkg-config",
]