[go: up one dir, main page]

darling 0.20.10

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

[dependencies.darling_core]
version = "=0.20.10"

[dependencies.darling_macro]
version = "=0.20.10"

[dev-dependencies.proc-macro2]
version = "1.0.37"

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

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

[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
implementing custom derives.
"""
documentation = "https://docs.rs/darling/0.20.10"
edition = "2021"
exclude = ["/.travis.yml", "/publish.sh", "/.github/**"]
license = "MIT"
name = "darling"
readme = "README.md"
repository = "https://github.com/TedDriggs/darling"
rust-version = "1.56"
version = "0.20.10"

[target."cfg(compiletests)".dev-dependencies.rustversion]
version = "1.0.9"

[target."cfg(compiletests)".dev-dependencies.trybuild]
version = "1.0.38"