2015-04-30 02:33:13 -05:00
|
|
|
[root]
|
|
|
|
name = "rustfmt"
|
2016-11-19 15:37:34 -06:00
|
|
|
version = "0.6.3"
|
2015-04-30 02:33:13 -05:00
|
|
|
dependencies = [
|
2016-02-26 13:28:31 -06:00
|
|
|
"diff 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 22:19:18 -05:00
|
|
|
"env_logger 0.3.5 (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)",
|
2016-09-15 22:19:18 -05:00
|
|
|
"itertools 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-31 08:15:33 -05:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-23 13:13:00 -06:00
|
|
|
"libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-07 22:51:06 -05:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 07:17:20 -05:00
|
|
|
"multimap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-20 13:37:35 -06:00
|
|
|
"regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-23 13:13:00 -06:00
|
|
|
"rustc-serialize 0.3.22 (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)",
|
2016-12-23 13:13:00 -06:00
|
|
|
"syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-07 22:51:06 -05:00
|
|
|
"term 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 17:39:28 -05:00
|
|
|
"toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-23 13:13:00 -06:00
|
|
|
"unicode-segmentation 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-06 18:58:18 -05:00
|
|
|
"walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-10 16:53:58 -05:00
|
|
|
"winapi 0.2.8 (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"
|
2016-09-15 22:19:18 -05:00
|
|
|
version = "0.5.3"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-07 22:51:06 -05:00
|
|
|
"memchr 0.1.11 (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"
|
2016-10-06 18:58:18 -05:00
|
|
|
version = "0.7.0"
|
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"
|
2016-02-26 13:28:31 -06:00
|
|
|
version = "0.1.9"
|
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"
|
2016-09-15 22:19:18 -05:00
|
|
|
version = "0.3.5"
|
2015-10-22 16:34:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-07 22:51:06 -05:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-20 13:37:35 -06:00
|
|
|
"regex 0.1.80 (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"
|
|
|
|
|
2016-05-27 17:58:25 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2016-09-15 22:19:18 -05:00
|
|
|
version = "0.4.19"
|
2016-05-27 17:58:25 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-08-30 13:47:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2016-05-26 17:39:28 -05:00
|
|
|
version = "0.2.2"
|
2015-08-30 13:47:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-10 16:53:58 -05:00
|
|
|
"winapi 0.2.8 (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"
|
2016-12-23 13:13:00 -06:00
|
|
|
version = "0.2.18"
|
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"
|
2016-04-07 22:51:06 -05:00
|
|
|
version = "0.3.6"
|
2015-09-14 13:17:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-06-19 18:39:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2016-04-07 22:51:06 -05:00
|
|
|
version = "0.1.11"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-23 13:13:00 -06:00
|
|
|
"libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-19 18:39:13 -05:00
|
|
|
]
|
|
|
|
|
2016-05-26 07:17:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-28 12:23:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2016-11-20 13:37:35 -06:00
|
|
|
version = "0.1.80"
|
2015-05-28 12:23:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-15 22:19:18 -05:00
|
|
|
"aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-07 22:51:06 -05:00
|
|
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-20 13:37:35 -06:00
|
|
|
"regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-06 18:58:18 -05:00
|
|
|
"thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-26 13:28:31 -06:00
|
|
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-28 12:23:07 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2016-11-20 13:37:35 -06:00
|
|
|
version = "0.3.9"
|
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"
|
2016-12-23 13:13:00 -06:00
|
|
|
version = "0.3.22"
|
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 = [
|
2016-04-07 22:51:06 -05:00
|
|
|
"log 0.3.6 (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]]
|
2016-09-15 22:19:18 -05:00
|
|
|
name = "syntex_errors"
|
2016-12-23 13:13:00 -06:00
|
|
|
version = "0.52.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 = [
|
2016-12-23 13:13:00 -06:00
|
|
|
"libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-07 22:51:06 -05:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-23 13:13:00 -06:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 22:19:18 -05:00
|
|
|
"term 0.4.4 (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]]
|
2016-09-15 22:19:18 -05:00
|
|
|
name = "syntex_pos"
|
2016-12-23 13:13:00 -06:00
|
|
|
version = "0.52.0"
|
2015-08-30 13:47:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-23 13:13:00 -06:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 22:19:18 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_syntax"
|
2016-12-23 13:13:00 -06:00
|
|
|
version = "0.52.0"
|
2016-09-15 22:19:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-10-06 18:58:18 -05:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-23 13:13:00 -06:00
|
|
|
"libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 22:19:18 -05:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-23 13:13:00 -06:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-15 22:19:18 -05:00
|
|
|
"term 0.4.4 (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
|
|
|
]
|
|
|
|
|
2016-04-07 22:51:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-26 17:39:28 -05:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-10 16:53:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 17:39:28 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-23 13:13:00 -06:00
|
|
|
"libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 17:39:28 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2016-10-06 18:58:18 -05:00
|
|
|
version = "0.2.7"
|
2016-05-26 17:39:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-07 22:51:06 -05:00
|
|
|
]
|
|
|
|
|
2015-05-22 22:28:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2016-05-26 17:39:28 -05:00
|
|
|
version = "0.1.30"
|
2015-05-22 22:28:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-23 13:13:00 -06:00
|
|
|
"rustc-serialize 0.3.22 (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"
|
2016-12-23 13:13:00 -06:00
|
|
|
version = "0.1.3"
|
2015-09-03 22:38:12 -05:00
|
|
|
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"
|
|
|
|
|
2016-02-26 13:28:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-06-12 03:38:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2016-10-06 18:58:18 -05:00
|
|
|
version = "0.1.8"
|
2016-06-12 03:38:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-10 16:53:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-12 03:38:03 -05:00
|
|
|
]
|
|
|
|
|
2015-08-30 13:47:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2016-08-10 16:53:58 -05:00
|
|
|
version = "0.2.8"
|
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"
|
|
|
|
|
2016-08-10 16:53:58 -05:00
|
|
|
[metadata]
|
2016-09-15 22:19:18 -05:00
|
|
|
"checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
|
2016-10-06 18:58:18 -05:00
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum diff 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e48977eec6d3b7707462c2dc2e1363ad91b5dd822cf942537ccdc2085dc87587"
|
2016-09-15 22:19:18 -05:00
|
|
|
"checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
|
2016-09-15 22:19:18 -05:00
|
|
|
"checksum itertools 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "c4a9b56eb56058f43dc66e58f40a214b2ccbc9f3df51861b63d51dec7b65bc3f"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2016-12-23 13:13:00 -06:00
|
|
|
"checksum libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a51822fc847e7a8101514d1d44e354ba2ffa7d4c194dcab48870740e327cac70"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054"
|
|
|
|
"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
|
|
|
|
"checksum multimap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9223f4774d08e06185e44e555b9a7561243d387bac49c78a6205c42d6975fbf2"
|
2016-11-20 13:37:35 -06:00
|
|
|
"checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f"
|
|
|
|
"checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
|
2016-12-23 13:13:00 -06:00
|
|
|
"checksum rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "237546c689f20bb44980270c73c3b9edd0891c1be49cc1274406134a66d3957b"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum strings 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "54f86446ab480b4f60782188f4f78886465c5793aee248cbb48b7fdc0d022420"
|
2016-12-23 13:13:00 -06:00
|
|
|
"checksum syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e52bffe6202cfb67587784cf23e0ec5bf26d331eef4922a16d5c42e12aa1e9b"
|
|
|
|
"checksum syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "955ef4b16af4c468e4680d1497f873ff288f557d338180649e18f915af5e15ac"
|
|
|
|
"checksum syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76a302e717e348aa372ff577791c3832395650073b8d8432f8b3cb170b34afde"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum term 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3deff8a2b3b6607d6d7cc32ac25c0b33709453ca9cceac006caac51e963cf94a"
|
|
|
|
"checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
|
2016-10-06 18:58:18 -05:00
|
|
|
"checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
|
2016-12-23 13:13:00 -06:00
|
|
|
"checksum unicode-segmentation 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c3bc443ded17b11305ffffe6b37e2076f328a5a8cb6aa877b1b98f77699e98b5"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb"
|
|
|
|
"checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
|
2016-10-06 18:58:18 -05:00
|
|
|
"checksum walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|