malloc_size_of_derive 0.1.1

Crate for Firefox memory reporting, not intended for external use
Documentation
[package]
name = "malloc_size_of_derive"
version = "0.1.1"
authors = ["The Servo Project Developers"]
license = "MIT/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 = "1", features = ["full"] }
synstructure = "0.12"