# 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-sdk-gamesparks" version = "0.33.0" authors = [ "AWS Rust SDK Team ", "Russell Cohen ", ] description = "AWS SDK for GameSparks" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/awslabs/aws-sdk-rust" resolver = "1" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [package.metadata.smithy] codegen-version = "0.56.1-562d1787b5a08b2de7ab1cd78d2c885cb8d612aa" [dependencies.aws-credential-types] version = "0.56.1" [dependencies.aws-http] version = "0.56.1" [dependencies.aws-runtime] version = "0.56.1" [dependencies.aws-smithy-async] version = "0.56.1" [dependencies.aws-smithy-client] version = "0.56.1" [dependencies.aws-smithy-http] version = "0.56.1" [dependencies.aws-smithy-json] version = "0.56.1" [dependencies.aws-smithy-runtime] version = "0.56.1" features = ["client"] [dependencies.aws-smithy-runtime-api] version = "0.56.1" features = ["client"] [dependencies.aws-smithy-types] version = "0.56.1" [dependencies.aws-types] version = "0.56.1" [dependencies.bytes] version = "1.0.0" [dependencies.http] version = "0.2.9" [dependencies.regex] version = "1.5.5" [dependencies.tokio-stream] version = "0.1.7" [dependencies.tracing] version = "0.1" [dev-dependencies.aws-config] version = "0.56.1" [dev-dependencies.aws-credential-types] version = "0.56.1" features = ["test-util"] [dev-dependencies.tokio] version = "1.23.1" features = [ "macros", "test-util", "rt-multi-thread", ] [features] default = [ "rustls", "rt-tokio", ] rt-tokio = ["aws-smithy-http/rt-tokio"] rustls = ["aws-smithy-client/rustls"] test-util = [ "aws-credential-types/test-util", "aws-smithy-runtime/test-util", ]