# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-smithy-runtime-api" version = "1.7.3" authors = ["AWS Rust SDK Team ", "Zelda Hessler "] description = "Smithy runtime types." edition = "2021" license = "Apache-2.0" repository = "https://github.com/smithy-lang/smithy-rs" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] rustdoc-args = ["--cfg", "docsrs"] [package.metadata.smithy-rs-release-tooling] stable = true [features] default = [] client = [] http-auth = ["dep:zeroize"] test-util = ["aws-smithy-types/test-util", "http-1x"] http-02x = [] http-1x = [] [dependencies] bytes = "1" pin-project-lite = "0.2" tracing = "0.1" [dependencies.aws-smithy-async] path = "../aws-smithy-async" version = "1.2.1" [dependencies.aws-smithy-types] path = "../aws-smithy-types" version = "1.2.9" [dependencies.http-02x] package = "http" version = "0.2.9" [dependencies.http-1x] package = "http" version = "1" [dependencies.tokio] version = "1.25" features = ["sync"] [dependencies.zeroize] version = "1" optional = true [dev-dependencies] proptest = "1" [dev-dependencies.tokio] version = "1.25" features = ["macros", "rt", "rt-multi-thread"]