[dependencies]
Inflector = "0.10"
quote = "0.3"
syn = "0.11"
[dependencies.clippy]
optional = true
version = "0.0.123"
[dependencies.rustiful]
version = "0.1.0"
[features]
default = []
dev = ["clippy"]
uuid = []
[lib]
proc-macro = true
[package]
authors = ["Blake Pettersson <blake.pettersson@gmail.com>"]
description = "This is the derive crate, intended to be used with the rustiful crate."
license = "Apache-2.0"
name = "rustiful-derive"
readme = "../README.md"
repository = "https://github.com/blakepettersson/rustiful"
version = "0.1.0"