[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["Robin Freyler <robinfreyler@web.de>"]
categories = ["data-structures"]
description = "Bitfields for structs that allow for modular use of enums."
documentation = "https://docs.rs/modular-bitfield"
edition = "2018"
keywords = ["bitfield", "bit", "bitfields"]
license = "MIT/Apache-2.0"
name = "modular-bitfield-impl"
readme = "../README.md"
repository = "https://github.com/robbepop/modular-bitfield"
version = "0.11.2"