[package]
edition = "2024"
name = "sim-macros"
version = "0.2.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macro surface for authored SIM libraries."
homepage = "https://github.com/sim-nest/sim-foundation"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-foundation"
[package.metadata.sim-recipes]
policy = "rustdoc"
reason = "The proc-macro surface is taught through compile tests and rustdoc; no recipe directory is shipped."
[lib]
name = "sim_macros"
path = "src/lib.rs"
proc-macro = true
[[test]]
name = "ui"
path = "tests/ui.rs"
[dependencies.proc-macro2]
version = "1"
features = ["span-locations"]
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = ["full"]