[package] name = "hyper_aws_sig_verify" description = "AWS SigV4 signature verification integration with Hyper" keywords = ["AWS", "Amazon", "Hyper"] version = "0.2.1" authors = ["David Cuthbert "] homepage = "https://github.com/dacut/hyper-aws-sig-verify" repository = "https://github.com/dacut/hyper-aws-sig-verify" edition = "2018" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] aws_sig_verify = { version = "^0.9" } chrono = "^0.4" futures = "^0.3" log = "^0.4" http = "^0.2" http-body = "^0.4" hyper = { version = "^0.14", features = [ "server", "stream", "tcp", "http1", "http2" ] } scratchstack-aws-principal = "^0.2" tokio = { version = "^1.4", features = [ "macros", "rt" ] } tower = { version = "^0.4", features = [ "buffer" ]} [dev-dependencies] env_logger = "^0.8" hyper = { version = "^0.14", features = [ "client", "server", "stream", "tcp", "http1", "http2" ] } rusoto_core = "^0.46" rusoto_credential = "^0.46" rusoto_signature = "^0.46" test-env-log = "^0.2"