[dependencies.microscpi-common]
version = "0.6.0"
[dependencies.proc-macro-error2]
version = "2.0.1"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1.0.37"
[dependencies.syn]
features = ["full"]
version = "2.0.77"
[lib]
name = "microscpi_macros"
path = "src/lib.rs"
proc-macro = true
test = false
[package]
authors = ["Thomas Gatzweiler <mail@thomasgatzweiler.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Required macros for the microscpi library."
edition = "2024"
homepage = "https://github.com/7h0ma5/microscpi"
license = "MIT"
name = "microscpi-macros"
readme = false
repository = "https://github.com/7h0ma5/microscpi"
version = "0.6.0"