1064 lines
35 KiB
Plaintext
1064 lines
35 KiB
Plaintext
|
[root]
|
||
|
name = "evm"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"docopt 0.6.81 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"ethcore 1.3.0",
|
||
|
"ethcore-util 1.3.0",
|
||
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "aho-corasick"
|
||
|
version = "0.5.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ansi_term"
|
||
|
version = "0.7.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "arrayvec"
|
||
|
version = "0.3.16"
|
||
|
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"
|
||
|
version = "0.17.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"syntex_syntax 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bigint"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[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"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "blastfig"
|
||
|
version = "0.3.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bloomchain"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[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 = "chrono"
|
||
|
version = "0.2.22"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cookie"
|
||
|
version = "0.2.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"url 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam"
|
||
|
version = "0.2.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "deque"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "docopt"
|
||
|
version = "0.6.81"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"regex 0.1.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.19 (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.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"regex 0.1.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "eth-secp256k1"
|
||
|
version = "0.5.4"
|
||
|
source = "git+https://github.com/ethcore/rust-secp256k1#a9a0b1be1f39560ca86e8fc8e55e205a753ff25c"
|
||
|
dependencies = [
|
||
|
"arrayvec 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.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.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ethash"
|
||
|
version = "1.3.0"
|
||
|
dependencies = [
|
||
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"sha3 0.1.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ethcore"
|
||
|
version = "1.3.0"
|
||
|
dependencies = [
|
||
|
"bloomchain 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"crossbeam 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"ethash 1.3.0",
|
||
|
"ethcore-devtools 1.3.0",
|
||
|
"ethcore-ipc 1.3.0",
|
||
|
"ethcore-ipc-codegen 1.3.0",
|
||
|
"ethcore-ipc-nano 1.3.0",
|
||
|
"ethcore-util 1.3.0",
|
||
|
"ethjson 0.1.0",
|
||
|
"ethstore 0.1.0",
|
||
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"hyper 0.9.4 (git+https://github.com/ethcore/hyper)",
|
||
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rayon 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"syntex 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ethcore-devtools"
|
||
|
version = "1.3.0"
|
||
|
dependencies = [
|
||
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ethcore-ipc"
|
||
|
version = "1.3.0"
|
||
|
dependencies = [
|
||
|
"ethcore-devtools 1.3.0",
|
||
|
"ethcore-util 1.3.0",
|
||
|
"nanomsg 0.5.1 (git+https://github.com/ethcore/nanomsg.rs.git)",
|
||
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ethcore-ipc-codegen"
|
||
|
version = "1.3.0"
|
||
|
dependencies = [
|
||
|
"aster 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"quasi 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"quasi_codegen 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"syntex 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"syntex_syntax 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ethcore-ipc-nano"
|
||
|
version = "1.3.0"
|
||
|
dependencies = [
|
||
|
"ethcore-ipc 1.3.0",
|
||
|
"jsonrpc-core 2.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"nanomsg 0.5.1 (git+https://github.com/ethcore/nanomsg.rs.git)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ethcore-util"
|
||
|
version = "1.3.0"
|
||
|
dependencies = [
|
||
|
"ansi_term 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"arrayvec 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"bigint 0.1.0",
|
||
|
"chrono 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"crossbeam 0.2.9 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"eth-secp256k1 0.5.4 (git+https://github.com/ethcore/rust-secp256k1)",
|
||
|
"ethcore-devtools 1.3.0",
|
||
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"igd 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"itertools 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"mio 0.5.1 (git+https://github.com/ethcore/mio?branch=v0.5.x)",
|
||
|
"nix 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.4.5 (git+https://github.com/ethcore/rust-rocksdb)",
|
||
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"sha3 0.1.0",
|
||
|
"slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"table 0.1.0",
|
||
|
"target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"tiny-keccak 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"using_queue 0.1.0",
|
||
|
"vergen 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ethjson"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"ethcore-util 1.3.0",
|
||
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"serde 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"serde_codegen 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"serde_json 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"syntex 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ethkey"
|
||
|
version = "0.2.0"
|
||
|
dependencies = [
|
||
|
"eth-secp256k1 0.5.4 (git+https://github.com/ethcore/rust-secp256k1)",
|
||
|
"lazy_static 0.2.1 (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.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"tiny-keccak 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ethstore"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"ethkey 0.2.0",
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"serde 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"serde_codegen 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"serde_json 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"syntex 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"tiny-keccak 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "gcc"
|
||
|
version = "0.3.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hamming"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "heapsize"
|
||
|
version = "0.3.5"
|
||
|
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 = "hpack"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "httparse"
|
||
|
version = "1.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hyper"
|
||
|
version = "0.8.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"cookie 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"httparse 1.1.2 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.19 (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.35 (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)",
|
||
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"url 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hyper"
|
||
|
version = "0.9.4"
|
||
|
source = "git+https://github.com/ethcore/hyper#9e346c1d4bc30cd4142dea9d8a0b117d30858ca4"
|
||
|
dependencies = [
|
||
|
"cookie 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"httparse 1.1.2 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rotor 0.6.3 (git+https://github.com/ethcore/rotor)",
|
||
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"spmc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"time 0.1.35 (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)",
|
||
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"url 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"vecio 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "idna"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"matches 0.1.2 (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)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "igd"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"hyper 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"regex 0.1.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"xml-rs 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"xmltree 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "itertools"
|
||
|
version = "0.4.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "jsonrpc-core"
|
||
|
version = "2.0.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"serde 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"serde_codegen 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"serde_json 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"syntex 0.33.0 (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.6 (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.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "lazy_static"
|
||
|
version = "0.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "log"
|
||
|
version = "0.3.6"
|
||
|
source = "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"
|
||
|
version = "0.1.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "mime"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "mio"
|
||
|
version = "0.5.1"
|
||
|
source = "git+https://github.com/ethcore/mio?branch=v0.5.x#3842d3b250ffd7bd9b16f9586b875ddcbac2b0dd"
|
||
|
dependencies = [
|
||
|
"bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"log 0.3.6 (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.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"nix 0.5.0 (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.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"winapi 0.2.6 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"net2 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"winapi 0.2.6 (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 = "nanomsg"
|
||
|
version = "0.5.1"
|
||
|
source = "git+https://github.com/ethcore/nanomsg.rs.git#c40fe442c9afaea5b38009a3d992ca044dcceb00"
|
||
|
dependencies = [
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"nanomsg-sys 0.5.0 (git+https://github.com/ethcore/nanomsg.rs.git)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "nanomsg-sys"
|
||
|
version = "0.5.0"
|
||
|
source = "git+https://github.com/ethcore/nanomsg.rs.git#c40fe442c9afaea5b38009a3d992ca044dcceb00"
|
||
|
dependencies = [
|
||
|
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "net2"
|
||
|
version = "0.2.23"
|
||
|
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.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"winapi 0.2.6 (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.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.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.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "num"
|
||
|
version = "0.1.32"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"num-bigint 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num-complex 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num-rational 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-bigint"
|
||
|
version = "0.1.32"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num-traits 0.1.32 (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.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-complex"
|
||
|
version = "0.1.32"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-integer"
|
||
|
version = "0.1.32"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-iter"
|
||
|
version = "0.1.32"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-rational"
|
||
|
version = "0.1.32"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"num-bigint 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-traits"
|
||
|
version = "0.1.32"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "num_cpus"
|
||
|
version = "0.2.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"libc 0.2.12 (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 = "primal"
|
||
|
version = "0.2.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"primal-check 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"primal-estimate 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"primal-sieve 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "primal-bit"
|
||
|
version = "0.2.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"hamming 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "primal-check"
|
||
|
version = "0.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "primal-estimate"
|
||
|
version = "0.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "primal-sieve"
|
||
|
version = "0.2.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"hamming 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"primal-bit 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"primal-estimate 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quasi"
|
||
|
version = "0.11.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"syntex_syntax 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quasi_codegen"
|
||
|
version = "0.11.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"aster 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"syntex 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"syntex_syntax 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quick-error"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand"
|
||
|
version = "0.3.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rayon"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex"
|
||
|
version = "0.1.68"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"aho-corasick 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"regex-syntax 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"thread_local 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex-syntax"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rocksdb"
|
||
|
version = "0.4.5"
|
||
|
source = "git+https://github.com/ethcore/rust-rocksdb#9be41e05923616dfa28741c58b22776d479751e6"
|
||
|
dependencies = [
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rocksdb-sys 0.3.0 (git+https://github.com/ethcore/rust-rocksdb)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rocksdb-sys"
|
||
|
version = "0.3.0"
|
||
|
source = "git+https://github.com/ethcore/rust-rocksdb#9be41e05923616dfa28741c58b22776d479751e6"
|
||
|
dependencies = [
|
||
|
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rotor"
|
||
|
version = "0.6.3"
|
||
|
source = "git+https://github.com/ethcore/rotor#e63d45137b2eb66d1e085a7c6321a5db8b187576"
|
||
|
dependencies = [
|
||
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"mio 0.5.1 (git+https://github.com/ethcore/mio?branch=v0.5.x)",
|
||
|
"quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rust-crypto"
|
||
|
version = "0.2.36"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.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.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc-serialize"
|
||
|
version = "0.3.19"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc_version"
|
||
|
version = "0.1.7"
|
||
|
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"
|
||
|
version = "0.2.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"nom 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde"
|
||
|
version = "0.7.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_codegen"
|
||
|
version = "0.7.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"aster 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"quasi 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"quasi_codegen 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"syntex 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"syntex_syntax 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_json"
|
||
|
version = "0.7.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"serde 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sha3"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "slab"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "slab"
|
||
|
version = "0.2.0"
|
||
|
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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "spmc"
|
||
|
version = "0.2.1"
|
||
|
source = "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"
|
||
|
|
||
|
[[package]]
|
||
|
name = "syntex"
|
||
|
version = "0.33.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"syntex_syntax 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "syntex_syntax"
|
||
|
version = "0.33.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.19 (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)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "table"
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "target_info"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "term"
|
||
|
version = "0.2.14"
|
||
|
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)",
|
||
|
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thread-id"
|
||
|
version = "2.0.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)",
|
||
|
"libc 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thread_local"
|
||
|
version = "0.2.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "time"
|
||
|
version = "0.1.35"
|
||
|
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.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"winapi 0.2.6 (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"
|
||
|
version = "1.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[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"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-xid"
|
||
|
version = "0.0.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "url"
|
||
|
version = "0.5.9"
|
||
|
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.19 (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.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "url"
|
||
|
version = "1.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "using_queue"
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "utf8-ranges"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "uuid"
|
||
|
version = "0.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "vecio"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"winapi 0.2.6 (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 = "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.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "void"
|
||
|
version = "1.0.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "winapi"
|
||
|
version = "0.2.6"
|
||
|
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.6 (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.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "xml-rs"
|
||
|
version = "0.3.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)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "xmltree"
|
||
|
version = "0.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"xml-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|