[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["YISH<mokeyish@hotmail.com>"]
description = "EnumFlags is a csharp like enum flags implementation."
documentation = "https://docs.rs/enum-flags"
edition = "2018"
homepage = "https://github.com/mokeyish/enum-flags"
keywords = ["enum", "bitflag", "flag", "bitflags", "enumflags"]
license = "MIT"
name = "enum-flags"
repository = "https://github.com/mokeyish/enum-flags"
version = "0.1.8"