[package] name = "easy-bitfield" version = "0.1.0" edition = "2021" license = "MIT" readme = "README.md" repository = "https://gitlab.com/adel.prokurov/easy-bitfield" description = "A simple and easy to use bitfield library for Rust" keywords = ["bitfield"] [dependencies] num = "0.4.3" atomic = "0.6" bytemuck = "1.16"