quick-impl 0.2.1

Quickly implement usual methods and traits for enums and structs.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "quick-impl"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quickly implement usual methods and traits for enums and structs."
homepage = "https://github.com/makcandrov/quick-impl"
documentation = "https://docs.rs/quick-impl"
readme = "README.md"
keywords = [
    "quick",
    "impl",
    "proc-macro",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/makcandrov/quick-impl"

[lib]
name = "quick_impl"
path = "src/lib.rs"
proc-macro = true

[[example]]
name = "config"
path = "examples/config.rs"

[[example]]
name = "person"
path = "examples/person.rs"

[[example]]
name = "shapes"
path = "examples/shapes.rs"

[[example]]
name = "status"
path = "examples/status.rs"

[[example]]
name = "web_event"
path = "examples/web_event.rs"

[[test]]
name = "test_enum"
path = "tests/test_enum.rs"

[[test]]
name = "test_enum_all"
path = "tests/test_enum_all.rs"

[[test]]
name = "test_struct"
path = "tests/test_struct.rs"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]