[dependencies.async-trait]
version = "0.1"
[dependencies.proc-macro2]
version = "1.0.66"
[dependencies.quote]
version = "1.0.8"
[dependencies.syn]
features = ["full", "fold"]
version = "1.0.57"
[dependencies.tokio]
features = ["full"]
version = "1.13.0"
[lib]
path = "src/lib.rs"
proc-macro = true
[package]
description = "Easy way to duplicate a new function with self: Box<Self> signature"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "box-self"
readme = "README.md"
repository = "https://github.com/hoyunliu/box-self/"
version = "0.1.5"