1[package]
2name = "enumflags2_derive"
3version = "0.7.9"
4authors = ["maik klein <maikklein@googlemail.com>", "Maja Kądziołka <maya@compilercrim.es>"]
5description = "Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions."
6license = "MIT OR Apache-2.0"
7repository = "https://github.com/meithecatte/enumflags2"
8keywords = ["enum", "bitflag", "flag", "bitflags"]
9edition = "2018"
10rust-version = "1.56"
11
12[lib]
13proc-macro = true
14
15[dependencies]
16syn = { version = "^2.0", features = ["full"] }
17quote = "^1.0"
18proc-macro2 = "^1.0"
19