[package] name = "bmap" version = "0.2.2" edition = "2021" license = "0BSD" # https://crates.io/category_slugs categories = [ "data-structures" ] keywords = [ "bitmap", "bitvec" ] repository = "https://repos.qrnch.tech/pub/bmap" description = "A bitmap with an internal counter." exclude = [ ".fossil-settings", "www", ".efiles", ".fslckout", "rustfmt.toml" ] # https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section [badges] maintenance = { status = "passively-maintained" } [dependencies]