# 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 = "aws-sigv4" version = "1.2.5" authors = [ "AWS Rust SDK Team ", "David Barsky ", ] exclude = ["aws-sig-v4-test-suite/*"] description = "SigV4 signer for HTTP requests and Event Stream messages." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/smithy-lang/smithy-rs" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [package.metadata.smithy-rs-release-tooling] stable = true [[bench]] name = "hmac" harness = false [[bench]] name = "sigv4a" harness = false required-features = ["sigv4a"] [dependencies.aws-credential-types] version = "1.2.1" [dependencies.aws-smithy-eventstream] version = "0.60.5" optional = true [dependencies.aws-smithy-http] version = "0.60.11" [dependencies.aws-smithy-runtime-api] version = "1.7.2" features = ["client"] [dependencies.aws-smithy-types] version = "1.2.8" [dependencies.bytes] version = "1" [dependencies.crypto-bigint] version = "0.5.4" optional = true [dependencies.form_urlencoded] version = "1.0" optional = true [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.http] version = "1" optional = true [dependencies.http0] version = "0.2" optional = true package = "http" [dependencies.once_cell] version = "1.8" [dependencies.p256] version = "0.11" features = ["ecdsa"] optional = true [dependencies.percent-encoding] version = "2.1" optional = true [dependencies.ring] version = "0.17.5" optional = true [dependencies.sha2] version = "0.10" [dependencies.subtle] version = "2.5.0" optional = true [dependencies.time] version = "0.3.5" [dependencies.tracing] version = "0.1" [dependencies.zeroize] version = "^1" optional = true [dev-dependencies.aws-credential-types] version = "1.2.1" features = [ "test-util", "hardcoded-credentials", ] [dev-dependencies.aws-smithy-runtime-api] version = "1.7.2" features = [ "client", "test-util", ] [dev-dependencies.bytes] version = "1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.httparse] version = "1.8" [dev-dependencies.libfuzzer-sys] version = "0.4.6" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.proptest] version = "1.2" [dev-dependencies.serde] version = "1.0.180" [dev-dependencies.serde_derive] version = "1.0.180" [dev-dependencies.serde_json] version = "1.0.104" [dev-dependencies.time] version = "0.3.5" features = ["parsing"] [features] default = [ "sign-http", "http1", ] http0-compat = ["dep:http0"] http1 = ["dep:http"] sign-eventstream = ["dep:aws-smithy-eventstream"] sign-http = [ "dep:http0", "dep:percent-encoding", "dep:form_urlencoded", ] sigv4a = [ "dep:p256", "dep:crypto-bigint", "dep:subtle", "dep:zeroize", "dep:ring", ] [target."cfg(not(any(target_arch = \"powerpc\", target_arch = \"powerpc64\")))".dev-dependencies.ring] version = "0.17.5"