impl-tools-lib 0.12.0

Helper macros: autoimpl
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.0"
name = "impl-tools-lib"
version = "0.12.0"
authors = ["Diggory Hardy <git@dhardy.name>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper macros: autoimpl"
documentation = "https://docs.rs/impl-tools-lib/"
readme = "README.md"
keywords = [
    "derive",
    "trait",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/kas-gui/impl-tools"

[features]
allow-trait-autoimpl-with-sized-fn-bound = []

[lib]
name = "impl_tools_lib"
path = "src/lib.rs"

[dependencies.proc-macro-error3]
version = "3.0.2"
default-features = false

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0.0"
features = [
    "extra-traits",
    "full",
    "visit",
    "visit-mut",
]

[lints.clippy]
needless_lifetimes = "allow"