[dependencies.proc-macro2]
version = "1.0.46"
[dependencies.quote]
version = "1.0.21"
[dependencies.syn]
features = ["full"]
version = "1.0.102"
[dev-dependencies]
[lib]
proc-macro = true
test = false
[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://gitlab.com/FL03)", "Scattered-Systems (https://gitlab.com/scsys)"]
categories = []
description = "Derive macros created for scsys"
edition = "2021"
homepage = "https://gitlab.com/scsys/lib/crates/scsys"
keywords = ["derive", "proc-macros"]
license = "MIT"
name = "scsys-derive"
readme = "README.md"
repository = "https://gitlab.com/scsys/lib/crates/scsys"
resolver = "1"
version = "0.1.20"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]