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)",
]

[[package]]
name = "crossbeam-epoch"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "crossbeam-utils"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "csv"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "csv-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "csv-core"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
[[package]]
name = "db"
version = "0.1.0"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
 "chain 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "elastic-array 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lru-cache 0.1.1 (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)",
NikVolf's avatar
NikVolf committed
 "primitives 0.1.0",
NikVolf's avatar
NikVolf committed
 "rocksdb 0.4.5 (git+https://github.com/ethcore/rust-rocksdb)",
NikVolf's avatar
NikVolf committed
 "serialization 0.1.0",
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
 "test-data 0.1.0",
[[package]]
name = "display_derive"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "domain"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.2.2"
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
 "futures 0.1.17 (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
 "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "dtoa"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

NikVolf's avatar
NikVolf committed
[[package]]
name = "elastic-array"
NikVolf's avatar
NikVolf committed
version = "0.6.0"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
NikVolf's avatar
NikVolf committed
dependencies = [
 "heapsize 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
]
[[package]]
name = "env_logger"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "eth-secp256k1"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.5.7"
source = "git+https://github.com/ethcore/rust-secp256k1#6370d63adf4e8c91e2eae9225eef4b4e0294c5d0"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.33 (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
[[package]]
name = "fnv"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "1.0.6"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "fuchsia-zircon"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "fuchsia-zircon-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "futures-cpupool"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.1.7"
Marek Kotewicz's avatar
Marek Kotewicz committed
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)",
 "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "gcc"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.3.54"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
[[package]]
name = "getopts"
version = "0.2.17"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "globset"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
NikVolf's avatar
NikVolf committed
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "fnv 1.0.6 (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
 "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
NikVolf's avatar
NikVolf committed
]
[[package]]
name = "heapsize"
version = "0.3.9"
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)",
]

Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
[[package]]
name = "heapsize"
version = "0.4.1"
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)",
]

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

[[package]]
name = "hyper"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.11.7"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-cpupool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "language-tags 0.2.2 (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
 "mime 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "relay 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "import"
version = "0.1.0"
dependencies = [
 "chain 0.1.0",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "primitives 0.1.0",
 "serialization 0.1.0",
]

[[package]]
name = "iovec"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "jsonrpc-core"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "8.0.0"
source = "git+https://github.com/ethcore/jsonrpc.git#0eba7e745b0895b4234cd8d89b28e10e2c3c34a4"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "futures 0.1.17 (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
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "jsonrpc-http-server"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "8.0.0"
source = "git+https://github.com/ethcore/jsonrpc.git#0eba7e745b0895b4234cd8d89b28e10e2c3c34a4"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "hyper 0.11.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core 8.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
 "jsonrpc-server-utils 8.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
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
 "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "jsonrpc-macros"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "8.0.0"
source = "git+https://github.com/ethcore/jsonrpc.git#0eba7e745b0895b4234cd8d89b28e10e2c3c34a4"
Marek Kotewicz's avatar
Marek Kotewicz committed
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "jsonrpc-core 8.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
 "jsonrpc-pubsub 8.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
]

[[package]]
name = "jsonrpc-pubsub"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "8.0.0"
source = "git+https://github.com/ethcore/jsonrpc.git#0eba7e745b0895b4234cd8d89b28e10e2c3c34a4"
Marek Kotewicz's avatar
Marek Kotewicz committed
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "jsonrpc-core 8.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
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)",
Marek Kotewicz's avatar
Marek Kotewicz committed
]

[[package]]
name = "jsonrpc-server-utils"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "8.0.0"
source = "git+https://github.com/ethcore/jsonrpc.git#0eba7e745b0895b4234cd8d89b28e10e2c3c34a4"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "globset 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "jsonrpc-core 8.0.0 (git+https://github.com/ethcore/jsonrpc.git)",
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
 "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
[[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)",
]

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "keys"
version = "0.1.0"
dependencies = [
 "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bitcrypto 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "eth-secp256k1 0.5.7 (git+https://github.com/ethcore/rust-secp256k1)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "primitives 0.1.0",
Tomas Korcak's avatar
Tomas Korcak committed
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
]

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

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

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

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

NikVolf's avatar
NikVolf committed
[[package]]
name = "linked-hash-map"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "linked-hash-map"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
[[package]]
name = "local-encoding"
version = "0.2.0"
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)",
 "skeptic 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "log"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "logs"
version = "0.1.0"
dependencies = [
 "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "lru-cache"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "linked-hash-map 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "memchr"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "memchr"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "message"
version = "0.1.0"
dependencies = [
 "bitcrypto 0.1.0",
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
 "chain 0.1.0",
 "primitives 0.1.0",
 "serialization 0.1.0",
 "serialization_derive 0.1.0",
[[package]]
name = "mime"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "miner"
version = "0.1.0"
dependencies = [
 "bitcrypto 0.1.0",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "chain 0.1.0",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "network 0.1.0",
 "primitives 0.1.0",
 "serialization 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "mio"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.6.11"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "lazycell 0.5.1 (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)",
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
 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "miow"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.2.1"
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
 "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "murmur3"
version = "0.4.0"
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
[[package]]
name = "net2"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.2.31"
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
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "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)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "network"
version = "0.1.0"
dependencies = [
 "chain 0.1.0",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "primitives 0.1.0",
[[package]]
name = "nodrop"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "ns-dns-tokio"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "abstract-ns 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "domain 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "num"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-iter 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-integer"
version = "0.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-iter"
version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "num_cpus"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "1.7.0"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ole32-sys"
version = "0.2.0"
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)",
]

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "owning_ref"
version = "0.3.3"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "p2p"
version = "0.1.0"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "abstract-ns 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "bitcrypto 0.1.0",
 "csv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-cpupool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "message 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "ns-dns-tokio 0.3.1 (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)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "primitives 0.1.0",
Tomas Korcak's avatar
Tomas Korcak committed
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "serialization 0.1.0",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
]

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "parking_lot"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.4.8"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "parking_lot_core 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
]

[[package]]
name = "parking_lot_core"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.2.6"
Marek Kotewicz's avatar
Marek Kotewicz committed
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)",
 "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "pbtc"
version = "0.1.0"
dependencies = [
 "app_dirs 1.2.1 (git+https://github.com/paritytech/app-dirs-rs)",
 "chain 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "db 0.1.0",
 "env_logger 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "import 0.1.0",
 "keys 0.1.0",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "logs 0.1.0",
 "message 0.1.0",
 "miner 0.1.0",
 "p2p 0.1.0",
 "primitives 0.1.0",
 "script 0.1.0",
 "sync 0.1.0",
 "verification 0.1.0",
]

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

[[package]]
name = "primitives"
version = "0.1.0"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "bigint 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "heapsize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
[[package]]
name = "pulldown-cmark"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "rand"
version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon 0.3.3 (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)",
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "rayon"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.8.2"
Marek Kotewicz's avatar
Marek Kotewicz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rayon"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
]

[[package]]
name = "rayon-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (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)",
 "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "redox_syscall"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Marek Kotewicz's avatar
Marek Kotewicz committed
dependencies = [
 "redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex"
Marek Kotewicz's avatar
Marek Kotewicz committed
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Marek Kotewicz's avatar
Marek Kotewicz committed
 "aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
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
 "regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Marek Kotewicz's avatar
Marek Kotewicz committed
 "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

Marek Kotewicz's avatar
Marek Kotewicz committed
[[package]]
name = "relay"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
]

NikVolf's avatar
NikVolf committed
[[package]]