2017-04-12 16:37:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2018-03-12 13:20:52 -05:00
|
|
|
version = "0.11.0"
|
2017-04-12 16:37:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-12 13:20:52 -05:00
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-04-12 16:37:13 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "0.2.10"
|
2017-04-12 16:37:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-31 10:41:49 -05:00
|
|
|
"libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 13:20:52 -05:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-12 16:37:13 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "1.0.3"
|
2017-04-12 16:37:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-14 11:54:54 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cbindgen"
|
2018-08-21 17:11:37 -05:00
|
|
|
version = "0.6.2"
|
2017-12-14 11:54:54 -06:00
|
|
|
dependencies = [
|
2018-05-31 10:41:49 -05:00
|
|
|
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 13:20:52 -05:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-31 10:41:49 -05:00
|
|
|
"serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 14:24:31 -05:00
|
|
|
"serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-31 10:41:49 -05:00
|
|
|
"serde_json 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-14 11:54:54 -06:00
|
|
|
]
|
|
|
|
|
2018-03-12 13:20:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "0.1.3"
|
2018-03-12 13:20:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-12 16:37:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "2.31.2"
|
2017-04-12 16:37:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-12 13:20:52 -05:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-31 10:41:49 -05:00
|
|
|
"atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 13:20:52 -05:00
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-31 10:41:49 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-12 16:37:13 -04:00
|
|
|
]
|
|
|
|
|
2017-05-23 23:42:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2018-03-12 13:20:52 -05:00
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-04 20:48:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-31 10:41:49 -05:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 20:48:03 +02:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-23 23:42:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "0.4.1"
|
2017-05-23 23:42:44 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-12 16:37:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "0.2.41"
|
2017-04-12 16:37:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-13 01:02:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-03-12 13:20:52 -05:00
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.1"
|
2017-04-13 01:02:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-12 13:20:52 -05:00
|
|
|
dependencies = [
|
2018-05-31 10:41:49 -05:00
|
|
|
"cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 13:20:52 -05:00
|
|
|
]
|
2017-04-13 01:02:17 -04:00
|
|
|
|
2018-01-25 12:31:47 -06:00
|
|
|
[[package]]
|
2018-03-12 12:09:01 -05:00
|
|
|
name = "proc-macro2"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "0.4.4"
|
2018-01-25 12:31:47 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-12 12:09:01 -05:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-25 12:31:47 -06:00
|
|
|
]
|
|
|
|
|
2017-03-02 16:39:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2017-04-17 19:48:36 -04:00
|
|
|
version = "0.3.15"
|
2017-03-02 16:39:19 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-31 10:41:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-04 20:48:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-31 10:41:49 -05:00
|
|
|
"libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 20:48:03 +02:00
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-12 13:20:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "0.1.40"
|
2018-03-12 13:20:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-31 10:41:49 -05:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 13:20:52 -05:00
|
|
|
]
|
|
|
|
|
2018-04-04 20:48:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "0.5.1"
|
2018-04-04 20:48:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-31 10:41:49 -05:00
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 20:48:03 +02:00
|
|
|
]
|
|
|
|
|
2017-04-18 03:04:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "1.0.64"
|
2017-04-18 03:04:36 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-11-27 14:39:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-04-18 03:04:36 -04:00
|
|
|
|
|
|
|
[[package]]
|
2017-11-27 14:39:49 +01:00
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.21"
|
2017-04-18 03:04:36 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-11-27 14:39:49 +01:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 23:42:44 -04:00
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-18 03:04:36 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-11-27 14:39:49 +01:00
|
|
|
name = "serde_derive_internals"
|
|
|
|
version = "0.17.0"
|
2017-04-18 03:04:36 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-23 23:42:44 -04:00
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-27 14:39:49 +01:00
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 23:42:44 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "1.0.19"
|
2017-05-23 23:42:44 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-12 13:20:52 -05:00
|
|
|
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-31 10:41:49 -05:00
|
|
|
"itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 14:24:31 -05:00
|
|
|
]
|
|
|
|
|
2018-02-21 14:17:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2018-03-12 13:20:52 -05:00
|
|
|
version = "0.7.0"
|
2018-02-21 14:17:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
2018-05-31 10:41:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-03-02 16:39:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
2017-04-17 19:48:36 -04:00
|
|
|
version = "0.11.3"
|
2017-03-02 16:39:19 -05:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2018-04-04 20:48:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "0.3.7"
|
2018-04-04 20:48:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-31 10:41:49 -05:00
|
|
|
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 20:48:03 +02:00
|
|
|
]
|
|
|
|
|
2017-04-12 16:37:13 -04:00
|
|
|
[[package]]
|
2018-03-12 13:20:52 -05:00
|
|
|
name = "termion"
|
|
|
|
version = "1.5.1"
|
2017-04-12 16:37:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-31 10:41:49 -05:00
|
|
|
"libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 13:20:52 -05:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-12 16:37:13 -04:00
|
|
|
]
|
|
|
|
|
2017-04-29 13:56:51 -04:00
|
|
|
[[package]]
|
2018-03-12 13:20:52 -05:00
|
|
|
name = "textwrap"
|
|
|
|
version = "0.9.0"
|
2017-04-29 13:56:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-31 10:41:49 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 13:56:51 -04:00
|
|
|
]
|
|
|
|
|
2017-04-12 16:37:13 -04:00
|
|
|
[[package]]
|
2018-03-12 13:20:52 -05:00
|
|
|
name = "toml"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "0.4.6"
|
2017-04-12 16:37:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-12 13:20:52 -05:00
|
|
|
dependencies = [
|
2018-05-31 10:41:49 -05:00
|
|
|
"serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-12 13:20:52 -05:00
|
|
|
]
|
2017-04-12 16:37:13 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "0.1.5"
|
2017-04-12 16:37:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-02 16:39:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-25 12:31:47 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-12 16:37:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2018-05-31 10:41:49 -05:00
|
|
|
version = "0.8.1"
|
2018-04-04 20:48:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-12 13:20:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-02 16:39:19 -05:00
|
|
|
[metadata]
|
2018-03-12 13:20:52 -05:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-05-31 10:41:49 -05:00
|
|
|
"checksum atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1"
|
|
|
|
"checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
|
|
|
|
"checksum cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18"
|
|
|
|
"checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536"
|
2018-03-12 13:20:52 -05:00
|
|
|
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
|
2018-04-04 20:48:03 +02:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-05-31 10:41:49 -05:00
|
|
|
"checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682"
|
|
|
|
"checksum libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)" = "ac8ebf8343a981e2fa97042b14768f02ed3e1d602eac06cae6166df3c8ced206"
|
2018-03-12 13:20:52 -05:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
|
|
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
|
2018-05-31 10:41:49 -05:00
|
|
|
"checksum proc-macro2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1fa93823f53cfd0f5ac117b189aed6cfdfb2cfc0a9d82e956dd7927595ed7d46"
|
2017-04-17 19:48:36 -04:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2018-05-31 10:41:49 -05:00
|
|
|
"checksum quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e44651a0dc4cdd99f71c83b561e221f714912d11af1a4dff0631f923d53af035"
|
2018-04-04 20:48:03 +02:00
|
|
|
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
|
2018-05-31 10:41:49 -05:00
|
|
|
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
2018-03-12 13:20:52 -05:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2018-05-31 10:41:49 -05:00
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
|
|
|
"checksum serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)" = "fba5be06346c5200249c8c8ca4ccba4a09e8747c71c16e420bd359a0db4d8f91"
|
2017-11-27 14:39:49 +01:00
|
|
|
"checksum serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "652bc323d694dc925829725ec6c890156d8e70ae5202919869cb00fe2eff3788"
|
|
|
|
"checksum serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32f1926285523b2db55df263d2aa4eb69ddcfa7a7eade6430323637866b513ab"
|
2018-05-31 10:41:49 -05:00
|
|
|
"checksum serde_json 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "93aee34bb692dde91e602871bc792dd319e489c7308cdbbe5f27cf27c64280f5"
|
2018-03-12 13:20:52 -05:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2017-05-23 23:42:44 -04:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
2018-05-31 10:41:49 -05:00
|
|
|
"checksum syn 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6dfd71b2be5a58ee30a6f8ea355ba8290d397131c00dfa55c3d34e6e13db5101"
|
2017-04-17 19:48:36 -04:00
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
2018-05-31 10:41:49 -05:00
|
|
|
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2018-03-12 13:20:52 -05:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
|
|
|
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
|
2018-05-31 10:41:49 -05:00
|
|
|
"checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
|
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2017-03-02 16:39:19 -05:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2018-01-25 12:31:47 -06:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2018-05-31 10:41:49 -05:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2018-03-12 13:20:52 -05:00
|
|
|
"checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3"
|
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|