[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "visit", "visit-mut"]
version = "2.0"
[dev-dependencies.rustversion]
version = "1"
[dev-dependencies.trybuild]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["Ashley Mannix <ashleymannix@live.com.au>", "Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
autotests = true
categories = ["development-tools", "rust-patterns"]
description = "Automatically implement traits for common smart pointers and closures"
documentation = "https://docs.rs/auto_impl/"
edition = "2021"
keywords = ["trait", "impl", "proc-macro", "closure"]
license = "MIT OR Apache-2.0"
name = "auto_impl"
readme = "README.md"
repository = "https://github.com/auto-impl-rs/auto_impl/"
rust-version = "1.56"
version = "1.2.0"