Cargo.lock 52 KiB
Newer Older
[[package]]
name = "aho-corasick"
version = "0.6.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)",
]

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

Gav's avatar
Gav committed
[[package]]
name = "arrayvec"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "atty"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.4 (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"

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

[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "cc"
Gav Wood's avatar
Gav Wood committed
version = "1.0.17"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
Gav Wood's avatar
Gav Wood committed
name = "constant_time_eq"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crossbeam-deque"
version = "0.2.0"
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"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.3 (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.0.1 (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)",
Gav's avatar
Gav committed
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
Gav Wood's avatar
Gav Wood committed
name = "crossbeam-utils"
version = "0.2.2"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
Gav's avatar
Gav committed

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

[[package]]
name = "demo-primitives"
version = "0.1.0"
dependencies = [
Gav Wood's avatar
Gav Wood committed
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
Gav's avatar
Gav committed
 "substrate-runtime-std 0.1.0",
]

[[package]]
name = "demo-runtime"
version = "0.1.0"
dependencies = [
 "demo-primitives 0.1.0",
Gav's avatar
Gav committed
 "integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)",
Gav Wood's avatar
Gav Wood committed
 "safe-mix 0.1.0",
Gav's avatar
Gav committed
 "substrate-codec 0.1.0",
 "substrate-primitives 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-consensus 0.1.0",
 "substrate-runtime-council 0.1.0",
 "substrate-runtime-democracy 0.1.0",
 "substrate-runtime-executive 0.1.0",
Gav's avatar
Gav committed
 "substrate-runtime-io 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-primitives 0.1.0",
 "substrate-runtime-session 0.1.0",
 "substrate-runtime-staking 0.1.0",
Gav's avatar
Gav committed
 "substrate-runtime-std 0.1.0",
 "substrate-runtime-support 0.1.0",
Gav Wood's avatar
Gav Wood committed
 "substrate-runtime-system 0.1.0",
 "substrate-runtime-timestamp 0.1.0",
Gav's avatar
Gav committed
]

[[package]]
name = "ed25519"
version = "0.1.0"
dependencies = [
 "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav's avatar
Gav committed
 "ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 0.1.0",
 "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "elastic-array"
Gav Wood's avatar
Gav Wood committed
version = "0.10.0"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "env_logger"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

Gav's avatar
Gav committed
[[package]]
name = "environmental"
version = "0.1.0"

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

Gav's avatar
Gav committed
[[package]]
Gav Wood's avatar
Gav Wood committed
name = "ethbloom"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "ethereum-types-serialize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fixed-hash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ethcore-bytes"
version = "0.1.0"
source = "git+https://github.com/paritytech/parity.git#458afcd2303539867e2e549ab0a5356415142b97"

[[package]]
name = "ethcore-logger"
version = "1.12.0"
source = "git+https://github.com/paritytech/parity.git#458afcd2303539867e2e549ab0a5356415142b97"
Loading full blame...