dynamodb-facade 0.0.0

A typed facade over aws-sdk-dynamodb with expression builders and batch/transaction support
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"
rust-version = "1.85.0"
name = "dynamodb-facade"
version = "0.0.0"
authors = ["Jérémie RODON <jeremie.rodon@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A typed facade over aws-sdk-dynamodb with expression builders and batch/transaction support"
documentation = "https://docs.rs/dynamodb-facade"
readme = "README.md"
keywords = [
    "dynamodb",
    "aws",
    "facade",
    "dynamo",
    "sdk",
]
categories = [
    "database",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/RustyServerless/dynamodb-facade"

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

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

[dependencies.serde]
version = "1"

[dependencies.serde_dynamo]
version = "4"
features = ["aws-sdk-dynamodb+1"]

[dependencies.tokio]
version = "1"

[dependencies.tracing]
version = "0.1"