2015-04-30 02:33:13 -05:00
|
|
|
[root]
|
|
|
|
name = "rustfmt"
|
2015-12-23 08:31:54 -06:00
|
|
|
version = "0.2.1"
|
2015-04-30 02:33:13 -05:00
|
|
|
dependencies = [
|
2015-12-28 00:10:47 -06:00
|
|
|
"diff 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-12 14:38:41 -06:00
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-22 16:38:16 -05:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-07 21:19:23 -06:00
|
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.1.43 (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-12-13 13:03:58 -06:00
|
|
|
"strings 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-07 21:19:23 -06:00
|
|
|
"term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-15 22:58:20 -06:00
|
|
|
"toml 0.1.24 (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-12-07 21:19:23 -06:00
|
|
|
version = "0.4.0"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-11-12 14:38:41 -06:00
|
|
|
"memchr 0.1.7 (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"
|
2015-11-23 12:54:33 -06:00
|
|
|
version = "0.3.3"
|
2015-10-22 16:37:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-11 19:16:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2015-12-28 00:10:47 -06:00
|
|
|
version = "0.1.8"
|
2015-12-13 13:03:58 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-05-11 19:16:46 -05:00
|
|
|
|
2015-10-22 16:34:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2015-11-12 14:38:41 -06:00
|
|
|
version = "0.3.2"
|
2015-10-22 16:34:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-12-07 21:19:23 -06:00
|
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-22 16:34:05 -05:00
|
|
|
]
|
|
|
|
|
2015-10-22 16:38:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-08-30 13:47:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2015-11-12 14:38:41 -06:00
|
|
|
version = "0.2.1"
|
2015-08-30 13:47:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-11-12 14:38:41 -06:00
|
|
|
"winapi 0.2.5 (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-11-12 14:38:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.2"
|
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"
|
2015-12-07 21:19:23 -06:00
|
|
|
version = "0.3.4"
|
2015-09-14 13:17:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-12-07 21:19:23 -06:00
|
|
|
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-14 13:17:51 -05:00
|
|
|
]
|
|
|
|
|
2015-06-19 18:39:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2015-11-12 14:38:41 -06:00
|
|
|
version = "0.1.7"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-11-12 14:38:41 -06:00
|
|
|
"libc 0.2.2 (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-12-07 21:19:23 -06:00
|
|
|
version = "0.1.43"
|
2015-05-28 12:23:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-12-07 21:19:23 -06:00
|
|
|
"aho-corasick 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-12 14:38:41 -06:00
|
|
|
"memchr 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-14 13:17:51 -05:00
|
|
|
"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-12-13 13:03:58 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-09-14 13:17:51 -05:00
|
|
|
dependencies = [
|
2015-12-07 21:19:23 -06:00
|
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-14 13:17:51 -05:00
|
|
|
]
|
2015-04-30 02:33:13 -05:00
|
|
|
|
2015-10-22 16:37:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syntex_syntax"
|
2015-12-07 21:19:23 -06:00
|
|
|
version = "0.23.0"
|
2015-12-13 13:03:58 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-10-22 16:37:13 -05:00
|
|
|
dependencies = [
|
2015-11-23 12:54:33 -06:00
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-12 14:38:41 -06:00
|
|
|
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-07 21:19:23 -06:00
|
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-22 16:37:13 -05:00
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-07 21:19:23 -06:00
|
|
|
"term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-22 16:37:13 -05:00
|
|
|
"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-12-07 21:19:23 -06:00
|
|
|
version = "0.2.14"
|
2015-08-30 13:47:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-11-12 14:38:41 -06:00
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.5 (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-12-15 22:58:20 -06:00
|
|
|
version = "0.1.24"
|
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-11-12 14:38:41 -06:00
|
|
|
version = "0.2.5"
|
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"
|
|
|
|
|