Revision control
Copy as Markdown
Other Tools
[package]
name = "darling_macro"
version = "0.20.10"
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
description = """
Internal support for a proc-macro library for reading attributes into structs when
"""
license = "MIT"
edition = "2021"
rust-version = "1.56"
[dependencies]
quote = "1.0.18"
syn = "2.0.15"
darling_core = { version = "=0.20.10", path = "../core" }
[lib]
proc-macro = true