[package] name = "boole-rs" version = "0.0.1" authors = ["Vlad Eminovici "] categories = ["algorithms", "data-structures"] description = "A bit vector library." edition = "2021" keywords = ["bit", "bitwise", "bitvector"] readme = "README.md" repository = "https://github.com/veminovici/boole-rs" license = "MIT OR Apache-2.0" exclude = ["/coverage"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [dev-dependencies] quickcheck = "1.0" quickcheck_macros = "1.0" rand = "0.8.5"