[package] name = "aws_sig_verify" version = "0.9.0" authors = ["David Cuthbert "] description = "AWS SigV4 signature verification" keywords = ["AWS", "Amazon"] homepage = "https://github.com/dacut/rust-aws-sig" repository = "https://github.com/dacut/rust-aws-sig" license = "Apache-2.0" edition = "2018" exclude = ["tests/*"] readme = "README.md" [lib] name = "aws_sig_verify" [dependencies] async-trait = "^0.1" chrono = "^0.4" hex = "^0.4" http = "^0.2" lazy_static = "^1.4.0" log = "^0.4" regex = "^1.3" ring = "^0.16" scratchstack-aws-principal = { version = "^0.2" } tower = { version = "0.4", features = [ "util" ] } [dev-dependencies] env_logger = "^0.8" tokio = { version = "^1.4", features = [ "macros", "rt" ] } test-env-log = "0.2"