dynamodb-facade 0.1.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.1.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"

[features]
integration = []
test-fixtures = []

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

[[test]]
name = "macros"
path = "tests/macros.rs"

[[test]]
name = "operations"
path = "tests/operations.rs"

[[test]]
name = "try_build"
path = "tests/try_build.rs"

[dependencies.async-stream]
version = "0.3"

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

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-util]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

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

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.aws-config]
version = "1"

[dev-dependencies.testcontainers]
version = "0.27"

[dev-dependencies.testcontainers-modules]
version = "0.15"
features = ["dynamodb"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

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