2015-04-30 02:33:13 -05:00
|
|
|
[root]
|
|
|
|
name = "rustfmt"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2015-10-06 15:13:14 -05:00
|
|
|
"diff 0.1.7 (git+https://github.com/utkarshkukreti/diff.rs.git)",
|
2015-10-22 16:34:05 -05:00
|
|
|
"env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-01 08:02:59 -05:00
|
|
|
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-14 13:17:51 -05:00
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-30 02:33:13 -05:00
|
|
|
"strings 0.0.1 (git+https://github.com/nrc/strings.rs.git)",
|
2015-10-22 16:37:13 -05:00
|
|
|
"syntex_syntax 0.18.0 (git+https://github.com/serde-rs/syntex)",
|
2015-10-06 15:13:14 -05:00
|
|
|
"term 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-19 14:41:47 -05:00
|
|
|
"toml 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-03 22:38:12 -05:00
|
|
|
"unicode-segmentation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-30 02:33:13 -05:00
|
|
|
]
|
|
|
|
|
2015-06-19 18:39:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2015-09-14 13:17:51 -05:00
|
|
|
version = "0.3.2"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-09-14 13:17:51 -05:00
|
|
|
"memchr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-19 18:39:13 -05:00
|
|
|
]
|
|
|
|
|
2015-10-22 16:37:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-11 19:16:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2015-10-06 15:13:14 -05:00
|
|
|
version = "0.1.7"
|
|
|
|
source = "git+https://github.com/utkarshkukreti/diff.rs.git#6edb9454bf4127087aced0fe07ab3ea6894083cb"
|
2015-05-11 19:16:46 -05:00
|
|
|
|
2015-10-22 16:34:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-08-30 13:47:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-10-06 15:13:14 -05:00
|
|
|
"winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-30 13:47:46 -05:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-06-19 18:39:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2015-09-14 13:17:51 -05:00
|
|
|
version = "0.1.10"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-09-14 13:17:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-06-19 18:39:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2015-09-14 13:17:51 -05:00
|
|
|
version = "0.1.6"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-09-14 13:17:51 -05:00
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-19 18:39:13 -05:00
|
|
|
]
|
|
|
|
|
2015-05-28 12:23:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2015-08-01 08:02:59 -05:00
|
|
|
version = "0.1.41"
|
2015-05-28 12:23:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-09-14 13:17:51 -05:00
|
|
|
"aho-corasick 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-28 12:23:07 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2015-09-14 13:17:51 -05:00
|
|
|
version = "0.2.2"
|
2015-05-28 12:23:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-22 22:28:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2015-09-14 13:17:51 -05:00
|
|
|
version = "0.3.16"
|
2015-05-22 22:28:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-04-30 02:33:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strings"
|
|
|
|
version = "0.0.1"
|
2015-09-14 13:17:51 -05:00
|
|
|
source = "git+https://github.com/nrc/strings.rs.git#78ba5d802102e4f46f03c5eb835a53106a4d35f7"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2015-04-30 02:33:13 -05:00
|
|
|
|
2015-10-22 16:37:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syntex_syntax"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "git+https://github.com/serde-rs/syntex#176ca5d8add606fac8d503b10c89ddb82f02d92b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-08-30 13:47:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2015-10-06 15:13:14 -05:00
|
|
|
version = "0.2.12"
|
2015-08-30 13:47:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-06 15:13:14 -05:00
|
|
|
"winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-30 13:47:46 -05:00
|
|
|
]
|
|
|
|
|
2015-05-22 22:28:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2015-10-19 14:41:47 -05:00
|
|
|
version = "0.1.23"
|
2015-05-22 22:28:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-09-14 13:17:51 -05:00
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-22 22:28:41 -05:00
|
|
|
]
|
|
|
|
|
2015-09-03 22:38:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-10-22 16:37:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-08-30 13:47:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2015-10-06 15:13:14 -05:00
|
|
|
version = "0.2.4"
|
2015-08-30 13:47:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|