[package]
edition = "2021"
rust-version = "1.91"
name = "aws-runtime-api"
version = "1.1.11"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime support code for the AWS SDK. This isn't intended to be used directly."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/smithy-lang/smithy-rs"
[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
[lib]
name = "aws_runtime_api"
path = "src/lib.rs"
[dependencies]