[package]
edition = "2024"
name = "bitstructs_macro"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro for bitstructs."
readme = "README.md"
keywords = [
"proc-macro",
"bitfield",
"bitstruct",
"bitstructs",
]
license = "MIT"
repository = "https://github.com/small-white0-0/bitstructs"
[lib]
name = "bitstructs_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"