[dependencies.include_proc_macro]
version = "1.0.6"
[dependencies.proc-macro-crate]
version = "3.1.0"
[dependencies.proc-macro2]
features = []
version = "1.0.78"
[dependencies.quote]
version = "1.0.9"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.52"
[dev-dependencies]
[lib]
proc-macro = true
[package]
authors = ["orgrinrt", "Hiisi Digital"]
categories = ["rust-patterns", "value-formatting", "development-tools", "development-tools::procedural-macro-helpers"]
description = "A convenient attribute to derive `Display` implementation from another implementation. Currently supports `ToTokens`.\n"
documentation = "https://docs.rs/derive_display"
edition = "2021"
homepage = "https://github.com/orgrinrt/derive_display"
keywords = ["derive", "trait", "impl", "display", "helper"]
license = "MIT"
license-file = "LICENSE"
name = "derive_display"
readme = "README.md"
repository = "https://github.com/orgrinrt/derive_display"
version = "0.0.2"