rebound-proc 0.3.0

Proc macros associated with the rebound crate
Documentation
[package]
name = "rebound-proc"
version = "0.3.0"
description = "Proc macros associated with the rebound crate"
keywords = ["reflection", "reflect", "proc-macro"]
repository = "https://github.com/CraftSpider/rebound"
documentation = "https://docs.rs/rebound-proc"
authors = ["Rune Tynan <runetynan@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
proc-macro2 = "1.0"
once_cell = "1.8"