[package]
edition = "2021"
rust-version = "1.89"
name = "appam_macros"
version = "0.1.1"
authors = ["Winfunc Research"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the high-throughput Appam Rust agent framework"
homepage = "https://github.com/winfunc/appam"
documentation = "https://docs.rs/appam_macros"
readme = false
license = "MIT"
repository = "https://github.com/winfunc/appam"
[lib]
name = "appam_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.schemars]
version = "0.8.22"
[dependencies.serde_json]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = [
"full",
"extra-traits",
]