aws-sigv4 0.2.1

SigV4 signer for HTTP requests and Event Stream messages.
Documentation
[dependencies.aws-smithy-eventstream]
optional = true
version = "0.32.0"

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

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

[dependencies.hex]
version = "0.4"

[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.ring]
version = "0.16"

[dependencies.time]
version = "0.3.4"

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

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

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

[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 = "2018"
exclude = ["aws-sig-v4-test-suite/*"]
license = "Apache-2.0"
name = "aws-sigv4"
readme = "README.md"
repository = "https://github.com/awslabs/smithy-rs"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]