[dependencies.heck]
version = "0.4.1"
[dependencies.itertools]
version = "0.11.0"
[dependencies.proc-macro2]
version = "1.0.68"
[dependencies.quote]
version = "1.0.33"
[dependencies.syn]
features = ["full", "visit-mut"]
version = "2.0.38"
[lib]
proc-macro = true
[package]
authors = ["SOFe <sofe2038@gmail.com>"]
description = "Derive a trait and a delegating impl from an inherent impl block."
edition = "2021"
homepage = "https://github.com/SOF3/derive-trait"
license = "Apache-2.0"
name = "derive-trait"
readme = "README.md"
repository = "https://github.com/SOF3/derive-trait"
version = "0.0.4"