[package]
name = "clippy_lints"
version = "0.0.195"
authors = ["Manish Goregaokar <manishsmail@gmail.com>", "Andre Bogus <bogusandre@gmail.com>", "Georg Brandl <georg@python.org>", "Martin Carton <cartonmartin@gmail.com>"]
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"
[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.5.0"
[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 = []