2015-04-30 07:33:13 +00:00
|
|
|
[root]
|
|
|
|
name = "rustfmt"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2015-08-01 13:02:59 +00:00
|
|
|
"diff 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-19 23:39:13 +00:00
|
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-30 07:33:13 +00:00
|
|
|
"strings 0.0.1 (git+https://github.com/nrc/strings.rs.git)",
|
2015-08-01 13:02:59 +00:00
|
|
|
"toml 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-30 07:33:13 +00:00
|
|
|
]
|
|
|
|
|
2015-06-19 23:39:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2015-08-01 13:02:59 +00:00
|
|
|
version = "0.3.0"
|
2015-06-19 23:39:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-05-12 00:16:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2015-08-01 13:02:59 +00:00
|
|
|
version = "0.1.4"
|
2015-05-12 00:16:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-06-19 23:39:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-05-28 17:23:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2015-08-01 13:02:59 +00:00
|
|
|
version = "0.1.41"
|
2015-05-28 17:23:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-08-01 13:02:59 +00:00
|
|
|
"aho-corasick 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-19 23:39:13 +00:00
|
|
|
"memchr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-01 13:02:59 +00:00
|
|
|
"regex-syntax 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-28 17:23:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2015-08-01 13:02:59 +00:00
|
|
|
version = "0.2.1"
|
2015-05-28 17:23:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-23 03:28:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2015-06-19 23:39:13 +00:00
|
|
|
version = "0.3.15"
|
2015-05-23 03:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-04-30 07:33:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strings"
|
|
|
|
version = "0.0.1"
|
2015-08-01 13:02:59 +00:00
|
|
|
source = "git+https://github.com/nrc/strings.rs.git#6d748148fbe3bf2d9e5ac2ede65ac503d7491a4f"
|
2015-04-30 07:33:13 +00:00
|
|
|
|
2015-05-23 03:28:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2015-08-01 13:02:59 +00:00
|
|
|
version = "0.1.21"
|
2015-05-23 03:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-06-19 23:39:13 +00:00
|
|
|
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-23 03:28:41 +00:00
|
|
|
]
|
|
|
|
|