]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Remove * dep
[rust.git] / Cargo.toml
index 7240341dcab8281ce8362707eea75679fa8ae7bd..4bae9f5aa2244f1dd3a0f5acabbd83a09e70c561 100644 (file)
@@ -1,9 +1,10 @@
 [package]
 name = "clippy"
-version = "0.0.5"
+version = "0.0.33"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
-       "Andre Bogus <bogusandre@gmail.com>"
+       "Andre Bogus <bogusandre@gmail.com>",
+       "Georg Brandl <georg@python.org>"
 ]
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
 repository = "https://github.com/Manishearth/rust-clippy"
@@ -15,8 +16,17 @@ keywords = ["clippy", "lint", "plugin"]
 name = "clippy"
 plugin = true
 
+[dependencies]
+unicode-normalization = "0.1"
+
 [dev-dependencies]
-compiletest_rs = "*"
+compiletest_rs = "0.0.11"
 regex = "*"
 regex_macros = "*"
 lazy_static = "*"
+rustc-serialize = "0.3"
+
+[features]
+
+structured_logging = []
+debugging = []