[[bench]]
harness = false
name = "hmac"
[[bench]]
harness = false
name = "sigv4a"
required-features = ["sigv4a"]
[dependencies.aws-credential-types]
version = "1.2.1"
[dependencies.aws-smithy-eventstream]
optional = true
version = "0.60.5"
[dependencies.aws-smithy-http]
version = "0.60.11"
[dependencies.aws-smithy-runtime-api]
features = ["client"]
version = "1.7.2"
[dependencies.aws-smithy-types]
version = "1.2.8"
[dependencies.bytes]
version = "1"
[dependencies.crypto-bigint]
optional = true
version = "0.5.4"
[dependencies.form_urlencoded]
optional = true
version = "1.0"
[dependencies.hex]
version = "0.4"
[dependencies.hmac]
version = "0.12"
[dependencies.http]
optional = true
version = "1"
[dependencies.http0]
optional = true
package = "http"
version = "0.2"
[dependencies.once_cell]
version = "1.8"
[dependencies.p256]
features = ["ecdsa"]
optional = true
version = "0.11"
[dependencies.percent-encoding]
optional = true
version = "2.1"
[dependencies.ring]
optional = true
version = "0.17.5"
[dependencies.sha2]
version = "0.10"
[dependencies.subtle]
optional = true
version = "2.5.0"
[dependencies.time]
version = "0.3.5"
[dependencies.tracing]
version = "0.1"
[dependencies.zeroize]
optional = true
version = "^1"
[dev-dependencies.aws-credential-types]
features = ["test-util", "hardcoded-credentials"]
version = "1.2.1"
[dev-dependencies.aws-smithy-runtime-api]
features = ["client", "test-util"]
version = "1.7.2"
[dev-dependencies.bytes]
version = "1"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.hex-literal]
version = "0.4.1"
[dev-dependencies.httparse]
version = "1.8"
[dev-dependencies.libfuzzer-sys]
version = "0.4.6"
[dev-dependencies.pretty_assertions]
version = "1.3"
[dev-dependencies.proptest]
version = "1.2"
[dev-dependencies.serde]
version = "1.0.180"
[dev-dependencies.serde_derive]
version = "1.0.180"
[dev-dependencies.serde_json]
version = "1.0.104"
[dev-dependencies.time]
features = ["parsing"]
version = "0.3.5"
[features]
default = ["sign-http", "http1"]
http0-compat = ["dep:http0"]
http1 = ["dep:http"]
sign-eventstream = ["dep:aws-smithy-eventstream"]
sign-http = ["dep:http0", "dep:percent-encoding", "dep:form_urlencoded"]
sigv4a = ["dep:p256", "dep:crypto-bigint", "dep:subtle", "dep:zeroize", "dep:ring"]
[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "David Barsky <me@davidbarsky.com>"]
description = "SigV4 signer for HTTP requests and Event Stream messages."
edition = "2021"
exclude = ["aws-sig-v4-test-suite/*"]
license = "Apache-2.0"
name = "aws-sigv4"
readme = "README.md"
repository = "https://github.com/smithy-lang/smithy-rs"
version = "1.2.5"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.smithy-rs-release-tooling]
stable = true
[target.'cfg(not(any(target_arch = "powerpc", target_arch = "powerpc64")))'.dev-dependencies.ring]
version = "0.17.5"