[package]
name = "clippy"
version = "0.0.149"
authors = ["Manish Goregaokar <manishsmail@gmail.com>", "Andre Bogus <bogusandre@gmail.com>", "Georg Brandl <georg@python.org>", "Martin Carton <cartonmartin@gmail.com>", "Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"]
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
readme = "README.md"
keywords = ["clippy", "lint", "plugin"]
categories = ["development-tools", "development-tools::cargo-plugins"]
license = "MPL-2.0"
repository = "https://github.com/Manishearth/rust-clippy"
[lib]
name = "clippy"
test = false
plugin = true
[[bin]]
name = "cargo-clippy"
path = "src/main.rs"
test = false
[dependencies.clippy_lints]
version = "0.0.149"
[dependencies.cargo_metadata]
version = "0.2"
[dev-dependencies.regex]
version = "0.2"
[dev-dependencies.compiletest_rs]
version = "0.2.7"
[dev-dependencies.lazy_static]
version = "0.2"
[dev-dependencies.serde_derive]
version = "1.0"
[dev-dependencies.duct]
version = "0.8.2"
[dev-dependencies.clippy-mini-macro-test]
version = "0.1"
[dev-dependencies.serde]
version = "1.0"
[features]
debugging = []
[badges.appveyor]
repository = "Manishearth/rust-clippy"
[badges.travis-ci]
repository = "Manishearth/rust-clippy"