Cargo.lock 70.3 KiB
Newer Older
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "abstract-ns"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "aho-corasick"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "ansi_term"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "app_dirs"
Ivan Sorokin's avatar
Ivan Sorokin committed
version = "1.2.1"
source = "git+https://github.com/paritytech/app-dirs-rs#0b37f9481ce29e9d5174ad185bca695b206368eb"
dependencies = [
 "ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "shell32-sys 0.1.1 (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)",
[[package]]
name = "arrayvec"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
[[package]]
name = "assert_matches"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "atty"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.2.3"
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)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "base64"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
version = "0.6.0"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
[[package]]
name = "bencher"
version = "0.1.0"
dependencies = [
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
 "chain 0.1.0",
 "db 0.1.0",
 "network 0.1.0",
NikVolf's avatar
NikVolf committed
 "primitives 0.1.0",
NikVolf's avatar
NikVolf committed
 "test-data 0.1.0",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
 "verification 0.1.0",
]

NikVolf's avatar
NikVolf committed
[[package]]
name = "bigint"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "1.0.5"
NikVolf's avatar
NikVolf committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "heapsize 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "rustc_version 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
]

NikVolf's avatar
NikVolf committed
[[package]]
name = "bit-vec"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.4.4"
NikVolf's avatar
NikVolf committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bitcrypto"
version = "0.1.0"
dependencies = [
 "primitives 0.1.0",
 "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "siphasher 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "bitflags"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
version = "0.7.0"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

[[package]]
name = "bytes"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "cc"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "cfg-if"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
version = "0.1.2"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chain"
version = "0.1.0"
dependencies = [
 "bitcrypto 0.1.0",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "primitives 0.1.0",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serialization 0.1.0",
 "serialization_derive 0.1.0",
[[package]]
name = "chrono"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
]

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "clap"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "2.27.1"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
[[package]]
name = "crossbeam-deque"
version = "0.2.0"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Loading full blame...