summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: f200cbedb9d4ec563f049dc13c4fbae9fd9474a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "bit-set"
version = "0.5.3"
authors = ["Alexis Beingessner <a.beingessner@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A set of bits"
repository = "https://github.com/contain-rs/bit-set"
homepage = "https://github.com/contain-rs/bit-set"
documentation = "https://contain-rs.github.io/bit-set/bit_set"
keywords = ["data-structures", "bitset"]
readme = "README.md"

[dev-dependencies]
rand = "0.3"

[dependencies.bit-vec]
version = "0.6.1"
default-features = false

[features]
default = ["std"]
std = ["bit-vec/std"]