aws-smithy-experimental 0.1.5

Experiments for the smithy-rs ecosystem
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[[example]]
name = "client-ring"
required-features = ["crypto-ring"]
doc-scrape-examples = true

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

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

[package]
name = "aws-smithy-experimental"
version = "0.1.5"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
description = "Experiments for the smithy-rs ecosystem"
edition = "2021"
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.cargo-udeps.ignore]
normal = ["fs_extra"]

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

[dependencies]
pin-project-lite = "0.2.13"
hyper-util = "0.1.7"
http = "1"
tokio = "1"
h2 = "0.4"
once_cell = "1.18.0"
tracing = "0.1.40"
tower = "0.4.1"

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

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

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

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

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

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

[dependencies.rustls]
version = "0.23"
default-features = false
[dev-dependencies.aws-smithy-async]
path = "../aws-smithy-async"
features = ["rt-tokio", "test-util"]
version = "1.2.1"

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

[dev-dependencies.tokio]
version = "1"
features = ["full", "test-util"]
[lints.rust.unexpected_cfgs]
level = "warn"
check-cfg = ["cfg(crypto_unstable)"]