# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-polly"
version = "1.65.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for Amazon Polly"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-sdk-rust"
rust-version = "1.81.0"
readme = "README.md"
[package.metadata.smithy]
codegen-version = "499a9d47cc99e26c84dc4bc6c6e83da986f5540a"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[dependencies.aws-credential-types]
path = "../aws-credential-types"
version = "1.2.2"

[dependencies.aws-runtime]
path = "../aws-runtime"
version = "1.5.6"

[dependencies.aws-sigv4]
path = "../aws-sigv4"
version = "1.3.0"

[dependencies.aws-smithy-async]
path = "../aws-smithy-async"
version = "1.2.5"

[dependencies.aws-smithy-http]
path = "../aws-smithy-http"
version = "0.62.0"

[dependencies.aws-smithy-json]
path = "../aws-smithy-json"
version = "0.61.3"

[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.8.0"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
features = ["client", "http-02x"]
version = "1.7.4"

[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
version = "1.3.0"

[dependencies.aws-types]
path = "../aws-types"
version = "1.3.6"

[dependencies.bytes]
version = "1.4.0"

[dependencies.http]
version = "0.2.9"

[dependencies.http-1x]
version = "1"
package = "http"

[dependencies.http-body-1x]
version = "1"
optional = true
package = "http-body"

[dependencies.once_cell]
version = "1.16"

[dependencies.regex-lite]
version = "0.1.5"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.aws-config]
path = "../aws-config"
version = "1.6.0"

[dev-dependencies.aws-credential-types]
path = "../aws-credential-types"
features = ["test-util"]
version = "1.2.2"

[dev-dependencies.aws-runtime]
path = "../aws-runtime"
features = ["test-util"]
version = "1.5.6"

[dev-dependencies.aws-smithy-async]
path = "../aws-smithy-async"
features = ["test-util"]
version = "1.2.5"

[dev-dependencies.aws-smithy-http-client]
path = "../aws-smithy-http-client"
features = ["test-util", "wire-mock"]
version = "1.0.0"

[dev-dependencies.aws-smithy-protocol-test]
path = "../aws-smithy-protocol-test"
version = "0.63.1"

[dev-dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["test-util"]
version = "1.8.0"

[dev-dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
features = ["test-util"]
version = "1.7.4"

[dev-dependencies.aws-smithy-types]
path = "../aws-smithy-types"
features = ["test-util"]
version = "1.3.0"

[dev-dependencies.futures-util]
version = "0.3.25"
features = ["alloc"]
default-features = false

[dev-dependencies.serde_json]
version = "1.0.0"

[dev-dependencies.tokio]
version = "1.23.1"
features = ["macros", "test-util", "rt-multi-thread"]

[dev-dependencies.tracing-subscriber]
version = "0.3.16"
features = ["env-filter", "json"]

[features]
http-1x = ["dep:http-body-1x", "aws-smithy-runtime-api/http-1x"]
behavior-version-latest = []
rustls = ["aws-smithy-runtime/tls-rustls"]
default-https-client = ["aws-smithy-runtime/default-https-client"]
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
gated-tests = []
default = ["rustls", "default-https-client", "rt-tokio"]