[dependencies.proc-macro2]
version = "0.4.27"
[dependencies.quote]
version = "0.6.3"
[dependencies.syn]
features = ["extra-traits"]
version = "0.15"
[lib]
proc-macro = true
[package]
authors = ["Volker Mische <volker.mische@gmail.com>"]
description = "A derive macro to free (drop) memory for structs that are used in the FFI."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "drop_struct_macro_derive"
readme = "README.md"
repository = "https://github.com/filecoin-project/rust-fil-proofs"
version = "0.4.0"