[package] name = "jrsonnet-gc-derive" version = "0.4.1" authors = ["Manish Goregaokar ", "Nika Layzell "] description = "Garbage collector derive plugin for rust-gc" repository = "https://github.com/Manishearth/rust-gc" readme = "../README.md" license = "MPL-2.0" keywords = ["garbage", "macro", "memory"] edition = "2018" [lib] name = "jrsonnet_gc_derive" proc-macro = true [dependencies] syn = "1.0" proc-macro2 = "1.0" quote = "1.0" synstructure = "0.12"