# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] 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." 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] event-stream = ["dep:aws-smithy-eventstream", "aws-sigv4/sign-eventstream"] http-02x = [] http-1x = ["dep:http-1x", "dep:http-body-1x"] test-util = ["dep:regex-lite"] sigv4a = ["aws-sigv4/sigv4a"] [dependencies] bytes = "1.1" fastrand = "2.0.0" once_cell = "1.18.0" percent-encoding = "2.1.0" pin-project-lite = "0.2.9" tracing = "0.1" [dependencies.aws-credential-types] path = "../aws-credential-types" version = "1.2.1" [dependencies.aws-sigv4] path = "../aws-sigv4" features = ["http0-compat"] version = "1.2.4" [dependencies.aws-smithy-async] path = "../aws-smithy-async" version = "1.2.1" [dependencies.aws-smithy-eventstream] path = "../aws-smithy-eventstream" optional = true version = "0.60.5" [dependencies.aws-smithy-http] path = "../aws-smithy-http" version = "0.60.11" [dependencies.aws-smithy-runtime] path = "../aws-smithy-runtime" features = ["client"] version = "1.7.1" [dependencies.aws-smithy-runtime-api] path = "../aws-smithy-runtime-api" features = ["client"] version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" version = "1.2.6" [dependencies.aws-types] path = "../aws-types" version = "1.3.3" [dependencies.http-02x] package = "http" version = "0.2.3" [dependencies.http-body-04x] package = "http-body" version = "0.4.5" [dependencies.http-1x] package = "http" version = "1.1.0" optional = true [dependencies.http-body-1x] package = "http-body" version = "1.0.0" optional = true [dependencies.regex-lite] version = "0.1.5" optional = true [dependencies.uuid] version = "1" [dev-dependencies] arbitrary = "1.3" bytes-utils = "0.1.2" convert_case = "0.6.0" proptest = "1.2" serde_json = "1" tracing-test = "0.2.4" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" features = ["test-util"] version = "1.2.1" [dev-dependencies.aws-smithy-async] path = "../aws-smithy-async" features = ["test-util"] version = "1.2.1" [dev-dependencies.aws-smithy-protocol-test] path = "../aws-smithy-protocol-test" version = "0.62.0" [dev-dependencies.aws-smithy-runtime-api] path = "../aws-smithy-runtime-api" features = ["test-util"] version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] version = "1.2.6" [dev-dependencies.futures-util] version = "0.3.29" default-features = false [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tokio] version = "1.23.1" features = ["macros", "rt", "time"] [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"]