# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hyper_aws_sig_verify" version = "0.2.1" authors = ["David Cuthbert "] description = "AWS SigV4 signature verification integration with Hyper" homepage = "https://github.com/dacut/hyper-aws-sig-verify" keywords = ["AWS", "Amazon", "Hyper"] license = "Apache-2.0" repository = "https://github.com/dacut/hyper-aws-sig-verify" [dependencies.aws_sig_verify] version = "^0.9" [dependencies.chrono] version = "^0.4" [dependencies.futures] version = "^0.3" [dependencies.http] version = "^0.2" [dependencies.http-body] version = "^0.4" [dependencies.hyper] version = "^0.14" features = ["server", "stream", "tcp", "http1", "http2"] [dependencies.log] version = "^0.4" [dependencies.scratchstack-aws-principal] version = "^0.2" [dependencies.tokio] version = "^1.4" features = ["macros", "rt"] [dependencies.tower] version = "^0.4" features = ["buffer"] [dev-dependencies.env_logger] version = "^0.8" [dev-dependencies.hyper] version = "^0.14" features = ["client", "server", "stream", "tcp", "http1", "http2"] [dev-dependencies.rusoto_core] version = "^0.46" [dev-dependencies.rusoto_credential] version = "^0.46" [dev-dependencies.rusoto_signature] version = "^0.46" [dev-dependencies.test-env-log] version = "^0.2"