[package] name = "bitarray-set" version = "0.4.1" authors = ["Alexis Beingessner ", "Adam Baxter"] license = "MIT/Apache-2.0" description = "A set of bits backed by bit-array" repository = "https://github.com/ambaxter/bitarray-set" homepage = "https://github.com/ambaxter/bitarray-set" documentation = "https://ambaxter.github.io/bitarray_set/bitarray_set/" keywords = ["data-structures", "bitset", "bitarray"] readme = "README.md" [dev-dependencies] rand = "0.3" [dependencies] bit-array = "0.4" bit-vec = "0.4" typenum = "1.3" generic-array = "0.3" [features] nightly = []