enumflags2_derive 0.6.3

Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions.
Documentation
[package]
name = "enumflags2_derive"
version = "0.6.3"
authors = ["maik klein <maikklein@googlemail.com>", "Jakub \"NieDżejkob\" Kądziołka <kuba@kadziolka.net>"]
description = "Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions."
license = "MIT OR Apache-2.0"
repository = "https://github.com/NieDzejkob/enumflags2"
keywords = ["enum", "bitflag", "flag", "bitflags"]

[lib]
proc-macro = true

[dependencies]
syn = "^1.0"
quote = "^1.0"
proc-macro2 = "^1.0"

[features]
not_literal = []