[package]
edition = "2024"
name = "strid-macros"
version = "8.0.0"
authors = ["Marcus Griep <marcus@griep.us>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation macros for the `strid` crate"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bearcove/strid"
[package.metadata."docs.rs"]
rustdoc-args = [
"--html-in-header",
"arborium-header.html",
]
[lib]
name = "strid_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.unsynn]
version = "0.3.0"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[dev-dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"