[package] name = "atomic-bitvec" version = "0.1.1" authors = ["Nick Samson "] edition = "2018" description = "An atomic bit vector library." license = "MPL-2.0" repository = "https://github.com/nisamson/atomic-bitvec" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] static_assertions = "1.1.0"