gotham_middleware_aws_sig_verify 0.1.0

Gotham middleware for AWS SigV4 verification
Documentation
[dependencies.aws_sig_verify]
version = "^0.4"

[dependencies.chrono]
version = "^0.4"

[dependencies.futures]
version = "^0.1.29"

[dependencies.gotham]
version = "^0.4"

[dependencies.http]
version = "^0.1.17"

[dependencies.hyper]
version = "^0.12"
[dev-dependencies.ring]
version = ">=0.14"

[features]
default = ["gotham-04"]
gotham-04 = ["aws_sig_verify/ring-014", "futures/use_std"]

[package]
authors = ["David Cuthbert <dacut@kanga.org>"]
description = "Gotham middleware for AWS SigV4 verification"
edition = "2018"
homepage = "https://github.com/dacut/gotham-middleware-aws-sig-verify"
keywords = ["AWS", "Amazon", "Gotham"]
license = "Apache-2.0"
name = "gotham_middleware_aws_sig_verify"
readme = "README.md"
repository = "https://github.com/dacut/gotham-middleware-aws-sig-verify"
version = "0.1.0"