]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Merge pull request #695 from marcusklaas/string-rewrite-backslash
[rust.git] / Cargo.toml
1 [package]
2
3 name = "rustfmt"
4 version = "0.0.2"
5 authors = ["Nicholas Cameron <ncameron@mozilla.com>", "Marcus Klaas <mail@marcusklaas.nl>", "The Rustfmt contributors"]
6 description = "Tool to find and fix Rust formatting issues"
7 repository = "https://github.com/rust-lang-nursery/rustfmt"
8 readme = "README.md"
9 license = "Apache-2.0/MIT"
10 include = ["src/*.rs", "Cargo.toml"]
11
12 [dependencies]
13 toml = "0.1.20"
14 rustc-serialize = "0.3.14"
15 unicode-segmentation = "0.1.2"
16 regex = "0.1.41"
17 term = "0.2.11"
18 strings = { version = "0.0.1", git = "https://github.com/nrc/strings.rs.git" }
19 diff = { git = "https://github.com/utkarshkukreti/diff.rs.git" }
20 syntex_syntax = { git = "https://github.com/serde-rs/syntex" }
21 log = "0.3.2"
22 env_logger = "0.3.1"
23 getopts = "0.2"