tools_macros 0.3.0

Procedural macros for the tools collection system
Documentation
[package]
authors      = ["Tools-rs Team"]
description  = "Procedural macros for the tools collection system"
edition      = "2024"
license      = "MIT"
name         = "tools_macros"
repository   = "https://github.com/EggerMarc/tools-rs"
rust-version = "1.85"
version      = "0.3.0"

[lib]
proc-macro = true

[dependencies]
inventory        = "0.3.20"
proc-macro-crate = "3.3.0"
proc-macro-error = "1.0.4"
proc-macro2      = "1.0.95"
quote            = "1.0.40"
serde_json       = "1.0.140"
syn              = { version = "2.0.101", features = ["full"] }

[features]
default = []