[package] name = "bitssset" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A performance-first, fixed-size bitset implementation for specific requirements" repository = "https://github.com/JonathanArns/bitssset" [dependencies] [dev-dependencies] criterion = "0.3" [toolchain] channel = "nightly" [[bench]] name = "comparison" harness = false