Bug 1825052 [wpt PR 39246] - Update wpt metadata, a=testonly
[gecko.git] / third_party / rust / malloc_size_of_derive / Cargo.toml
blob363d44c853b11b4800e6f3611e2146ecb36b38e4
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
13 [package]
14 name = "malloc_size_of_derive"
15 version = "0.1.2"
16 authors = ["The Servo Project Developers"]
17 description = "Crate for Firefox memory reporting, not intended for external use"
18 license = "MIT/Apache-2.0"
19 repository = "https://github.com/bholley/malloc_size_of_derive"
21 [lib]
22 path = "lib.rs"
23 proc-macro = true
24 [dependencies.proc-macro2]
25 version = "1"
27 [dependencies.syn]
28 version = "1"
29 features = ["full"]
31 [dependencies.synstructure]
32 version = "0.12"