nitroglycerin 0.3.1

High level dynamodb crate
Documentation
[package]
name = "nitroglycerin"
version = "0.3.1"
edition = "2018"
authors = ["Conrad Ludgate <conradludgate@gmail.com>"]
license = "MIT"
description = "High level dynamodb crate"
repository = "https://github.com/conradludgate/nitroglycerin"
readme = "../README.md"

[dependencies]
nitroglycerin_derive = { path = "../nitroglycerin_derive", version = "0.3.0" }

rusoto_dynamodb = "0.47.0"
rusoto_core = "0.47.0"
thiserror = "1.0"
bytes = "1.0"

chrono = { version = "0.4", optional = true }
uuid = { version = "0.8", optional = true }