bitfld-macro 0.3.0

Macro library supporting bitfld
Documentation
# Copyright (c) 2025 Joshua Seaton
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT

[package]
name = "bitfld-macro"
version.workspace = true
edition.workspace = true

description = "Macro library supporting bitfld"

license.workspace = true
readme.workspace = true
repository.workspace = true

[lib]
proc-macro = true

[lints]
workspace = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full"] }