sim-macros 0.2.1

Proc-macro surface for authored SIM libraries.
Documentation
[package]
name = "sim-macros"
version = "0.2.1"
edition = "2024"
license = "MPL-2.0"
description = "Proc-macro surface for authored SIM libraries."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-foundation"
homepage = "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]
proc-macro = true

[dependencies]
proc-macro2 = { version = "1", features = ["span-locations"] }
quote = "1"
syn = { version = "2", features = ["full"] }