[dependencies.darling]
version = "0.20.10"
[dependencies.quote]
version = "1.0.38"
[dependencies.syn]
version = "2.0.92"
[lib]
name = "nameth_macro"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
enum_variant_names = "allow"
needless_return = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
[lints.rust]
unused = "deny"
unused_crate_dependencies = "deny"
warnings = "deny"
[package]
authors = ["Lamparo <LamparoS@Pavy.one>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Implementation details for <https://crates.io/crates/nameth>"
edition = "2021"
license = "MIT"
name = "nameth-macro"
readme = "README.md"
repository = "https://github.com/Terrazzo-Web/Terrazzo"
version = "0.1.2"