[package] name = "tinybitvec" description = "A tiny vec for tiny bits" version = "0.1.0" license = "MIT OR Apache-2.0" authors = ["Soveu "] edition = "2018" keywords = ["vec", "bits"] categories = ["data-structures"] repository = "https://github.com/Soveu/tinybitvec" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitvec = "0.17.4" paste = "1.0.0"