aymond 0.10.0

A batteries-included client wrapper for DynamoDB
Documentation
# 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 = "2024"
name = "aymond"
version = "0.10.0"
authors = ["Tanner <t@nner.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A batteries-included client wrapper for DynamoDB"
homepage = "https://github.com/lightningboltemoji/aymond"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/lightningboltemoji/aymond"

[lib]
name = "aymond"
path = "src/lib.rs"

[dependencies.aws-config]
version = "1.8.13"

[dependencies.aws-credential-types]
version = "1.2.11"
features = ["hardcoded-credentials"]

[dependencies.aws-sdk-dynamodb]
version = "1.103.0"

[dependencies.aws-types]
version = "1.3.11"

[dependencies.aymond-derive]
version = "0.10.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.tokio]
version = "1"
features = ["time"]