aws-smithy-experimental 0.1.5

Experiments for the smithy-rs ecosystem
[dependencies.aws-smithy-async]
version = "1.2.1"

[dependencies.aws-smithy-runtime]
features = ["client"]
version = "1.7.3"

[dependencies.aws-smithy-runtime-api]
features = ["client", "http-1x"]
version = "1.7.3"

[dependencies.aws-smithy-types]
features = ["http-body-1-x"]
version = "1.2.9"

[dependencies.h2]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.hyper]
features = ["client", "http1", "http2"]
version = "1"

[dependencies.hyper-rustls]
default-features = false
features = ["http2", "http1", "native-tokio", "tls12"]
version = "0.27"

[dependencies.hyper-util]
version = "0.1.7"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.pin-project-lite]
version = "0.2.13"

[dependencies.rustls]
default-features = false
version = "0.23"

[dependencies.tokio]
version = "1"

[dependencies.tower]
version = "0.4.1"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.aws-smithy-async]
features = ["rt-tokio", "test-util"]
version = "1.2.1"

[dev-dependencies.aws-smithy-runtime]
features = ["client", "test-util", "connector-hyper-0-14-x"]
version = "1.7.3"

[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1"

[[example]]
doc-scrape-examples = true
name = "client-ring"
required-features = ["crypto-ring"]

[[example]]
doc-scrape-examples = true
name = "client-aws-lc"
required-features = ["crypto-aws-lc", "crypto-aws-lc-fips"]

[[example]]
doc-scrape-examples = true
name = "custom-dns"
required-features = ["crypto-ring"]

[features]
crypto-aws-lc = ["rustls/aws_lc_rs"]
crypto-aws-lc-fips = ["rustls/fips"]
crypto-ring = ["rustls/ring"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
description = "Experiments for the smithy-rs ecosystem"
edition = "2021"
license = "Apache-2.0"
name = "aws-smithy-experimental"
readme = "README.md"
repository = "https://github.com/smithy-lang/smithy-rs"
version = "0.1.5"

[package.metadata.cargo-udeps.ignore]
normal = ["fs_extra"]

[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]