[badges.maintenance]
status = "actively-developed"
[dependencies.darling_core]
version = "=0.14.4"
[dependencies.darling_macro]
version = "=0.14.4"
[dev-dependencies.proc-macro2]
version = "1.0.37"
[dev-dependencies.quote]
version = "1.0.18"
[dev-dependencies.syn]
version = "1.0.91"
[features]
default = ["suggestions"]
diagnostics = ["darling_core/diagnostics"]
suggestions = ["darling_core/suggestions"]
[package]
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
description = "A proc-macro library for reading attributes into structs when\nimplementing custom derives.\n"
documentation = "https://docs.rs/darling/0.14.4"
edition = "2018"
exclude = ["/.travis.yml", "/publish.sh", "/.github/**"]
license = "MIT"
name = "darling"
readme = "README.md"
repository = "https://github.com/TedDriggs/darling"
version = "0.14.4"
[target."cfg(compiletests)".dev-dependencies.rustversion]
version = "1.0.9"
[target."cfg(compiletests)".dev-dependencies.trybuild]
version = "1.0.38"