[package] name = "malloc_size_of_derive" version = "0.1.3" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0" description = "Crate for Firefox memory reporting, not intended for external use" repository = "https://github.com/bholley/malloc_size_of_derive" [lib] path = "lib.rs" proc-macro = true [dependencies] proc-macro2 = "1" syn = { version = "2", features = ["parsing"] } synstructure = "0.13"