[dependencies.prettyplease]
version = "0"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
proc-macro = true
[package]
authors = ["romnn <contact@romnn.com>"]
categories = ["rust-patterns"]
description = "Macro to derive the implementation of Trait for Box<T: Trait>"
documentation = "https://docs.rs/box-dyn"
edition = "2021"
exclude = []
homepage = "https://github.com/romnn/box-dyn"
keywords = ["box", "trait", "forwarding", "macro"]
license-file = "LICENSE"
name = "box-dyn"
publish = true
readme = "README.md"
repository = "https://github.com/romnn/box-dyn"
version = "0.0.8"