[dependencies.proc-macro2]
version = "0.4.20"
[dependencies.quote]
version = "0.6.8"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "0.15.14"
[dev-dependencies.checked-enum]
version = "0.1.0"
[lib]
proc-macro = true
[package]
authors = ["Connie Hilarides <conni_h@outlook.com>"]
description = "Provides attribute macros for building enums which are convenient\nfor use with FFI, along with \"enum\" flags.\n"
edition = "2015"
license = "MIT"
name = "auto-enum"
repository = "https://github.com/connicpu/auto-enum"
version = "0.1.1"