darling_macro 0.2.0

Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code.
Documentation
[package]
name = "darling_macro"
version = "0.2.0"
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
repository = "https://github.com/TedDriggs/darling"
description = """
Internal support for a proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
"""
license = "MIT"

[dependencies]
quote = "0.3.15"
syn = "0.11.11"
darling_core = { version = "=0.2.0", path = "../core" }

[lib]
proc-macro = true