[package] name = "aws-runtime-api" version = "1.1.8" authors = ["AWS Rust SDK Team "] description = "Runtime support code for the AWS SDK. This isn't intended to be used directly." edition = "2021" license = "Apache-2.0" repository = "https://github.com/smithy-lang/smithy-rs" [dependencies] [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] rustdoc-args = ["--cfg", "docsrs"] # End of docs.rs metadata # make sure to keep crate stability in sync with the second element of the following tuple in # buildSrc/src/main/kotlin/CrateSet.kt: # Crate("aws-runtime-api", STABLE_VERSION_PROP_NAME), [package.metadata.smithy-rs-release-tooling] stable = true