skyline_macro 0.2.1

Macros for helping power skyline-rs
Documentation
[dependencies.lazy_static]
version = "1.4"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1"

[features]
nso = []
std = []

[lib]
name = "skyline_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["jam1garner <jam1.mcleod@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Macros for helping power skyline-rs"
edition = "2018"
license = "MIT"
name = "skyline_macro"
readme = false
version = "0.2.1"