darling 0.13.4

A proc-macro library for reading attributes into structs when implementing custom derives.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.darling_core]
version = "=0.13.4"

[dependencies.darling_macro]
version = "=0.13.4"
[dev-dependencies.proc-macro2]
version = "1.0.26"

[dev-dependencies.quote]
version = "1.0.9"

[dev-dependencies.syn]
version = "1.0.69"

[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.13.4"
edition = "2018"
exclude = ["/.travis.yml", "/publish.sh", "/.github/**"]
license = "MIT"
name = "darling"
readme = "README.md"
repository = "https://github.com/TedDriggs/darling"
version = "0.13.4"