# 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" version = "1.7.3" authors = [ "AWS Rust SDK Team ", "Zelda Hessler ", ] description = "The new smithy runtime crate" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/smithy-lang/smithy-rs" [package.metadata.cargo-udeps.ignore] normal = ["aws-smithy-http"] [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-http] version = "0.60.11" [dependencies.aws-smithy-protocol-test] version = "0.63.0" optional = true [dependencies.aws-smithy-runtime-api] version = "1.7.2" [dependencies.aws-smithy-types] version = "1.2.8" features = ["http-body-0-4-x"] [dependencies.bytes] version = "1" [dependencies.fastrand] version = "2.0.0" [dependencies.h2] version = "0.3" optional = true default-features = false [dependencies.http-02x] version = "0.2.8" package = "http" [dependencies.http-body-04x] version = "0.4.4" package = "http-body" [dependencies.http-body-1x] version = "1" package = "http-body" [dependencies.httparse] version = "1.8.0" [dependencies.hyper-0-14] version = "0.14.26" optional = true default-features = false package = "hyper" [dependencies.hyper-rustls] version = "0.24" features = [ "rustls-native-certs", "http2", ] optional = true [dependencies.indexmap] version = "2" features = ["serde"] optional = true [dependencies.once_cell] version = "1.18.0" [dependencies.pin-project-lite] version = "0.2.7" [dependencies.pin-utils] version = "0.1.0" [dependencies.rustls] version = "0.21.8" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" features = ["preserve_order"] optional = true [dependencies.tokio] version = "1.25" features = [] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "env-filter", "fmt", "json", ] optional = true [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.aws-smithy-async] version = "1.2.1" features = [ "rt-tokio", "test-util", ] [dev-dependencies.aws-smithy-runtime-api] version = "1.7.2" features = ["test-util"] [dev-dependencies.aws-smithy-types] version = "1.2.8" features = ["test-util"] [dev-dependencies.fastrand] version = "~2.0.0" [dev-dependencies.futures-util] version = "0.3.29" [dev-dependencies.http1] version = "1" package = "http" [dev-dependencies.hyper_0_14] version = "0.14.27" features = [ "client", "server", "tcp", "http1", "http2", ] package = "hyper" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tokio] version = "1.25" features = [ "macros", "rt", "rt-multi-thread", "test-util", "full", ] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.tracing-test] version = "0.2.1" [features] client = [ "aws-smithy-runtime-api/client", "aws-smithy-types/http-body-1-x", ] connector-hyper-0-14-x = [ "dep:hyper-0-14", "hyper-0-14?/client", "hyper-0-14?/http2", "hyper-0-14?/http1", "hyper-0-14?/tcp", "hyper-0-14?/stream", "dep:h2", ] http-auth = ["aws-smithy-runtime-api/http-auth"] rt-tokio = ["tokio/rt"] test-util = [ "aws-smithy-runtime-api/test-util", "dep:aws-smithy-protocol-test", "dep:tracing-subscriber", "dep:serde", "dep:serde_json", "dep:indexmap", ] tls-rustls = [ "dep:hyper-rustls", "dep:rustls", "connector-hyper-0-14-x", ] wire-mock = [ "test-util", "connector-hyper-0-14-x", "hyper-0-14?/server", ]