# 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-runtime" version = "1.4.3" authors = ["AWS Rust SDK Team "] description = "Runtime support code for the AWS SDK. This crate isn't intended to be used directly." 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-credential-types] version = "1.2.1" [dependencies.aws-sigv4] version = "1.2.4" features = ["http0-compat"] [dependencies.aws-smithy-async] 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] version = "1.7.1" features = ["client"] [dependencies.aws-smithy-runtime-api] version = "1.7.2" features = ["client"] [dependencies.aws-smithy-types] version = "1.2.6" [dependencies.aws-types] version = "1.3.3" [dependencies.bytes] version = "1.1" [dependencies.fastrand] version = "2.0.0" [dependencies.http-02x] version = "0.2.3" package = "http" [dependencies.http-1x] version = "1.1.0" optional = true package = "http" [dependencies.http-body-04x] version = "0.4.5" package = "http-body" [dependencies.http-body-1x] version = "1.0.0" optional = true package = "http-body" [dependencies.once_cell] version = "1.18.0" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pin-project-lite] version = "0.2.9" [dependencies.regex-lite] version = "0.1.5" optional = true [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1" [dev-dependencies.arbitrary] version = "1.3" [dev-dependencies.aws-credential-types] version = "1.2.1" features = ["test-util"] [dev-dependencies.aws-smithy-async] version = "1.2.1" features = ["test-util"] [dev-dependencies.aws-smithy-protocol-test] version = "0.62.0" [dev-dependencies.aws-smithy-runtime-api] version = "1.7.2" features = ["test-util"] [dev-dependencies.aws-smithy-types] version = "1.2.6" features = ["test-util"] [dev-dependencies.bytes-utils] version = "0.1.2" [dev-dependencies.convert_case] version = "0.6.0" [dev-dependencies.futures-util] version = "0.3.29" default-features = false [dev-dependencies.proptest] version = "1.2" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1.23.1" features = [ "macros", "rt", "time", ] [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.tracing-test] version = "0.2.4" [features] event-stream = [ "dep:aws-smithy-eventstream", "aws-sigv4/sign-eventstream", ] http-02x = [] http-1x = [ "dep:http-1x", "dep:http-body-1x", ] sigv4a = ["aws-sigv4/sigv4a"] test-util = ["dep:regex-lite"]