[dependencies.convert_case]
version = "0.6"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
proc-macro = true
[package]
description = "A Rust procedural macro auto-generating common methods on enums ans structures."
documentation = "https://docs.rs/quick-impl"
edition = "2021"
homepage = "https://github.com/makcandrov/quick-impl"
keywords = ["quick", "impl", "derive"]
license = "MIT OR Apache-2.0"
name = "quick-impl"
readme = "README.md"
repository = "https://github.com/makcandrov/quick-impl"
version = "0.1.0"