[package] name = "bondrewd-derive" version = "0.3.18" edition = "2021" description = "Bit-Level field packing with proc_macros" authors = ["Dev "] license = "MIT OR Apache-2.0" keywords = ["bitfields", "packed-struct", "bit-compression", "packed-fields", "packing"] categories = ["compression","data-structures","development-tools"] readme = "../README.md" repository = "https://github.com/Devlyn-Nelson/Bondrewd" [lib] proc-macro = true [dependencies] proc-macro2 = "~1.0" quote = "~1.0" syn = "~1.0" [features] slice_fns = [] hex_fns = [] setters = [] [dev-dependencies] anyhow = "1.0.51" bondrewd = { path = "../bondrewd", features = ["derive", "slice_fns", "hex_fns"] }