[package]
edition = "2024"
name = "microkit-macros"
version = "0.34.0"
authors = ["Matthew Wilding <mbwilding@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MicroKit macros for creating a service"
readme = "README.md"
keywords = ["microservice"]
license-file = "LICENSE"
repository = "https://github.com/mbwilding/microkit"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "microkit_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = [
"full",
"visit",
]