2015-04-30 09:33:13 +02:00
|
|
|
[root]
|
2017-06-14 03:57:31 +02:00
|
|
|
name = "rustfmt-nightly"
|
|
|
|
version = "0.1.0"
|
2015-04-30 09:33:13 +02:00
|
|
|
dependencies = [
|
2017-03-07 22:18:10 +01:00
|
|
|
"diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 06:54:22 +02:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-22 23:38:16 +02:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-31 15:15:33 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-25 05:59:06 +02:00
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 06:54:22 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-25 05:59:06 +02:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 06:54:22 +02:00
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-10 00:38:35 +02:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-17 21:59:09 +02:00
|
|
|
"strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-07 22:18:10 +01:00
|
|
|
"term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-17 21:59:09 +02:00
|
|
|
"toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-10 23:53:58 +02:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-30 09:33:13 +02:00
|
|
|
]
|
|
|
|
|
2015-06-20 01:39:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2017-03-28 00:27:00 +02:00
|
|
|
version = "0.6.3"
|
2015-06-20 01:39:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-02 03:03:32 +01:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-20 01:39:13 +02:00
|
|
|
]
|
|
|
|
|
2015-05-12 02:16:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2017-03-07 22:18:10 +01:00
|
|
|
version = "0.1.10"
|
2015-12-13 20:03:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-05-12 02:16:46 +02:00
|
|
|
|
2017-05-03 10:23:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-10-22 23:34:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2017-06-06 06:54:22 +02:00
|
|
|
version = "0.4.3"
|
2015-10-22 23:34:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-06 06:54:22 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-25 05:59:06 +02:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-22 23:34:05 +02:00
|
|
|
]
|
|
|
|
|
2015-10-22 23:38:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-03 10:23:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-08-30 20:47:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2016-05-27 00:39:28 +02:00
|
|
|
version = "0.2.2"
|
2015-08-30 20:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-10 23:53:58 +02:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-30 20:47:46 +02:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-11-12 21:38:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2017-05-25 05:59:06 +02:00
|
|
|
version = "0.2.23"
|
2015-06-20 01:39:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-09-14 20:17:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2017-06-06 06:54:22 +02:00
|
|
|
version = "0.3.8"
|
2015-09-14 20:17:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-06-20 01:39:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2017-03-02 03:03:32 +01:00
|
|
|
version = "1.0.1"
|
2015-06-20 01:39:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-25 05:59:06 +02:00
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-20 01:39:13 +02:00
|
|
|
]
|
|
|
|
|
2017-05-03 10:23:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2017-06-12 05:44:56 +02:00
|
|
|
version = "0.1.39"
|
2017-05-03 10:23:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-28 19:23:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2017-05-25 05:59:06 +02:00
|
|
|
version = "0.2.2"
|
2015-05-28 19:23:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-28 00:27:00 +02:00
|
|
|
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-02 03:03:32 +01:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-25 05:59:06 +02:00
|
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-02 03:03:32 +01:00
|
|
|
"thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-28 19:23:07 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2017-05-25 05:59:06 +02:00
|
|
|
version = "0.4.1"
|
2015-05-28 19:23:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-03 10:23:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2017-06-06 06:54:22 +02:00
|
|
|
version = "1.0.8"
|
2017-05-03 10:23:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2017-06-06 06:54:22 +02:00
|
|
|
version = "1.0.8"
|
2017-05-03 10:23:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 06:54:22 +02:00
|
|
|
"serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-03 10:23:50 +02:00
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
2017-06-06 06:54:22 +02:00
|
|
|
version = "0.15.1"
|
2017-05-03 10:23:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2017-05-10 00:38:35 +02:00
|
|
|
version = "1.0.2"
|
2017-05-03 10:23:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-12 05:44:56 +02:00
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 06:54:22 +02:00
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-03 10:23:50 +02:00
|
|
|
]
|
|
|
|
|
2015-04-30 09:33:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "strings"
|
2017-05-17 21:59:09 +02:00
|
|
|
version = "0.1.0"
|
2015-12-13 20:03:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-09-14 20:17:51 +02:00
|
|
|
dependencies = [
|
2017-06-06 06:54:22 +02:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-14 20:17:51 +02:00
|
|
|
]
|
2015-04-30 09:33:13 +02:00
|
|
|
|
2017-05-03 10:23:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-04-08 05:51:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2017-03-07 22:18:10 +01:00
|
|
|
version = "0.4.5"
|
2016-04-08 05:51:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-27 00:39:28 +02:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-10 23:53:58 +02:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-27 00:39:28 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
2017-05-17 21:59:09 +02:00
|
|
|
version = "3.1.0"
|
2016-05-27 00:39:28 +02: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)",
|
2017-05-25 05:59:06 +02:00
|
|
|
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-27 00:39:28 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2017-03-02 03:03:32 +01:00
|
|
|
version = "0.3.3"
|
2016-05-27 00:39:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-17 21:59:09 +02:00
|
|
|
"thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-02 03:03:32 +01:00
|
|
|
"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-08 05:51:06 +02:00
|
|
|
]
|
|
|
|
|
2015-05-23 05:28:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2017-05-17 21:59:09 +02:00
|
|
|
version = "0.4.1"
|
2015-05-23 05:28:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-06 06:54:22 +02:00
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-23 05:28:41 +02:00
|
|
|
]
|
|
|
|
|
2015-09-04 05:38:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2017-05-17 21:59:09 +02:00
|
|
|
version = "1.2.0"
|
2015-09-04 05:38:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-10-22 23:37:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2017-01-18 22:47:07 +01:00
|
|
|
version = "0.0.4"
|
2015-10-22 23:37:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-02 03:03:32 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-26 20:28:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2017-03-02 03:03:32 +01:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
2016-02-26 20:28:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-08-30 20:47:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2016-08-10 23:53:58 +02:00
|
|
|
version = "0.2.8"
|
2015-08-30 20:47:46 +02: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 23:53:58 +02:00
|
|
|
[metadata]
|
2017-03-28 00:27:00 +02:00
|
|
|
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
|
2017-03-07 22:18:10 +01:00
|
|
|
"checksum diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0a515461b6c8c08419850ced27bc29e86166dcdcde8fbe76f8b1f0589bb49472"
|
2017-05-03 10:23:50 +02:00
|
|
|
"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
|
2017-06-06 06:54:22 +02:00
|
|
|
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
|
2016-08-10 23:53:58 +02:00
|
|
|
"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
|
2017-05-03 10:23:50 +02:00
|
|
|
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
|
2016-08-10 23:53:58 +02:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2017-05-25 05:59:06 +02:00
|
|
|
"checksum libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)" = "e7eb6b826bfc1fdea7935d46556250d1799b7fe2d9f7951071f4291710665e3e"
|
2017-06-06 06:54:22 +02:00
|
|
|
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
|
2017-03-02 03:03:32 +01:00
|
|
|
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
|
2017-06-12 05:44:56 +02:00
|
|
|
"checksum num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "1708c0628602a98b52fad936cf3edb9a107af06e52e49fdf0707e884456a6af6"
|
2017-05-03 10:23:50 +02:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2017-05-25 05:59:06 +02:00
|
|
|
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b"
|
|
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
|
2017-06-06 06:54:22 +02:00
|
|
|
"checksum serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f530d36fb84ec48fb7146936881f026cdbf4892028835fd9398475f82c1bb4"
|
|
|
|
"checksum serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "10552fad5500771f3902d0c5ba187c5881942b811b7ba0d8fbbfbf84d80806d3"
|
|
|
|
"checksum serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37aee4e0da52d801acfbc0cc219eb1eda7142112339726e427926a6f6ee65d3a"
|
2017-05-10 00:38:35 +02:00
|
|
|
"checksum serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "48b04779552e92037212c3615370f6bd57a40ebba7f20e554ff9f55e41a69a7b"
|
2017-05-17 21:59:09 +02:00
|
|
|
"checksum strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da75d8bf2c4d210d63dd09581a041b036001f9f6e03d9b151dbff810fb7ba26a"
|
2017-05-03 10:23:50 +02:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
2017-03-07 22:18:10 +01:00
|
|
|
"checksum term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d168af3930b369cfe245132550579d47dfd873d69470755a19c2c6568dbbd989"
|
2017-05-17 21:59:09 +02:00
|
|
|
"checksum thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8df7875b676fddfadffd96deea3b1124e5ede707d4884248931077518cf1f773"
|
2017-03-02 03:03:32 +01:00
|
|
|
"checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7"
|
2017-05-17 21:59:09 +02:00
|
|
|
"checksum toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4cc5dbfb20a481e64b99eb7ae280859ec76730c7191570ba5edaa962394edb0a"
|
|
|
|
"checksum unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946"
|
2017-01-18 22:47:07 +01:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2017-03-02 03:03:32 +01:00
|
|
|
"checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
|
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2016-08-10 23:53:58 +02: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"
|