[package]
edition = "2024"
name = "bitfld-macro"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro library supporting bitfld"
readme = "README.md"
license = "MIT"
repository = "https://github.com/joshuaseaton/bitfld"
[lib]
name = "bitfld_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = ["full"]
[lints.clippy]
too_many_lines = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1