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