ctflag_derive 0.1.1

The derive macro implementation for ctflag
Documentation
[package]
name = "ctflag_derive"
version = "0.1.1"
authors = ["Adam Lesinski <adamlesinski@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "The derive macro implementation for ctflag"
repository = "https://github.com/adamlesinski/ctflag"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "0.4"
quote = "0.6"
syn = { version = "0.15", features = ["extra-traits"] }
unicode-segmentation = "1.3"