# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "aws-smithy-experimental" version = "0.1.5" authors = ["AWS Rust SDK Team "] description = "Experiments for the smithy-rs ecosystem" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/smithy-lang/smithy-rs" [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"] [[example]] name = "client-ring" doc-scrape-examples = true required-features = ["crypto-ring"] [[example]] name = "client-aws-lc" doc-scrape-examples = true required-features = [ "crypto-aws-lc", "crypto-aws-lc-fips", ] [[example]] name = "custom-dns" doc-scrape-examples = true required-features = ["crypto-ring"] [dependencies.aws-smithy-async] version = "1.2.1" [dependencies.aws-smithy-runtime] version = "1.7.3" features = ["client"] [dependencies.aws-smithy-runtime-api] version = "1.7.3" features = [ "client", "http-1x", ] [dependencies.aws-smithy-types] version = "1.2.9" features = ["http-body-1-x"] [dependencies.h2] version = "0.4" [dependencies.http] version = "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.hyper-util] version = "0.1.7" [dependencies.once_cell] version = "1.18.0" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.rustls] version = "0.23" default-features = false [dependencies.tokio] version = "1" [dependencies.tower] version = "0.4.1" [dependencies.tracing] version = "0.1.40" [dev-dependencies.aws-smithy-async] version = "1.2.1" features = [ "rt-tokio", "test-util", ] [dev-dependencies.aws-smithy-runtime] version = "1.7.3" features = [ "client", "test-util", "connector-hyper-0-14-x", ] [dev-dependencies.tokio] version = "1" features = [ "full", "test-util", ] [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