[dependencies.proc-macro2]
version = "1.0.101"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
features = ["full"]
version = "2.0.106"
[lib]
name = "mkutils_macros"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
all = "deny"
cargo = "deny"
nursery = "deny"
pedantic = "deny"
[lints.clippy.future_not_send]
level = "allow"
priority = 1
[lints.clippy.missing_errors_doc]
level = "allow"
priority = 1
[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1
[lints.clippy.option_if_let_else]
level = "allow"
priority = 1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Utility methods, traits, and types."
edition = "2024"
keywords = ["utilities"]
license = "Apache-2.0"
name = "mkutils-macros"
readme = "README.md"
repository = "https://github.com/mkxl/mkutils-rs"
version = "0.1.0"