aws-sigv4 0.55.3

SigV4 signer for HTTP requests and Event Stream messages.
Documentation
[[bench]]
harness = false
name = "hmac"
[dependencies.aws-smithy-eventstream]
optional = true
version = "0.55.3"

[dependencies.aws-smithy-http]
version = "0.55.3"

[dependencies.bytes]
optional = true
version = "1"

[dependencies.form_urlencoded]
optional = true
version = "1.0"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.http]
optional = true
version = "0.2"

[dependencies.once_cell]
version = "1.8"

[dependencies.percent-encoding]
optional = true
version = "2.1"

[dependencies.regex]
version = "1.5"

[dependencies.sha2]
version = "0.10"

[dependencies.time]
version = "0.3.5"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.bytes]
version = "1"

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.httparse]
version = "1.5"

[dev-dependencies.pretty_assertions]
version = "1.3"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.time]
features = ["parsing"]
version = "0.3.4"

[features]
default = ["sign-http"]
sign-eventstream = ["aws-smithy-eventstream", "bytes"]
sign-http = ["http", "percent-encoding", "form_urlencoded"]

[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/awslabs/smithy-rs"
resolver = "1"
version = "0.55.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]
[target."cfg(not(any(target_arch = \"powerpc\", target_arch = \"powerpc64\")))".dev-dependencies.ring]
version = "0.16"