# 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-smithy-runtime-api" version = "1.7.3" authors = [ "AWS Rust SDK Team ", "Zelda Hessler ", ] description = "Smithy runtime types." 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 [dependencies.aws-smithy-async] version = "1.2.1" [dependencies.aws-smithy-types] version = "1.2.9" [dependencies.bytes] version = "1" [dependencies.http-02x] version = "0.2.9" package = "http" [dependencies.http-1x] version = "1" package = "http" [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1.25" features = ["sync"] [dependencies.tracing] version = "0.1" [dependencies.zeroize] version = "1" optional = true [dev-dependencies.proptest] version = "1" [dev-dependencies.tokio] version = "1.25" features = [ "macros", "rt", "rt-multi-thread", ] [features] client = [] default = [] http-02x = [] http-1x = [] http-auth = ["dep:zeroize"] test-util = [ "aws-smithy-types/test-util", "http-1x", ]