korat_derive 0.1.3

Derivables for implementation of converters of structures to and from rusoto attribute maps
Documentation
[package]
name = "korat_derive"
version = "0.1.3"
authors = ["Giorgos Georgiou <giorgos.georgiou@outlook.com>"]
description = "Derivables for implementation of converters of structures to and from rusoto attribute maps"
repository = "https://github.com/behos/korat"
keywords = ["dynamodb", "rusoto"]
license = "Apache-2.0"

[lib]
proc-macro = true

[dependencies]
rusoto_dynamodb = "^0"
korat = { version = "0.1.2", path = "../korat" }
quote = ">= 0.3.15"
syn = ">= 0.11.11"

[dev-dependencies]
rusoto_core = "^0"