[package]
edition = "2021"
name = "bitsandbytes-macros"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the `bitsandbytes` crate (#[bin], #[bitfield], #[derive(BitEnum)]). Name reservation; first real release coming soon."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/RawSocketLabs/bitsandbytes"
[lib]
name = "bitsandbytes_macros"
path = "src/lib.rs"