aws-smithy-runtime 1.8.0

The new smithy runtime crate
Documentation
[dependencies.aws-smithy-async]
version = "1.2.5"

[dependencies.aws-smithy-http]
version = "0.62.0"

[dependencies.aws-smithy-http-client]
optional = true
version = "1.0.0"

[dependencies.aws-smithy-runtime-api]
version = "1.7.4"

[dependencies.aws-smithy-types]
features = ["http-body-0-4-x"]
version = "1.3.0"

[dependencies.bytes]
version = "1.10.0"

[dependencies.fastrand]
version = "2.3.0"

[dependencies.http-02x]
package = "http"
version = "0.2.9"

[dependencies.http-1x]
package = "http"
version = "1"

[dependencies.http-body-04x]
package = "http-body"
version = "0.4.5"

[dependencies.http-body-1x]
package = "http-body"
version = "1"

[dependencies.once_cell]
version = "1.20.1"

[dependencies.pin-project-lite]
version = "0.2.14"

[dependencies.pin-utils]
version = "0.1.0"

[dependencies.tokio]
features = []
version = "1.40.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
features = ["env-filter", "fmt", "json"]
optional = true
version = "0.3.16"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.aws-smithy-async]
features = ["rt-tokio", "test-util"]
version = "1.2.5"

[dev-dependencies.aws-smithy-runtime-api]
features = ["test-util"]
version = "1.7.4"

[dev-dependencies.aws-smithy-types]
features = ["test-util"]
version = "1.3.0"

[dev-dependencies.fastrand]
version = "2.3.0"

[dev-dependencies.futures-util]
version = "0.3.29"

[dev-dependencies.hyper_0_14]
features = ["client", "server", "tcp", "http1", "http2"]
package = "hyper"
version = "0.14.27"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "test-util", "full"]
version = "1.25"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.16"

[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:aws-smithy-http-client", "aws-smithy-http-client?/hyper-014"]
default-https-client = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/rustls-aws-lc"]
http-auth = ["aws-smithy-runtime-api/http-auth"]
legacy-test-util = ["aws-smithy-runtime-api/test-util", "dep:tracing-subscriber", "aws-smithy-http-client/test-util", "connector-hyper-0-14-x", "aws-smithy-http-client/legacy-test-util"]
rt-tokio = ["tokio/rt"]
test-util = ["aws-smithy-runtime-api/test-util", "dep:tracing-subscriber", "aws-smithy-http-client/test-util", "legacy-test-util"]
tls-rustls = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/legacy-rustls-ring", "connector-hyper-0-14-x"]
wire-mock = ["legacy-test-util", "aws-smithy-http-client/wire-mock"]

[lib]
name = "aws_smithy_runtime"
path = "src/lib.rs"

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The new smithy runtime crate"
edition = "2021"
license = "Apache-2.0"
name = "aws-smithy-runtime"
readme = "README.md"
repository = "https://github.com/smithy-lang/smithy-rs"
version = "1.8.0"

[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

[[test]]
name = "reconnect_on_transient_error"
path = "tests/reconnect_on_transient_error.rs"

[[test]]
name = "retries"
path = "tests/retries.rs"

[[test]]
name = "stalled_stream_common"
path = "tests/stalled_stream_common.rs"

[[test]]
name = "stalled_stream_download"
path = "tests/stalled_stream_download.rs"

[[test]]
name = "stalled_stream_performance"
path = "tests/stalled_stream_performance.rs"

[[test]]
name = "stalled_stream_upload"
path = "tests/stalled_stream_upload.rs"