mouscache_derive 0.3.1

A utility crate implement trait to store object either in redis or in memory
Documentation
[package]
name = "mouscache_derive"
version = "0.3.1"
authors = ["Richer Archambault <richer.arc@gmail.com>"]
description = "A utility crate implement trait to store object either in redis or in memory"

documentation = "https://github.com/wayk/mouscache-rs"
homepage = "https://github.com/wayk/mouscache-rs"
repository = "https://github.com/wayk/mouscache-rs"
keywords = ["cache", "redis"]
license = "MIT"

[lib]
proc-macro = true

[dependencies]
quote = "0.5"
proc-macro2 = "0.3"


[dependencies.syn]
version = "0.13"
features = ["derive"]