[package]
name = "clippy_lints"
version = "0.0.135"
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/Manishearth/rust-clippy"
[dependencies]
lazy_static = "0.2.8"
unicode-normalization = "0.1"
matches = "0.1.2"
regex-syntax = "0.4.0"
semver = "0.6.0"
quine-mc_cluskey = "0.2.2"
serde_derive = "1.0"
toml = "0.4"
serde = "1.0"
[features]
debugging = []