[dependencies.quote]
default-features = false
version = "1"
[dependencies.syn]
default-features = false
features = ["full", "parsing", "printing", "proc-macro", "clone-impls"]
version = "2"
[features]
const-mut-ref = []
custom-types = []
default = []
serde = []
[lib]
name = "bitflags_attr_macros"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = """
Attribute macro implementation for bitflags-attr.
Do not use directly, use the reexport in the `bitflags` crate. This allows for better compatibility across versions.
"""
edition = "2021"
homepage = "https://github.com/GrayJack/bitflag-attr"
keywords = ["bit", "bitmask", "bitflags", "flags"]
license = "MIT OR Apache-2.0"
name = "bitflags-attr-macros"
readme = false
repository = "https://github.com/GrayJack/bitflag-attr"
rust-version = "1.75.0"
version = "0.8.1"