[dependencies.proc-macro2]
version = "1.0.21"
[dependencies.quote]
version = "1.0.7"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.41"
[features]
detailed = []
[lib]
proc-macro = true
[package]
authors = ["Marc Brinkmann <marc@casperlabs.io>"]
description = "Derive macros for the `datasize` crate"
documentation = "https://docs.rs/datasize_derive"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "datasize_derive"
repository = "https://github.com/casperlabs/datasize-rs"
version = "0.2.7"
[package.metadata.docs.rs]
all-features = true