aws-sdk-dynamodb 0.0.25-alpha

AWS SDK for Amazon DynamoDB
Documentation
[dependencies.aws-endpoint]
version = "0.0.25-alpha"

[dependencies.aws-http]
version = "0.0.25-alpha"

[dependencies.aws-hyper]
optional = true
version = "0.0.25-alpha"

[dependencies.aws-sig-auth]
version = "0.0.25-alpha"

[dependencies.aws-smithy-client]
optional = true
version = "0.28.0-alpha"

[dependencies.aws-smithy-http]
version = "0.28.0-alpha"

[dependencies.aws-smithy-json]
version = "0.28.0-alpha"

[dependencies.aws-smithy-types]
version = "0.28.0-alpha"

[dependencies.aws-types]
version = "0.0.25-alpha"

[dependencies.bytes]
version = "1"

[dependencies.fastrand]
version = "1"

[dependencies.http]
version = "0.2"
[dev-dependencies.aws-smithy-client]
features = ["test-util"]
version = "0.28.0-alpha"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
features = ["macros", "test-util"]
version = "1"

[features]
client = ["aws-hyper", "aws-smithy-client"]
default = ["client", "rustls"]
native-tls = ["aws-hyper/native-tls"]
rustls = ["aws-hyper/rustls"]

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for Amazon DynamoDB"
edition = "2018"
license = "Apache-2.0"
name = "aws-sdk-dynamodb"
readme = "README.md"
repository = "https://github.com/awslabs/aws-sdk-rust"
version = "0.0.25-alpha"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]