2019-07-13 20:00:59 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.2.12"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:47:42 +00:00
|
|
|
]
|
|
|
|
|
2019-07-15 00:42:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-16 07:27:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.3.32"
|
2018-02-16 07:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-16 07:27:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.30"
|
2018-02-16 07:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-16 07:27:51 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "1.1.0"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "1.0.37"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-16 07:27:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.9"
|
2018-02-16 07:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.4.7"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.30.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-15 00:42:32 +00:00
|
|
|
"atty 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:47:42 +00: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)",
|
2019-07-15 00:42:32 +00: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)",
|
2018-02-15 19:47:42 +00:00
|
|
|
]
|
|
|
|
|
2018-02-16 07:27:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.5"
|
2018-02-16 07:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-16 07:27:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.5"
|
2018-02-16 00:11:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-16 00:11:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-07-15 00:42:32 +00:00
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
2018-02-16 00:11:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-15 07:38:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git-absorb"
|
2020-05-15 04:32:59 +00:00
|
|
|
version = "0.6.0"
|
2018-02-15 19:36:42 +00:00
|
|
|
dependencies = [
|
2018-02-15 19:47:42 +00:00
|
|
|
"clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-15 00:42:32 +00:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"git2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 21:36:35 +00:00
|
|
|
"slog 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slog-async 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slog-term 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-15 00:42:32 +00:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.9.1"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libgit2-sys 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.5"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:36:42 +00:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-15 00:42:32 +00:00
|
|
|
"unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "isatty"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.9"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "1.3.0"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.2.59"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.8.1"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-08 05:26:18 +00:00
|
|
|
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-15 00:42:32 +00:00
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-11-08 05:26:18 +00:00
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.0.25"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-11-08 05:26:18 +00:00
|
|
|
name = "log"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.4.7"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.8"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-11 06:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "2.0.2"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.41"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-07-15 00:42:32 +00:00
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.8"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.3.14"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-15 00:42:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-16 07:27:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.6.13"
|
2018-02-16 07:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-15 00:42:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-02-16 07:27:51 +00:00
|
|
|
|
2018-02-16 00:11:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.4.6"
|
2018-02-16 00:11:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-16 00:11:33 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
2019-07-15 00:42:32 +00:00
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-15 00:42:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-02-15 19:47:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-07-15 00:42:32 +00:00
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:47:42 +00:00
|
|
|
]
|
|
|
|
|
2019-07-15 00:42:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.56"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-16 00:11:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.5.2"
|
2018-02-16 00:11:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-16 00:11:33 +00:00
|
|
|
]
|
|
|
|
|
2018-02-16 07:27:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.15"
|
2018-02-16 07:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slog"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-async"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"slog 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-15 00:42:32 +00:00
|
|
|
"take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-term"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"isatty 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 21:36:35 +00:00
|
|
|
"slog 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-15 00:42:32 +00:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
2019-07-15 00:42:32 +00:00
|
|
|
name = "smallvec"
|
|
|
|
version = "0.6.10"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-16 07:27:51 +00:00
|
|
|
[[package]]
|
2019-07-15 00:42:32 +00:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.7.0"
|
2018-02-16 07:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-07-15 00:42:32 +00:00
|
|
|
name = "syn"
|
|
|
|
version = "0.15.39"
|
2018-02-16 07:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-16 07:27:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.10.2"
|
2018-02-16 07:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-16 07:27:51 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.2.2"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-16 00:11:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.3.7"
|
2018-02-16 00:11:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-16 00:11:33 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.4.6"
|
|
|
|
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)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:47:42 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.3.6"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.42"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 21:36:35 +00:00
|
|
|
]
|
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:36:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.8"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-15 00:42:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-02-15 19:36:42 +00:00
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.5"
|
2018-02-15 19:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-16 07:27:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.1.0"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "1.7.2"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-15 00:42:32 +00:00
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-15 19:36:42 +00:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.2.7"
|
2018-02-15 19:36:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-15 19:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.8.1"
|
2018-02-15 21:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-07-15 00:42:32 +00:00
|
|
|
version = "0.3.7"
|
2018-02-15 19:36:42 +00:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2018-02-15 21:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[[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"
|
2018-02-15 07:38:37 +00:00
|
|
|
|
2018-02-15 19:36:42 +00:00
|
|
|
[metadata]
|
2018-02-15 19:47:42 +00:00
|
|
|
"checksum ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455"
|
2019-07-15 00:42:32 +00:00
|
|
|
"checksum atty 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ecaaea69f52b3b18633611ec0007d188517d0366f47ff703d400fa6879d6f8d5"
|
|
|
|
"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
|
|
|
|
"checksum backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "18b50f5258d1a9ad8396d2d345827875de4261b158124d4c819d9b351454fae5"
|
|
|
|
"checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61"
|
|
|
|
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
|
|
|
|
"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
|
|
|
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
|
|
|
|
"checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe"
|
2018-02-15 19:47:42 +00:00
|
|
|
"checksum clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1c07b9257a00f3fc93b7f3c417fc15607ec7a56823bc2c37ec744e266387de5b"
|
2019-07-15 00:42:32 +00:00
|
|
|
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
|
|
|
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
"checksum git2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "924b2e7d2986e625dcad89e8a429a7b3adee3c3d71e585f4a66c4f7e78715e31"
|
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
|
|
"checksum isatty 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e31a8281fc93ec9693494da65fbf28c0c2aa60a2eaec25dc58e2f31952e95edc"
|
2018-02-15 21:36:35 +00:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2019-07-15 00:42:32 +00:00
|
|
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
|
|
|
"checksum libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)" = "3262021842bf00fe07dbd6cf34ff25c99d7a7ebef8deea84db72be3ea3bb0aff"
|
|
|
|
"checksum libgit2-sys 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "941a41e23f77323b8c9d2ee118aec9ee39dfc176078c18b4757d3bad049d9ff7"
|
2018-11-08 05:26:18 +00:00
|
|
|
"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
|
2019-07-15 00:42:32 +00:00
|
|
|
"checksum log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c275b6ad54070ac2d665eef9197db647b32239c9d244bfb6f041a766d00da5b3"
|
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
"checksum memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a3b4142ab8738a78c51896f704f83c11df047ff1bda9a92a661aa6361552d93d"
|
|
|
|
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
|
|
|
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
|
2018-02-15 19:36:42 +00:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2019-07-15 00:42:32 +00:00
|
|
|
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
|
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
|
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
|
|
|
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
|
2018-02-15 21:36:35 +00:00
|
|
|
"checksum slog 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6b13b17f4225771f7f15cece704a4e68d3a5f31278ed26367f497133398a18"
|
|
|
|
"checksum slog-async 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e319a30c08b004618d5f7ca2f2b1dad7b4623ba7fcb1a12846fc3b01e9eaa10"
|
|
|
|
"checksum slog-term 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bb5d9360b2b279b326824b3b4ca2402ead8a8138f0e5ec1900605c861bb6671"
|
2019-07-15 00:42:32 +00:00
|
|
|
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
|
2018-02-15 19:47:42 +00:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2019-07-15 00:42:32 +00:00
|
|
|
"checksum syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d960b829a55e56db167e861ddb43602c003c7be0bee1d345021703fac2fb7c"
|
|
|
|
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
|
|
|
|
"checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2018-02-15 21:36:35 +00:00
|
|
|
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
|
2018-02-15 19:47:42 +00:00
|
|
|
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
|
2019-07-15 00:42:32 +00:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2018-02-15 19:36:42 +00:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2019-07-15 00:42:32 +00:00
|
|
|
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
|
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
|
|
"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95"
|
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2018-02-15 21:36:35 +00:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-07-15 00:42:32 +00:00
|
|
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
|
2018-02-15 21:36:35 +00:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-02-15 19:36:42 +00:00
|
|
|
"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"
|