[package] name = "clippy" version = "0.0.110" authors = [ "Manish Goregaokar ", "Andre Bogus ", "Georg Brandl ", "Martin Carton ", "Oliver Schneider " ] description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/Manishearth/rust-clippy" readme = "README.md" license = "MPL-2.0" keywords = ["clippy", "lint", "plugin"] categories = ["development-tools"] [badges] travis-ci = { repository = "Manishearth/rust-clippy" } appveyor = { repository = "Manishearth/rust-clippy" } [lib] name = "clippy" plugin = true test = false [[bin]] name = "cargo-clippy" test = false [dependencies] # begin automatic update clippy_lints = { version = "0.0.110", path = "clippy_lints" } # end automatic update [dev-dependencies] compiletest_rs = "0.2.5" lazy_static = "0.1.15" regex = "0.2" rustc-serialize = "0.3" clippy-mini-macro-test = { version = "0.1", path = "mini-macro" } serde = "0.7" [features] debugging = []