[package]
edition = "2021"
rust-version = "1.91"
name = "aws-smithy-async"
version = "1.2.13"
authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"John DiSanti <jdisanti@amazon.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async runtime agnostic abstractions for smithy-rs."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/smithy-lang/smithy-rs"
[package.metadata.cargo-udeps.ignore]
normal = ["futures-util"]
[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]
rt-tokio = ["tokio/time"]
test-util = [
"rt-tokio",
"tokio/rt",
]
[lib]
name = "aws_smithy_async"
path = "src/lib.rs"
[dependencies.futures-util]
version = "0.3.29"
default-features = false
[dependencies.pin-project-lite]
version = "0.2.14"
[dependencies.tokio]
version = "1.49.0"
features = ["sync"]
[dev-dependencies.pin-utils]
version = "0.1"
[dev-dependencies.tokio]
version = "1.49.0"
features = [
"rt",
"macros",
"test-util",
]
[dev-dependencies.tokio-test]
version = "0.4.2"