attribute-derive 0.3.1

Clap for proc macro attributes
Documentation
[dependencies.attribute-derive-macro]
version = "0.3.1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1.0.18"

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

[lib]

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