]> git.lizzy.rs Git - enumset.git/blob - Cargo.toml
Rename 'i128' to 'nightly', make EnumSet::new() a const fn.
[enumset.git] / Cargo.toml
1 [package]
2 name = "enumset"
3 version = "0.2.1"
4 authors = ["Lymia Aluysia <lymia@lymiahugs.com>"]
5
6 description = "A library for creating compact sets of enums."
7 keywords = ["enum", "bitset"]
8 categories = ["data-structures"]
9
10 documentation = "https://docs.rs/enumset"
11 repository = "https://github.com/Lymia/enumset"
12 readme = "README.md"
13
14 license = "MIT/Apache-2.0"
15
16 [features]
17 nightly = []