attribute-derive 0.3.1

Clap for proc macro attributes
Documentation
[package]
categories = ["rust-patterns", "development-tools::procedural-macro-helpers", "parsing"]
description = "Clap for proc macro attributes"
documentation = "https://docs.rs/attribute-derive"
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["derive", "macro"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ModProg/attribute-derive"
name = "attribute-derive"
version = "0.3.1"
edition = "2021"

[lib]

[dependencies]
proc-macro2 = "1"
quote = "1.0.18"
syn = { version = "1", features = ["full"] }

[dependencies.attribute-derive-macro]
version = "0.3.1"
path = "macro"

[workspace]
members = ["macro"]

[dev-dependencies.syn]
version = "1"
features = ["full"]