[package]
name = "aws-sdk-s3"
version = "0.0.24-alpha"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for Amazon Simple Storage Service"
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-sdk-rust"
readme = "README.md"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies.aws-endpoint]
path = "..//aws-endpoint"
version = "0.0.24-alpha"
[dependencies.aws-http]
path = "..//aws-http"
version = "0.0.24-alpha"
[dependencies.aws-hyper]
path = "..//aws-hyper"
version = "0.0.24-alpha"
optional = true
[dependencies.aws-sig-auth]
path = "..//aws-sig-auth"
version = "0.0.24-alpha"
features = ["sign-eventstream"]
[dependencies.aws-sigv4]
path = "..//aws-sigv4"
version = "0.0.24-alpha"
[dependencies.aws-smithy-client]
path = "..//aws-smithy-client"
version = "0.27.0-alpha.2"
optional = true
[dependencies.aws-smithy-eventstream]
path = "..//aws-smithy-eventstream"
version = "0.27.0-alpha.2"
[dependencies.aws-smithy-http]
path = "..//aws-smithy-http"
version = "0.27.0-alpha.2"
features = ["event-stream"]
[dependencies.aws-smithy-types]
path = "..//aws-smithy-types"
version = "0.27.0-alpha.2"
[dependencies.aws-smithy-xml]
path = "..//aws-smithy-xml"
version = "0.27.0-alpha.2"
[dependencies.aws-types]
path = "..//aws-types"
version = "0.0.24-alpha"
[dependencies.bytes]
version = "1"
[dependencies.http]
version = "0.2"
[dependencies.md5]
version = "0.7"
[dependencies.tower]
version = "0.4"
optional = true
[dev-dependencies.aws-smithy-client]
path = "..//aws-smithy-client"
version = "0.27.0-alpha.2"
features = ["test-util"]
[dev-dependencies.aws-smithy-protocol-test]
path = "..//aws-smithy-protocol-test"
version = "0.27.0-alpha.2"
[dev-dependencies.futures-util]
version = "0.3"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
version = "1"
features = ["macros", "test-util", "rt"]
[features]
client = ["aws-hyper", "aws-smithy-client", "tower"]
rustls = ["aws-hyper/rustls"]
native-tls = ["aws-hyper/native-tls"]
default = ["client", "rustls"]