]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Use span_lint_and_sugg
[rust.git] / Cargo.toml
index 0b1d7fd8671b651bed7f361d2f189915cd681bcb..ddc2cba823b5c2c943aa91a61c61c720fcee709b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.104"
+version = "0.0.140"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -13,6 +13,12 @@ repository = "https://github.com/Manishearth/rust-clippy"
 readme = "README.md"
 license = "MPL-2.0"
 keywords = ["clippy", "lint", "plugin"]
+categories = ["development-tools", "development-tools::cargo-plugins"]
+workspace = "clippy_tests"
+
+[badges]
+travis-ci = { repository = "Manishearth/rust-clippy" }
+appveyor = { repository = "Manishearth/rust-clippy" }
 
 [lib]
 name = "clippy"
@@ -25,17 +31,18 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.104", path = "clippy_lints" }
+clippy_lints = { version = "0.0.140", path = "clippy_lints" }
 # end automatic update
+cargo_metadata = "0.2"
 
 [dev-dependencies]
-compiletest_rs = "0.2.5"
-lazy_static = "0.1.15"
-regex = "0.1.71"
-rustc-serialize = "0.3"
+compiletest_rs = "0.2.6"
+duct = "0.8.2"
+lazy_static = "0.2"
+regex = "0.2"
+serde_derive = "1.0"
 clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
-serde = "0.7"
-
+serde = "1.0"
 
 [features]
 debugging = []