Cargo.lock 147 KiB
Newer Older
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "aho-corasick"
version = "0.6.4"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "ansi_term"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "ansi_term"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "app_dirs"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav's avatar
Gav committed
[[package]]
name = "arrayvec"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "assert_matches"
Gav Wood's avatar
Gav Wood committed
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "atty"
Gav Wood's avatar
Gav Wood committed
version = "0.2.10"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "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)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "backtrace"
Gav Wood's avatar
Gav Wood committed
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "backtrace-sys 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "backtrace-sys"
Gav Wood's avatar
Gav Wood committed
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "base58"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "base64"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "base64"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "base64"
Gav Wood's avatar
Gav Wood committed
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "bitflags"
Gav Wood's avatar
Gav Wood committed
version = "1.0.3"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav's avatar
Gav committed
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "byteorder"
Gav Wood's avatar
Gav Wood committed
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "bytes"
Gav Wood's avatar
Gav Wood committed
version = "0.4.8"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "cc"
Gav Wood's avatar
Gav Wood committed
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",

[[package]]
name = "cfg-if"
Gav Wood's avatar
Gav Wood committed
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chrono"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "clap"
version = "2.31.2"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "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)",
asynchronous rob's avatar
asynchronous rob committed
 "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "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)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

Gav Wood's avatar
Gav Wood committed
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
[[package]]
Gav Wood's avatar
Gav Wood committed
name = "constant_time_eq"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "core-foundation"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Loading full blame...