[package] name = "oxygen_quark_derive" version = "0.0.2" authors = ["Hampus Avekvist "] description = "Oxygen Quark Derive is a library for deriving traits implemented in Oxygen Quark. " keywords = [ "oxygen", "maths", "derive", "game-engine" ] license = "MIT" repository = "https://github.com/Avekvist/oxygen-engine" readme = "README.md" categories = [ "game-engines", "science" ] homepage = "http://oxygen.avekvist.com/quark/" edition = "2018" [badges] travis-ci = { repository = "Avekvist/oxygen-engine", master = "branch" } maintenance = { status = "actively-developed" } [dependencies] syn = "0.15.23" quote = "0.6.10" proc-macro2 = "0.4.24" [lib] proc-macro = true