]> git.lizzy.rs Git - enumset.git/blob - enumset_derive/Cargo.toml
Update darling dep to 0.12
[enumset.git] / enumset_derive / Cargo.toml
1 [package]
2 name = "enumset_derive"
3 version = "0.5.3"
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 = "0.12.0"
22 syn = "1"
23 quote = "1"
24 proc-macro2 = "1"