[package]
edition = "2024"
name = "forte-macros"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the Forte web framework"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/NamseEnt/fn0"
[lib]
name = "forte_macros"
path = "src/lib.rs"
proc-macro = true
[[test]]
name = "int_padding_test"
path = "tests/int_padding_test.rs"
[dependencies.proc-macro2]
version = "=1.0.105"
[dependencies.quote]
version = "=1.0.45"
[dependencies.syn]
version = "=2.0.113"
features = ["full"]