[package]
edition = "2021"
rust-version = "1.88.0"
name = "aws-sdk-workspacesinstances"
version = "1.20.0"
authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Russell Cohen <rcoh@amazon.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS SDK for Amazon Workspaces Instances"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-sdk-rust"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.smithy]
codegen-version = "79844ddd1a666a9d7020f5ac97746b5a578548fd"
protocol = "aws.protocols#awsJson1_0"
[features]
behavior-version-latest = []
default = [
"rustls",
"default-https-client",
"rt-tokio",
]
default-https-client = ["aws-smithy-runtime/default-https-client"]
gated-tests = []
rt-tokio = [
"aws-smithy-async/rt-tokio",
"aws-smithy-types/rt-tokio",
]
rustls = ["aws-smithy-runtime/tls-rustls"]
test-util = [
"aws-credential-types/test-util",
"aws-smithy-runtime/test-util",
]
[lib]
name = "aws_sdk_workspacesinstances"
path = "src/lib.rs"
[[test]]
name = "endpoint_tests"
path = "tests/endpoint_tests.rs"
[dependencies.aws-credential-types]
version = "1.2.11"
[dependencies.aws-runtime]
version = "1.5.18"
[dependencies.aws-smithy-async]
version = "1.2.7"
[dependencies.aws-smithy-http]
version = "0.62.6"
[dependencies.aws-smithy-json]
version = "0.61.9"
[dependencies.aws-smithy-observability]
version = "0.2.0"
[dependencies.aws-smithy-runtime]
version = "1.9.8"
features = ["client"]
[dependencies.aws-smithy-runtime-api]
version = "1.10.0"
features = [
"client",
"http-02x",
]
[dependencies.aws-smithy-types]
version = "1.3.6"
[dependencies.aws-types]
version = "1.3.11"
[dependencies.bytes]
version = "1.4.0"
[dependencies.fastrand]
version = "2.0.0"
[dependencies.http]
version = "0.2.9"
[dependencies.regex-lite]
version = "0.1.5"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.aws-config]
version = "1.8.12"
[dev-dependencies.aws-credential-types]
version = "1.2.11"
features = ["test-util"]
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.tokio]
version = "1.23.1"
features = [
"macros",
"test-util",
"rt-multi-thread",
]