# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "scratchstack-aws-signature" version = "0.11.1-preview.6" authors = ["David Cuthbert "] build = false exclude = ["tests/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "AWS SigV4 signature verification" homepage = "https://github.com/dacut/scratchstack-aws-signature" readme = "README.md" keywords = [ "AWS", "Amazon", ] license = "MIT" repository = "https://github.com/dacut/scratchstack-aws-signature" [lib] name = "scratchstack_aws_signature" path = "src/lib.rs" [dependencies.async-trait] version = "^0.1" [dependencies.bytes] version = "^1.6" [dependencies.chrono] version = "^0.4" features = [] default-features = false [dependencies.derive_builder] version = "^0.20" [dependencies.encoding] version = "^0.2" [dependencies.hex] version = "^0.4" [dependencies.hmac] version = "^0.12" [dependencies.http] version = "^1.1" [dependencies.lazy_static] version = "^1.5" [dependencies.log] version = "^0.4" [dependencies.qualifier_attr] version = "0.2.2" [dependencies.regex] version = "^1.10" [dependencies.scratchstack-aws-principal] version = "^0.4.9" [dependencies.scratchstack-errors] version = "^0.4.9" [dependencies.sha2] version = "^0.10" [dependencies.subtle] version = "^2.6" [dependencies.tower] version = "^0.4" features = ["util"] [dev-dependencies.env_logger] version = "^0.11" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.tokio] version = "^1.38" features = [ "macros", "rt", ] [dev-dependencies.tokio-test] version = "^0.4" [features] default = [] unstable = []