[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
name = "bitflags_derive_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["bitflags contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "bitflags-aware #[derive] macros."
edition = "2024"
keywords = ["bit", "bitmask", "bitflags", "flags"]
license = "MIT OR Apache-2.0"
name = "bitflags-derive-macros"
readme = "README.md"
repository = "https://github.com/bitflags/bitflags-derive"
version = "0.0.2"