]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Use correct budget
[rust.git] / Cargo.toml
index 1d23f9101aa3e5ab2ee7b4eefdc82a9e78ea3896..4f5eaa7f0181f2a37dd369fe1623143433e1b317 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 
 name = "rustfmt"
-version = "0.8.0"
+version = "0.8.4"
 authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
 description = "Tool to find and fix Rust formatting issues"
 repository = "https://github.com/rust-lang-nursery/rustfmt"
@@ -11,28 +11,28 @@ include = ["src/*.rs", "Cargo.toml", "build.rs", "LICENSE-*"]
 build = "build.rs"
 categories = ["development-tools"]
 
+[lib]
+doctest = false
+
 [features]
 default = ["cargo-fmt"]
 cargo-fmt = []
 
 [dependencies]
-toml = "0.2.1"
-rustc-serialize = "0.3"
+toml = "0.4"
+serde = "1.0"
+serde_derive = "1.0"
+serde_json = "1.0"
 unicode-segmentation = "1.0.0"
 regex = "0.2"
 term = "0.4"
-strings = "0.0.1"
+strings = "0.1"
 diff = "0.1"
 syntex_syntax = "0.58"
 syntex_errors = "0.58"
 log = "0.3"
 env_logger = "0.4"
 getopts = "0.2"
-itertools = "0.5.8"
-multimap = "0.3"
-
-[build-dependencies]
-walkdir = "1.0.3"
 
 [target.'cfg(unix)'.dependencies]
 libc = "0.2.11"