allframe-macros 0.1.12

Procedural macros for AllFrame framework
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[dev-dependencies.trybuild]
version = "1.0"

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

[package]
authors = ["AllFrame Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Procedural macros for AllFrame framework"
edition = "2021"
keywords = ["proc-macro", "macros", "framework", "web", "allframe"]
license = "MIT OR Apache-2.0"
name = "allframe-macros"
readme = "README.md"
repository = "https://github.com/all-source-os/all-frame"
rust-version = "1.86"
version = "0.1.12"