[dependencies.dynamo_mapper_macro]
version = "0.1.0"
[dependencies.rusoto_core]
version = "0.38.0"
[dependencies.rusoto_dynamodb]
version = "0.38.0"
[dependencies.uuid]
features = ["v4"]
optional = true
version = "0.7.4"
[features]
default = []
[package]
authors = ["Varkal <moreau.romain83@gmail.com>"]
description = "A simple library to map Rust structs to/from DynamoDB items"
edition = "2018"
license-file = "LICENSE.MD"
name = "dynamo_mapper"
readme = "README.MD"
repository = "https://github.com/Varkal/dynamo_mapper.git"
version = "0.1.0"