# 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-types" version = "1.3.3" authors = [ "AWS Rust SDK Team ", "Russell Cohen ", ] description = "Cross-service types for the AWS SDK." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/smithy-lang/smithy-rs" [package.metadata.cargo-udeps.ignore] normal = [ "aws-smithy-runtime", "hyper-rustls", ] [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 [dependencies.aws-credential-types] version = "1.2.0" [dependencies.aws-smithy-async] version = "1.2.1" [dependencies.aws-smithy-runtime] version = "1.6.1" optional = true [dependencies.aws-smithy-runtime-api] version = "1.7.1" features = ["client"] [dependencies.aws-smithy-types] version = "1.2.0" [dependencies.hyper-rustls] version = "0.24" features = [ "rustls-native-certs", "http2", "webpki-roots", ] optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.aws-smithy-runtime-api] version = "1.7.1" features = ["http-02x"] [dev-dependencies.http] version = "0.2.4" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.tracing-test] version = "0.2.5" [build-dependencies.rustc_version] version = "0.4.0" [features] examples = [ "dep:hyper-rustls", "aws-smithy-runtime/client", "aws-smithy-runtime/connector-hyper-0-14-x", "aws-smithy-runtime/tls-rustls", ]