]> git.lizzy.rs Git - bit-set.git/blob - Cargo.toml
add back tests, benches, upgroid travis
[bit-set.git] / Cargo.toml
1 [package]
2 name = "bit-set"
3 version = "0.2.0"
4 authors = ["Alexis Beingessner <a.beingessner@gmail.com>"]
5 license = "MIT/Apache-2.0"
6 description = "A Vec of bits"
7 repository = "https://github.com/contain-rs/bit-set"
8 homepage = "https://github.com/contain-rs/bit-set"
9 documentation = "https://contain-rs.github.io/bit-set/bit_set"
10 keywords = ["data-structures"]
11 readme = "README.md"
12
13 [dev-dependencies]
14 rand = "*"
15
16 [dependencies.bit-vec]
17
18 [features]
19 nightly = []