]> git.lizzy.rs Git - enumset.git/blob - enumset_derive/Cargo.toml
Bump version to 1.0.11
[enumset.git] / enumset_derive / Cargo.toml
1 [package]
2 name = "enumset_derive"
3 version = "0.6.0"
4 authors = ["Alissa Rao <lymia@lymiahugs.com>"]
5 edition = "2018"
6
7 description = "An internal helper crate for enumset. Not public API."
8
9 documentation = "https://lymia.moe/doc/enumset/enumset/"
10 repository = "https://github.com/Lymia/enumset"
11
12 license = "MIT/Apache-2.0"
13
14 [lib]
15 proc-macro = true
16
17 [features]
18 serde = []
19
20 [dependencies]
21 darling = { version = "0.13.0", default-features = false }
22 syn = "1"
23 quote = "1"
24 proc-macro2 = "1"
25 proc-macro-crate = { version = "1.1.3", optional = true }