[dependencies.proc-macro2]
version = "1.0.48"
[dependencies.quote]
version = "1.0.22"
[dependencies.syn]
features = ["full"]
version = "1.0.106"
[lib]
proc-macro = true
test = false
[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)"]
categories = []
description = "scsys-derive"
edition = "2021"
homepage = "https://github.com/scattered-systems/scsys/wiki"
keywords = ["derive", "macros", "scsys"]
license = "Apache-2.0"
name = "scsys-derive"
readme = "README.md"
repository = "https://github.com/scattered-systems/scsys"
resolver = "1"
version = "0.1.37"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]