scsys-derive 0.2.3

scsys-derive implements a host of useful procedural macros for use throughout the ecosystem
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2"

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[lib]
bench = false
doctest = false
name = "scsys_derive"
path = "src/lib.rs"
proc-macro = true
test = false

[package]
authors = ["FL03 <jo3mccain@icloud.com>", "Scattered-Systems <jo3mccain@scattered-systems.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = []
description = "scsys-derive implements a host of useful procedural macros for use throughout the ecosystem"
edition = "2021"
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"
version = "0.2.3"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]

[target.wasm32-unknown-unknown]

[target.wasm32-wasi]

[[test]]
name = "display"
path = "tests/display.rs"