aws-smithy-async 0.38.0

Async runtime agnostic abstractions for smithy-rs.
Documentation
[dependencies.futures-util]
version = "0.3.16"

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

[dependencies.tokio]
features = ["sync"]
version = "1.6"

[dependencies.tokio-stream]
version = "0.1.8"
[dev-dependencies.tokio]
features = ["rt", "macros", "test-util"]
version = "1.6"

[features]
rt-tokio = ["tokio/time"]

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"]
description = "Async runtime agnostic abstractions for smithy-rs."
edition = "2018"
license = "Apache-2.0"
name = "aws-smithy-async"
repository = "https://github.com/awslabs/smithy-rs"
version = "0.38.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]