Cargo.lock 59.7 KiB
Newer Older
name = "verification"
version = "0.1.0"
dependencies = [
 "bitcrypto 0.1.0",
NikVolf's avatar
NikVolf committed
 "db 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "primitives 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "script 0.1.0",
 "serialization 0.1.0",
 "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)",
[[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.18 (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"
version = "1.1.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.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)",
[[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",
 "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)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "rand 0.3.18 (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 = "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",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "serialization 0.1.0",
 "serialization_derive 0.1.0",
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 = "coco"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "csv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Loading full blame...