# 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 = "stedi-sdk-client-guides" version = "0.1.76" authors = ["Stedi"] description = "Stedi SDK for Rust that includes Guides client" license = "Apache-2.0" repository = "https://github.com/Stedi/stedi-sdk-rust" resolver = "1" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [package.metadata.smithy] codegen-version = "0.54.4-5cc40ab4c12fdaf92e3226b77f05667f9bacc1b4" [dependencies.aws-endpoint] version = "0.54" [dependencies.aws-http] version = "0.54" [dependencies.aws-smithy-async] version = "0.54.4" [dependencies.aws-smithy-client] version = "0.54.4" [dependencies.aws-smithy-http] version = "0.54.4" [dependencies.aws-smithy-http-auth] version = "0.54.4" [dependencies.aws-smithy-http-tower] version = "0.54.4" [dependencies.aws-smithy-json] version = "0.54.4" [dependencies.aws-smithy-types] version = "0.54.4" [dependencies.aws-types] version = "0.54" [dependencies.bytes] version = "1.5.0" [dependencies.http] version = "0.2.9" [dependencies.stedi-sdk-config] version = "0.1.18" [dependencies.tokio-stream] version = "0.1.14" [dependencies.tower] version = "0.4" [dependencies.url] version = "2.4.1" [features] default = [ "rustls", "rt-tokio", ] native-tls = ["aws-smithy-client/native-tls"] rt-tokio = ["aws-smithy-http/rt-tokio"] rustls = ["aws-smithy-client/rustls"] test-util = []