[package] name = "rebound-proc" version = "0.4.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 "] license = "MIT/Apache-2.0" edition = "2018" [lib] proc-macro = true [dependencies] quote = "1.0" syn = { version = "1.0", features = ["full", "extra-traits"] } proc-macro2 = "1.0"