]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
print_diff: Don't print color codes if output is not a tty
[rust.git] / Cargo.toml
index 69ed0a108c71a708c293abeef67d7864a3c6bb07..d00f651aad1eac3b2dda37c5db53206fa43e24d1 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 
 name = "rustfmt"
-version = "0.4.0"
+version = "0.5.0"
 authors = ["Nicholas Cameron <ncameron@mozilla.com>", "Marcus Klaas <mail@marcusklaas.nl>", "The Rustfmt contributors"]
 description = "Tool to find and fix Rust formatting issues"
 repository = "https://github.com/rust-lang-nursery/rustfmt"
@@ -21,7 +21,16 @@ regex = "0.1"
 term = "0.4"
 strings = "0.0.1"
 diff = "0.1"
-syntex_syntax = "0.32"
+syntex_syntax = "0.33"
 log = "0.3"
 env_logger = "0.3"
 getopts = "0.2"
+itertools = "0.4.15"
+multimap = "0.3"
+
+[target.'cfg(unix)'.dependencies]
+libc = "0.2.11"
+
+[target.'cfg(windows)'.dependencies]
+kernel32-sys = "0.2.2"
+winapi = "0.2.7"