[package] name = "aws-smithy-async" version = "0.0.0-smithy-rs-head" authors = ["AWS Rust SDK Team ", "John DiSanti "] description = "Async runtime agnostic abstractions for smithy-rs." edition = "2018" license = "Apache-2.0" repository = "https://github.com/awslabs/smithy-rs" [features] rt-tokio = ["tokio"] default = ["rt-tokio"] [dependencies] pin-project-lite = "0.2" tokio = { version = "1.6", features = ["time"], optional = true } [dev-dependencies] tokio = { version = "1.6", features = ["rt", "macros"] } futures-util = "0.3.16" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--cfg", "docsrs"] # End of docs.rs metadata