[package]
edition = "2024"
name = "sunweb_macros"
version = "0.4.0"
authors = ["Sunnickel"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the SunWeb framework."
homepage = "https://github.com/Sunnickel/SunWeb"
readme = false
license = "MIT"
repository = "https://github.com/Sunnickel/SunWeb"
resolver = "2"
[features]
templating = ["dep:sunweb_templating"]
[lib]
name = "sunweb_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.sunweb_templating]
version = "0.4.0"
optional = true
[dependencies.syn]
version = "2"
features = ["full"]