[dependencies.indoc]
version = "2.0.5"
[dependencies.itertools]
version = "0.13.0"
[dependencies.proc-macro2]
version = "1.0.86"
[dependencies.quote]
version = "1.0.36"
[dependencies.syn]
features = ["extra-traits", "full", "visit-mut"]
version = "2.0.72"
[dev-dependencies.derive_more]
features = ["from"]
version = "1.0.0"
[dev-dependencies.trybuild]
version = "1.0.97"
[features]
default = []
test_smithay = []
[lib]
name = "thin_delegate"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["keno (Ken Okada) <keno.ss57@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Auto implementation of trivial delegation to inner types"
documentation = "https://docs.rs/thin_delegate"
edition = "2021"
keywords = ["proc-macro", "delegate"]
license = "MIT OR Apache-2.0"
name = "thin_delegate"
readme = "README.md"
repository = "https://github.com/kenoss/thin_delegate"
rust-version = "1.80.0"
version = "0.2.0"
[[test]]
name = "tests"
path = "tests/test.rs"