rlog_dynamo 0.7.0

To log with DynamoDB using rlog
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 = "rlog_dynamo"
version = "0.7.0"
authors = ["brightstar8284@icloud.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "To log with DynamoDB using rlog"
readme = "README.md"
license = "MIT"
repository = "https://github.com/StevenLianaL/rlog_dynamo"

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

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

[dependencies.aws-config]
version = "1.8.3"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-dynamodb]
version = "1.86.0"
features = ["behavior-version-latest"]

[dependencies.chrono]
version = "0.4.39"
features = ["serde"]

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

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

[dependencies.tokio]
version = "1.47.0"
features = ["full"]

[dev-dependencies.dotenv]
version = "0.15.0"