[package] name = "parity-util-mem-derive" version = "0.1.0" authors = ["Parity Technologies "] license = "MIT" description = "Crate for memory reporting" repository = "https://github.com/paritytech/pariry-common/parity-util-mem/derive" [lib] path = "lib.rs" proc-macro = true [dependencies] proc-macro2 = "1" syn = { version = "1", features = ["full"] } synstructure = "0.12"