[package] name = "nibbler" version = "0.2.3" authors = ["Rusty Chalk "] edition = "2018" description = "A small utility for working with nibbles (half byte, 4-bits)." #documentation = "https://docs.rs/nibbler" readme = "Readme.md" homepage = "https://gitlab.com/RustyChalk/nibbler" repository = "https://gitlab.com/RustyChalk/nibbler" license = "GPL-3.0-or-later" #license-file = "LICENSE" keywords = ["nibble", "byte", ] categories = ["mathematics", "science", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]