[dependencies.staging_core]
version = "=0.2.0"
[dependencies.syn]
version = "2.0.106"
[lib]
name = "staging_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Ted Driggs <tdriggs@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macro for better validation"
edition = "2024"
license = "MIT"
name = "staging_macro"
readme = false
repository = "https://github.com/TedDriggs/staging"
rust-version = "1.89.0"
version = "0.2.0"