[package] name = "eko-gc-derive" version = "0.0.2" edition = "2018" authors = ["Charles Samborski ", "Ravern Koh "] description = "Scoped garbage collector" repository = "https://github.com/eko-lang/eko-gc" readme = "../README.md" license = "AGPL-3.0" [lib] proc-macro = true [dependencies] proc-macro2 = "^0.2.3" quote = "^0.4.2" syn = "^0.12.14" synstructure = "^0.7.0"