]> git.lizzy.rs Git - enumset.git/blobdiff - enumset_derive/Cargo.toml
Update documentation for recent changes and clean it up a little.
[enumset.git] / enumset_derive / Cargo.toml
index d005b585937c6f835e92f41f7b860d336562bb45..aeed2dc730bbec0e569eeb01cd09af23d6fbd541 100644 (file)
@@ -1,9 +1,10 @@
 [package]
 name = "enumset_derive"
-version = "0.3.2"
-authors = ["Lymia Aluysia <lymia@lymiahugs.com>"]
+version = "0.5.5"
+authors = ["Alissa Rao <lymia@lymiahugs.com>"]
+edition = "2018"
 
-description = "An internal helper crate for enumset."
+description = "An internal helper crate for enumset. Not public API."
 
 documentation = "https://lymia.moe/doc/enumset/enumset/"
 repository = "https://github.com/Lymia/enumset"
@@ -14,10 +15,10 @@ license = "MIT/Apache-2.0"
 proc-macro = true
 
 [features]
-nightly = ["proc-macro2/nightly"]
 serde = []
 
 [dependencies]
-syn = "0.15.18"
-quote = "0.6.9"
-proc-macro2 = "0.4.21"
+darling = { version = "0.13.0", default-features = false }
+syn = "1"
+quote = "1"
+proc-macro2 = "1"