# 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 = "rw-aws-sdk-ec2" version = "1.2.0" authors = [ "AWS Rust SDK Team ", "Russell Cohen ", "xxchan ", ] description = "AWS SDK for Amazon Elastic Compute Cloud (with only APIs needed by RisingWave)" 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 = "null-1061a3b0031b051ebbe8ac37f0cadda770c4b969" [dependencies.aws-credential-types] version = "1.0.1" [dependencies.aws-http] version = "0.60.0" [dependencies.aws-runtime] version = "1.0.1" [dependencies.aws-smithy-async] version = "1.0.1" [dependencies.aws-smithy-http] version = "0.60.0" [dependencies.aws-smithy-json] version = "0.60.0" [dependencies.aws-smithy-query] version = "0.60.0" [dependencies.aws-smithy-runtime] version = "1.0.1" features = ["client"] [dependencies.aws-smithy-runtime-api] version = "1.0.1" features = [ "client", "http-02x", ] [dependencies.aws-smithy-types] version = "1.0.1" [dependencies.aws-smithy-xml] version = "0.60.0" [dependencies.aws-types] version = "1.0.1" [dependencies.fastrand] version = "2.0.0" [dependencies.http] version = "0.2.9" [dependencies.regex] version = "1.5.5" [dependencies.tracing] version = "0.1" [dev-dependencies.aws-config] version = "1.0.1" [dev-dependencies.aws-credential-types] version = "1.0.1" features = ["test-util"] [dev-dependencies.aws-runtime] version = "1.0.1" features = ["test-util"] [dev-dependencies.aws-smithy-async] version = "1.0.1" features = ["test-util"] [dev-dependencies.aws-smithy-protocol-test] version = "0.60.0" [dev-dependencies.aws-smithy-runtime] version = "1.0.1" features = [ "test-util", "wire-mock", ] [dev-dependencies.aws-smithy-runtime-api] version = "1.0.1" features = ["test-util"] [dev-dependencies.aws-smithy-types] version = "1.0.1" features = ["test-util"] [dev-dependencies.futures-util] version = "0.3.25" features = ["alloc"] default-features = false [dev-dependencies.serde_json] version = "1.0.0" [dev-dependencies.tokio] version = "1.23.1" features = [ "macros", "test-util", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = [ "env-filter", "json", ] [features] behavior-version-latest = [] default = [ "rustls", "rt-tokio", ] rt-tokio = [ "aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio", ] rustls = ["aws-smithy-runtime/tls-rustls"] test-util = [ "aws-credential-types/test-util", "aws-smithy-runtime/test-util", ]