forte-macros 0.6.0

Procedural macros for the Forte web framework
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]