# 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-async" version = "1.2.1" authors = [ "AWS Rust SDK Team ", "John DiSanti ", ] 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 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.futures-util] version = "0.3.29" default-features = false [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1.23.1" features = ["sync"] [dev-dependencies.pin-utils] version = "0.1" [dev-dependencies.tokio] version = "1.23.1" features = [ "rt", "macros", "test-util", ] [dev-dependencies.tokio-test] version = "0.4.2" [features] rt-tokio = ["tokio/time"] test-util = [ "rt-tokio", "tokio/rt", ]