aws-sdk-dynamodb 0.27.0

AWS SDK for Amazon DynamoDB
Documentation
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-dynamodb"
version = "0.27.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for Amazon DynamoDB"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-sdk-rust"
readme = "README.md"
[package.metadata.smithy]
codegen-version = "0.55.2-27498a715f74bfa572f15ef93761b189448bed64"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[dependencies.aws-credential-types]
path = "../aws-credential-types"
version = "0.55.2"

[dependencies.aws-endpoint]
path = "../aws-endpoint"
version = "0.55.2"

[dependencies.aws-http]
path = "../aws-http"
version = "0.55.2"

[dependencies.aws-sig-auth]
path = "../aws-sig-auth"
version = "0.55.2"

[dependencies.aws-smithy-async]
path = "../aws-smithy-async"
version = "0.55.2"

[dependencies.aws-smithy-client]
path = "../aws-smithy-client"
version = "0.55.2"

[dependencies.aws-smithy-http]
path = "../aws-smithy-http"
version = "0.55.2"

[dependencies.aws-smithy-http-tower]
path = "../aws-smithy-http-tower"
version = "0.55.2"

[dependencies.aws-smithy-json]
path = "../aws-smithy-json"
version = "0.55.2"

[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
version = "0.55.2"

[dependencies.aws-types]
path = "../aws-types"
version = "0.55.2"

[dependencies.bytes]
version = "1.0.0"

[dependencies.fastrand]
version = "1.8.0"

[dependencies.http]
version = "0.2.9"

[dependencies.regex]
version = "1.5.5"

[dependencies.tokio-stream]
version = "0.1.7"

[dependencies.tower]
version = "0.4"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.aws-config]
path = "../aws-config"
version = "0.55.2"

[dev-dependencies.aws-credential-types]
path = "../aws-credential-types"
features = ["test-util"]
version = "0.55.2"

[dev-dependencies.aws-smithy-client]
path = "../aws-smithy-client"
features = ["test-util"]
version = "0.55.2"

[dev-dependencies.aws-smithy-protocol-test]
path = "../aws-smithy-protocol-test"
version = "0.55.2"

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

[dev-dependencies.futures-util]
version = "0.3.25"
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]
rustls = ["aws-smithy-client/rustls"]
native-tls = ["aws-smithy-client/native-tls"]
rt-tokio = ["aws-smithy-http/rt-tokio"]
test-util = ["aws-credential-types/test-util"]
default = ["rustls", "rt-tokio"]