[dependencies.proc-macro2]
version = "0.4"
[dependencies.quote]
version = "0.6"
[dependencies.syn]
version = "0.15"
[features]
default = ["use_std"]
use_std = []
[lib]
proc-macro = true
[package]
authors = ["archshift <gh@archshift.com>"]
description = "Bitfield procedural macro"
license = "MIT"
name = "bf-impl"
repository = "https://github.com/archshift/bitutils-rs"
version = "1.0.0"