# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) cargo-features = ["edition"] [package] name = "clippy_lints" version = "0.0.212" authors = ["Manish Goregaokar ", "Andre Bogus ", "Georg Brandl ", "Martin Carton "] description = "A bunch of helpful lints to avoid common pitfalls in Rust" readme = "README.md" keywords = ["clippy", "lint", "plugin"] license = "MPL-2.0" repository = "https://github.com/rust-lang-nursery/rust-clippy" edition = "2018" [dependencies.cargo_metadata] version = "0.5" [dependencies.if_chain] version = "0.1" [dependencies.itertools] version = "0.7" [dependencies.lazy_static] version = "1.0" [dependencies.matches] version = "0.1.2" [dependencies.pulldown-cmark] version = "0.1" [dependencies.quine-mc_cluskey] version = "0.2.2" [dependencies.regex-syntax] version = "0.6" [dependencies.semver] version = "0.9.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.4" [dependencies.unicode-normalization] version = "0.1" [dependencies.url] version = "1.7.0" [features] debugging = []