[package]
edition = "2021"
name = "dynamic-proxy-macros"
version = "1.0.0"
authors = ["Kamyar Inanloo <kamyar1979@gmail.com"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamic Proxy Implementation for Rust - Macros"
homepage = "https://github.com/kamyar1979/rust-dyn-proxy"
readme = false
license = "Apache-2.0"
repository = "https://github.com/kamyar1979/rust-dyn-proxy"
[lib]
name = "dynamic_proxy_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.quote]
version = "1.0.36"
[dependencies.syn]
version = "2.0.60"
features = [
"full",
"fold",
]