[package] name = "nagme" description = "highly maintainable, super pedantic linting" authors = ["melloyawn "] version = "0.2.0" edition = "2021" license = "MIT" homepage = "https://github.com/melloyawn/nagme" repository = "https://github.com/melloyawn/nagme" categories = [ "development-tools", "development-tools::testing", "no-std", "rust-patterns", ] keywords = [ "clippy", "correctness", "linting", "pedantic", ] [lib] proc-macro = true