Cargo.lock 54.8 KiB
Newer Older
name = "verification"
version = "0.1.0"
dependencies = [
NikVolf's avatar
NikVolf committed
 "db 0.1.0",
 "ethcore-devtools 1.3.0",
 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "primitives 0.1.0",
 "rayon 0.6.0 (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",
 "time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "abstract-ns"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "aho-corasick"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 0.1.11 (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.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "arrayvec"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "atty"
version = "0.2.2"
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)",
 "libc 0.2.21 (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"

NikVolf's avatar
NikVolf committed
[[package]]
name = "bencher"
version = "0.1.0"
dependencies = [
 "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
 "chain 0.1.0",
 "db 0.1.0",
 "ethcore-devtools 1.3.0",
 "network 0.1.0",
NikVolf's avatar
NikVolf committed
 "primitives 0.1.0",
 "test-data 0.1.0",
 "time 0.1.36 (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"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

NikVolf's avatar
NikVolf committed
[[package]]
name = "bit-vec"
version = "0.4.3"
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"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

[[package]]
name = "bytes"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "chain"
version = "0.1.0"
dependencies = [
 "bitcrypto 0.1.0",
 "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "primitives 0.1.0",
 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "serialization 0.1.0",
]

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "clap"
version = "2.21.2"
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)",
 "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "bitflags 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "cookie"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "crossbeam"
version = "0.2.10"
source = "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"
dependencies = [
 "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
Loading full blame...