[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
bench = false
doc = true
doctest = false
name = "scsys_derive"
path = "src/lib.rs"
proc-macro = true
test = false
[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://github.com/FL03)", "Scattered-Systems <support@scsys.io> (https://github.com/scattered-systems)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = []
description = "useful derive macros for the scsys ecosystem"
edition = "2024"
homepage = "https://github.com/scattered-systems/scsys/wiki"
keywords = ["primitives", "scsys", "toolkit", "utilities"]
license = "Apache-2.0"
name = "scsys-derive"
readme = "README.md"
repository = "https://github.com/scattered-systems/scsys.git"
rust-version = "1.85.0"
version = "0.2.5"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
[[test]]
name = "variants"
path = "tests/variants.rs"