2016-02-14 17:35:45 +01:00
|
|
|
[root]
|
|
|
|
name = "parity"
|
2016-02-16 11:40:58 +01:00
|
|
|
version = "0.9.99"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2016-02-23 10:47:57 +01:00
|
|
|
"clippy 0.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"ctrlc 1.1.1 (git+https://github.com/tomusdrw/rust-ctrlc.git)",
|
2016-02-18 12:42:01 +01:00
|
|
|
"daemonize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-16 11:40:58 +01:00
|
|
|
"ethcore 0.9.99",
|
2016-02-19 16:09:31 +01:00
|
|
|
"ethcore-devtools 0.9.99",
|
2016-02-16 11:40:58 +01:00
|
|
|
"ethcore-rpc 0.9.99",
|
|
|
|
"ethcore-util 0.9.99",
|
|
|
|
"ethsync 0.9.99",
|
2016-02-14 17:35:45 +01:00
|
|
|
"fdlimit 0.1.0",
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2016-02-18 23:29:41 +01:00
|
|
|
version = "0.5.1"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-15 23:07:39 +01:00
|
|
|
"memchr 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"odds 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aster"
|
2016-02-18 23:29:41 +01:00
|
|
|
version = "0.13.1"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-18 14:36:59 +01:00
|
|
|
dependencies = [
|
2016-02-18 23:29:41 +01:00
|
|
|
"syntex_syntax 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 14:36:59 +01:00
|
|
|
]
|
2016-02-14 17:35:45 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-21 21:14:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "blastfig"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clippy"
|
2016-02-23 10:47:57 +01:00
|
|
|
version = "0.0.44"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-23 10:14:56 +01:00
|
|
|
"regex-syntax 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 23:29:41 +01:00
|
|
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2016-02-23 10:14:56 +01:00
|
|
|
version = "1.1.1"
|
|
|
|
source = "git+https://github.com/tomusdrw/rust-ctrlc.git#f4927770f89eca80ec250911eea3adcbf579ac48"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-18 12:42:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "daemonize"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "docopt"
|
|
|
|
version = "0.6.78"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-23 10:14:56 +01:00
|
|
|
"regex 0.1.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"strsim 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "elastic-array"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"regex 0.1.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "eth-secp256k1"
|
|
|
|
version = "0.5.4"
|
2016-02-18 23:29:41 +01:00
|
|
|
source = "git+https://github.com/arkpar/rust-secp256k1.git#45503e1de68d909b1862e3f2bdb9e1cdfdff3f1e"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-15 23:07:39 +01:00
|
|
|
"gcc 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"serde_json 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethash"
|
2016-02-16 11:40:58 +01:00
|
|
|
version = "0.9.99"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha3 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore"
|
2016-02-16 11:40:58 +01:00
|
|
|
version = "0.9.99"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2016-02-23 10:47:57 +01:00
|
|
|
"clippy 0.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"crossbeam 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-16 11:40:58 +01:00
|
|
|
"ethash 0.9.99",
|
2016-02-19 17:11:24 +01:00
|
|
|
"ethcore-devtools 0.9.99",
|
2016-02-16 11:40:58 +01:00
|
|
|
"ethcore-util 0.9.99",
|
2016-02-23 10:14:56 +01:00
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"rocksdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rust-crypto 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-19 16:09:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-devtools"
|
|
|
|
version = "0.9.99"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ethcore-rpc"
|
2016-02-16 11:40:58 +01:00
|
|
|
version = "0.9.99"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2016-02-23 10:47:57 +01:00
|
|
|
"clippy 0.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-16 11:40:58 +01:00
|
|
|
"ethcore 0.9.99",
|
|
|
|
"ethcore-util 0.9.99",
|
|
|
|
"ethsync 0.9.99",
|
2016-02-19 00:50:23 +01:00
|
|
|
"jsonrpc-core 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-15 10:47:56 +01:00
|
|
|
"jsonrpc-http-server 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 23:29:41 +01:00
|
|
|
"serde_codegen 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"serde_json 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-19 00:50:23 +01:00
|
|
|
"syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethcore-util"
|
2016-02-16 11:40:58 +01:00
|
|
|
version = "0.9.99"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:47:57 +01:00
|
|
|
"clippy 0.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"crossbeam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"elastic-array 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"eth-secp256k1 0.5.4 (git+https://github.com/arkpar/rust-secp256k1.git)",
|
2016-02-19 16:09:31 +01:00
|
|
|
"ethcore-devtools 0.9.99",
|
2016-02-23 10:14:56 +01:00
|
|
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"igd 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"itertools 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"json-tests 0.1.0",
|
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-16 02:05:36 +01:00
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rocksdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rust-crypto 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-21 20:00:45 +01:00
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"sha3 0.1.0",
|
2016-02-19 18:42:54 +01:00
|
|
|
"slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-22 09:04:44 +01:00
|
|
|
"target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tiny-keccak 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-21 21:14:09 +01:00
|
|
|
"vergen 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethsync"
|
2016-02-16 11:40:58 +01:00
|
|
|
version = "0.9.99"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2016-02-23 10:47:57 +01:00
|
|
|
"clippy 0.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-16 11:40:58 +01:00
|
|
|
"ethcore 0.9.99",
|
|
|
|
"ethcore-util 0.9.99",
|
2016-02-14 17:35:45 +01:00
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fdlimit"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2016-02-15 23:07:39 +01:00
|
|
|
version = "0.3.24"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heapsize"
|
2016-02-23 10:14:56 +01:00
|
|
|
version = "0.3.3"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-23 10:14:56 +01:00
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.1.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-02-14 17:35:45 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hpack"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
|
|
|
version = "0.6.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cookie 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"httparse 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"language-tags 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"unicase 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"httparse 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"unicase 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "igd"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"hyper 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"regex 0.1.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"xml-rs 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xmltree 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2016-02-23 10:14:56 +01:00
|
|
|
version = "0.4.9"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "json-tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-core"
|
2016-02-19 00:50:23 +01:00
|
|
|
version = "1.1.4"
|
2016-02-15 10:47:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2016-02-23 10:14:56 +01:00
|
|
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 23:29:41 +01:00
|
|
|
"serde_codegen 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"serde_json 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-19 00:50:23 +01:00
|
|
|
"syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-http-server"
|
2016-02-15 10:47:56 +01:00
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"hyper 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-19 00:50:23 +01:00
|
|
|
"jsonrpc-core 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2016-02-15 23:07:39 +01:00
|
|
|
version = "0.1.10"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miow 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"nix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.5 (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 = "net2"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.5 (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 = "nix"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"odds 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2016-02-18 23:29:41 +01:00
|
|
|
version = "0.1.31"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2016-02-23 10:14:56 +01:00
|
|
|
version = "0.2.11"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "odds"
|
|
|
|
version = "0.2.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quasi"
|
2016-02-18 23:29:41 +01:00
|
|
|
version = "0.7.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-18 23:29:41 +01:00
|
|
|
"syntex_syntax 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-02-18 14:36:59 +01:00
|
|
|
name = "quasi_codegen"
|
2016-02-18 23:29:41 +01:00
|
|
|
version = "0.7.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-18 23:29:41 +01:00
|
|
|
"aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.3.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2016-02-23 10:14:56 +01:00
|
|
|
version = "0.1.53"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-18 23:29:41 +01:00
|
|
|
"aho-corasick 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-15 23:07:39 +01:00
|
|
|
"memchr 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"regex-syntax 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-15 23:07:39 +01:00
|
|
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2016-02-23 10:14:56 +01:00
|
|
|
version = "0.2.4"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-crypto"
|
|
|
|
version = "0.2.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-15 23:07:39 +01:00
|
|
|
"gcc 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
|
|
|
version = "0.3.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2016-02-18 23:29:41 +01:00
|
|
|
version = "0.1.7"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2016-02-18 23:29:41 +01:00
|
|
|
version = "0.2.3"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nom 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2016-02-23 10:14:56 +01:00
|
|
|
version = "0.6.15"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-18 23:29:41 +01:00
|
|
|
"num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_codegen"
|
2016-02-18 23:29:41 +01:00
|
|
|
version = "0.6.14"
|
2016-02-15 10:47:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-02-14 17:35:45 +01:00
|
|
|
dependencies = [
|
2016-02-18 23:29:41 +01:00
|
|
|
"aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi_codegen 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-18 23:29:41 +01:00
|
|
|
"num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-23 10:14:56 +01:00
|
|
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2016-02-15 23:07:39 +01:00
|
|
|
"gcc 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solicit"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"hpack 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-18 23:29:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syntex"
|
|
|
|
version = "0.29.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"syntex_syntax 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_syntax"
|
|
|
|
version = "0.29.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-22 09:04:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "target_info"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-18 14:36:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiny-keccak"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typeable"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2016-02-23 10:14:56 +01:00
|
|
|
version = "1.3.0"
|
2016-02-14 17:35:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-02-18 23:29:41 +01:00
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-14 17:35:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-18 14:36:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "0.2.38"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-15 23:07:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.1.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-21 21:14:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "vergen"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"blastfig 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-14 17:35:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmltree"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"xml-rs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|