[package] name = "binf_macros" version = "1.1.3" edition = "2021" license = "MIT" description = "A crate that adds utilities for dealing with binary flags" authors = ["DavidOnTop "] readme = "../README.md" repository = "https://git.davidon.top/davidontop/binf.git" documentation = "https://docs.rs/binf_macros/" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.68" proc-macro2-diagnostics = "0.10.1" quote = "1.0.33" syn = { version = "2.0.38", features = ["full"] }