[package]
name = "clippy"
version = "0.0.192"
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>"]
build = "build.rs"
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/rust-lang-nursery/rust-clippy"
[lib]
name = "clippy"
test = false
plugin = true
[[bin]]
name = "cargo-clippy"
path = "src/main.rs"
test = false
[[bin]]
name = "clippy-driver"
path = "src/driver.rs"
test = false
[dependencies.clippy_lints]
version = "0.0.192"
[dependencies.regex]
version = "0.2"
[dependencies.semver]
version = "0.9"
[dev-dependencies.cargo_metadata]
version = "0.5"
[dev-dependencies.clippy-mini-macro-test]
version = "0.2"
[dev-dependencies.compiletest_rs]
version = "0.3.7"
[dev-dependencies.derive-new]
version = "0.5"
[dev-dependencies.lazy_static]
version = "1.0"
[dev-dependencies.serde]
version = "1.0"
[dev-dependencies.serde_derive]
version = "1.0"
[features]
debugging = []
[badges.appveyor]
repository = "rust-lang-nursery/rust-clippy"
[badges.travis-ci]
repository = "rust-lang-nursery/rust-clippy"