[dependencies.proc-macro2]
version = "1.0.101"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
features = ["full"]
version = "2.0.106"
[lib]
name = "attrimpl"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The crate provides attributes to automatically implement common traits and reduce boilerplate code."
edition = "2024"
keywords = ["macro", "traits", "boilerplate", "getter", "setter"]
license = "MIT"
name = "attrimpl"
readme = "README.md"
repository = "https://github.com/bytifex/attrimpl.git"
version = "0.2.0"
[[test]]
name = "enums"
path = "tests/enums.rs"
[[test]]
name = "named_structs"
path = "tests/named_structs.rs"
[[test]]
name = "tuple_structs"
path = "tests/tuple_structs.rs"