2015-04-30 07:33:13 +00:00
|
|
|
[root]
|
|
|
|
name = "rustfmt"
|
2016-03-30 02:19:46 +00:00
|
|
|
version = "0.4.0"
|
2015-04-30 07:33:13 +00:00
|
|
|
dependencies = [
|
2016-02-26 19:28:31 +00:00
|
|
|
"diff 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-12 20:38:41 +00:00
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-22 21:38:16 +00:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-26 19:28:31 +00:00
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-29 21:46:55 +00:00
|
|
|
"regex 0.1.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-26 19:28:31 +00:00
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-13 19:03:58 +00:00
|
|
|
"strings 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-29 04:04:44 +00:00
|
|
|
"syntex_syntax 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-08 03:19:23 +00:00
|
|
|
"term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-14 05:19:57 +00:00
|
|
|
"toml 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-04 03:38:12 +00:00
|
|
|
"unicode-segmentation 0.1.2 (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"
|
2016-02-26 19:28:31 +00:00
|
|
|
version = "0.5.1"
|
2015-06-19 23:39:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-26 19:28:31 +00:00
|
|
|
"memchr 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-19 23:39:13 +00:00
|
|
|
]
|
|
|
|
|
2015-10-22 21:37:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2016-03-29 04:04:44 +00:00
|
|
|
version = "0.5.0"
|
2015-10-22 21:37:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-12 00:16:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2016-02-26 19:28:31 +00:00
|
|
|
version = "0.1.9"
|
2015-12-13 19:03:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-05-12 00:16:46 +00:00
|
|
|
|
2015-10-22 21:34:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2015-11-12 20:38:41 +00:00
|
|
|
version = "0.3.2"
|
2015-10-22 21:34:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-26 19:28:31 +00:00
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-29 21:46:55 +00:00
|
|
|
"regex 0.1.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-22 21:34:05 +00:00
|
|
|
]
|
|
|
|
|
2015-10-22 21:38:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-08-30 18:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2015-11-12 20:38:41 +00:00
|
|
|
version = "0.2.1"
|
2015-08-30 18:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-03-27 11:07:28 +00:00
|
|
|
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-30 18:47:46 +00:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-11-12 20:38:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2016-03-14 05:19:57 +00:00
|
|
|
version = "0.2.8"
|
2015-06-19 23:39:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-09-14 18:17:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2016-02-26 19:28:31 +00:00
|
|
|
version = "0.3.5"
|
2015-09-14 18:17:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-03-14 05:19:57 +00:00
|
|
|
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-14 18:17:51 +00:00
|
|
|
]
|
|
|
|
|
2015-06-19 23:39:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2016-02-26 19:28:31 +00:00
|
|
|
version = "0.1.10"
|
2015-06-19 23:39:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-03-14 05:19:57 +00:00
|
|
|
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-19 23:39:13 +00:00
|
|
|
]
|
|
|
|
|
2016-03-29 21:46:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mempool"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-28 17:23:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2016-03-29 21:46:55 +00:00
|
|
|
version = "0.1.60"
|
2015-05-28 17:23:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-26 19:28:31 +00:00
|
|
|
"aho-corasick 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-29 21:46:55 +00:00
|
|
|
"mempool 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-26 19:28:31 +00:00
|
|
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-28 17:23:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2016-03-29 21:46:55 +00:00
|
|
|
version = "0.3.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"
|
2016-02-26 19:28:31 +00:00
|
|
|
version = "0.3.18"
|
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-12-13 19:03:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-09-14 18:17:51 +00:00
|
|
|
dependencies = [
|
2016-02-26 19:28:31 +00:00
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-14 18:17:51 +00:00
|
|
|
]
|
2015-04-30 07:33:13 +00:00
|
|
|
|
2015-10-22 21:37:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syntex_syntax"
|
2016-03-29 04:04:44 +00:00
|
|
|
version = "0.30.0"
|
2015-12-13 19:03:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-10-22 21:37:13 +00:00
|
|
|
dependencies = [
|
2016-03-29 04:04:44 +00:00
|
|
|
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-14 05:19:57 +00:00
|
|
|
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-26 19:28:31 +00:00
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-08 03:19:23 +00:00
|
|
|
"term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-22 21:37:13 +00:00
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-08-30 18:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2015-12-08 03:19:23 +00:00
|
|
|
version = "0.2.14"
|
2015-08-30 18:47:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-11-12 20:38:41 +00:00
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-27 11:07:28 +00:00
|
|
|
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-30 18:47:46 +00:00
|
|
|
]
|
|
|
|
|
2015-05-23 03:28:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2016-03-14 05:19:57 +00:00
|
|
|
version = "0.1.28"
|
2015-05-23 03:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-26 19:28:31 +00:00
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-23 03:28:41 +00:00
|
|
|
]
|
|
|
|
|
2015-09-04 03:38:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-10-22 21:37:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-26 19:28:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-08-30 18:47:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2016-03-27 11:07:28 +00:00
|
|
|
version = "0.2.6"
|
2015-08-30 18:47:46 +00: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"
|
|
|
|
|