macro_rules_attr 0.2.0

Use declarative macros as proc_macro attributes. (`#[apply]` / `#[extend]` your `macro_rules!`)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "macro_rules_attr"
version = "0.2.0"
authors = ["PRO-2684"]
build = false
include = [
    "/src",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use declarative macros as proc_macro attributes. (`#[apply]` / `#[extend]` your `macro_rules!`)"
readme = "README.md"
keywords = [
    "macro",
    "attribute",
    "decorator",
    "macro_rules",
    "proc-macro",
]
categories = [
    "rust-patterns",
    "development-tools::procedural-macro-helpers",
    "no-std",
]
license = "MIT"
repository = "https://github.com/PRO-2684/Candy-Pile"
resolver = "2"

[features]
default = []

[lib]
name = "macro_rules_attr"
path = "src/lib.rs"
proc-macro = true

[dependencies.log]
version = "0.4.32"
optional = true

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.should_match]
version = "0.1.1"