[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.rand]
features = []
version = "0.8"
[dependencies.syn]
features = ["full"]
version = "2"
[features]
default = []
full = ["gen"]
gen = []
[lib]
crate-type = ["cdylib", "rlib"]
test = true
[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)"]
categories = []
description = "scsys-macros"
edition = "2021"
homepage = "https://github.com/scattered-systems/scsys/wiki"
keywords = []
license = "Apache-2.0"
name = "scsys-macros"
readme = "README.md"
repository = "https://github.com/scattered-systems/scsys"
version = "0.2.0-alpha"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
[target.wasm32-unknown-unknown.dependencies.getrandom]
features = ["js"]
version = "0.2"
[target.wasm32-wasi]