[dependencies]
quote = "0.3.12"
syn = "0.11.4"
[lib]
proc-macro = true
[package]
authors = ["Andy Shiue <andyshiue851019@gmail.com>"]
description = "Deriving traits for C-like enums using macro 1.1."
exclude = [".DS_Store", ".gitignore", "derivation_test/*", "enum_variants/*"]
homepage = "https://github.com/AndyShiue/derivation/tree/master"
keywords = ["enum", "derive", "macro"]
license = "MIT"
name = "derivation"
repository = "https://github.com/AndyShiue/derivation/tree/master"
version = "0.1.0"