[dependencies.bitworks]
version = "0.2.0"
[dependencies.proc-macro2]
version = "1.0.78"
[dependencies.quote]
version = "1.0.35"
[dependencies.syn]
features = ["full"]
version = "2.0.48"
[lib]
name = "varflags_attribute"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "Crate containing attribute procedural macro varflags. This crate isn't meant to be used without varflags crate."
edition = "2021"
keywords = ["bitflags", "data-structure", "bitset"]
license = "MIT OR Apache-2.0"
name = "varflags_attribute"
readme = "README.md"
repository = "https://github.com/TRI99ERED/varflags"
version = "0.2.2"