# 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 = "2021" name = "nagme" version = "0.2.0" authors = ["melloyawn "] description = "highly maintainable, super pedantic linting" homepage = "https://github.com/melloyawn/nagme" readme = "README.md" keywords = [ "clippy", "correctness", "linting", "pedantic", ] categories = [ "development-tools", "development-tools::testing", "no-std", "rust-patterns", ] license = "MIT" repository = "https://github.com/melloyawn/nagme" [lib] proc-macro = true