[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "visit-mut"]
version = "1"
[dev-dependencies.async-trait]
version = "0.1.50"
[dev-dependencies.futures]
version = "0.3.16"
[lib]
proc-macro = true
[package]
authors = ["Godfrey Chan <godfreykfc@gmail.com>", "Jakub Beránek <berykubik@gmail.com>"]
description = "Method delegation with less boilerplate"
edition = "2018"
include = ["src/*.rs", "Cargo.toml"]
license = "MIT OR Apache-2.0"
name = "delegate"
readme = "README.md"
repository = "https://github.com/kobzol/rust-delegate"
version = "0.6.1"