mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 13:31:10 +00:00
1212 lines
61 KiB
TOML
1212 lines
61 KiB
TOML
[[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 = "base58"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.0.4"
|
|
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"
|
|
version = "1.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cloudabi"
|
|
version = "0.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
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"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cfg-if 0.1.5 (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.1.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)",
|
|
"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.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crunchy"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "ed25519"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
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)",
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "elastic-array"
|
|
version = "0.10.0"
|
|
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 = "environmental"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
|
|
[[package]]
|
|
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.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (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 = "ethereum-types"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ethbloom 0.5.0 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ethereum-types"
|
|
version = "0.4.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)",
|
|
"ethbloom 0.5.0 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uint 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ethereum-types-serialize"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixed-hash"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixed-hash"
|
|
version = "0.2.3"
|
|
source = "git+https://github.com/paritytech/parity-common#51258799ee639783a7153d807ce9ddf4d49b29fa"
|
|
dependencies = [
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-hex 2.0.1 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fuchsia-zircon-sys 0.3.3 (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"
|
|
|
|
[[package]]
|
|
name = "gcc"
|
|
version = "0.3.54"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "hashdb"
|
|
version = "0.2.1"
|
|
source = "git+https://github.com/paritytech/parity-common#51258799ee639783a7153d807ce9ddf4d49b29fa"
|
|
dependencies = [
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heapsize"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hex-literal"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"hex-literal-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro-hack 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hex-literal-impl"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro-hack 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "integer-sqrt"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/integer-sqrt-rs.git#886e9cb983c46498003878afe965d55caa762025"
|
|
|
|
[[package]]
|
|
name = "keccak-hash"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"ethereum-types 0.4.0 (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 = "lazy_static"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.5 (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 = "memory_units"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "memorydb"
|
|
version = "0.2.1"
|
|
source = "git+https://github.com/paritytech/parity-common#51258799ee639783a7153d807ce9ddf4d49b29fa"
|
|
dependencies = [
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hashdb 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plain_hasher 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
|
"rlp 0.2.2 (git+https://github.com/paritytech/parity-common)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nan-preserving-float"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "nodrop"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "owning_ref"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-bytes"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/parity-common#51258799ee639783a7153d807ce9ddf4d49b29fa"
|
|
|
|
[[package]]
|
|
name = "parity-wasm"
|
|
version = "0.31.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.4.8"
|
|
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)",
|
|
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "patricia-trie"
|
|
version = "0.2.1"
|
|
source = "git+https://github.com/paritytech/parity-common#51258799ee639783a7153d807ce9ddf4d49b29fa"
|
|
dependencies = [
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hashdb 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)",
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "plain_hasher"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/paritytech/parity-common#51258799ee639783a7153d807ce9ddf4d49b29fa"
|
|
dependencies = [
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkadot-primitives"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polkadot-runtime"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)",
|
|
"polkadot-primitives 0.1.0",
|
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-hack"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro-hack-impl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-hack-impl"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "0.4.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pwasm-alloc"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"pwasm-libc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pwasm-libc"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "0.6.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.4.3"
|
|
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.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.4.1"
|
|
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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ring"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rlp"
|
|
version = "0.2.2"
|
|
source = "git+https://github.com/paritytech/parity-common#51258799ee639783a7153d807ce9ddf4d49b29fa"
|
|
dependencies = [
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rlp"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-hex"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "rustc-hex"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "safe-mix"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.75"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.75"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "substrate-codec"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-codec-derive"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-keyring"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-primitives"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fixed-hash 0.2.3 (git+https://github.com/paritytech/parity-common)",
|
|
"hashdb 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
"patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
"plain_hasher 0.2.0 (git+https://github.com/paritytech/parity-common)",
|
|
"rlp 0.2.2 (git+https://github.com/paritytech/parity-common)",
|
|
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"twox-hash 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uint 0.4.1 (git+https://github.com/paritytech/parity-common)",
|
|
"wasmi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-balances"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-consensus"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-council"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)",
|
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-democracy"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-executive"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-io"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"environmental 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-primitives"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)",
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-sandbox"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"wasmi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-session"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-staking"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-std"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"pwasm-alloc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"pwasm-libc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-support"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-system"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-timestamp"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-runtime-version"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "substrate-state-machine"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/paritytech/substrate?branch=polkadot#f074c15cae617ed1734efda5308e4753d79d9006"
|
|
dependencies = [
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hashdb 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memorydb 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
"rlp 0.2.2 (git+https://github.com/paritytech/parity-common)",
|
|
"substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)",
|
|
"triehash 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "0.14.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiny-keccak"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "triehash"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rlp 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "triehash"
|
|
version = "0.2.1"
|
|
source = "git+https://github.com/paritytech/parity-common#51258799ee639783a7153d807ce9ddf4d49b29fa"
|
|
dependencies = [
|
|
"elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hashdb 0.2.1 (git+https://github.com/paritytech/parity-common)",
|
|
"rlp 0.2.2 (git+https://github.com/paritytech/parity-common)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "twox-hash"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uint"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uint"
|
|
version = "0.4.1"
|
|
source = "git+https://github.com/paritytech/parity-common#51258799ee639783a7153d807ce9ddf4d49b29fa"
|
|
dependencies = [
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uint"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "unreachable"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "untrusted"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.1.4"
|
|
source = "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 = "wasmi"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"nan-preserving-float 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[metadata]
|
|
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
|
"checksum base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
|
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
|
"checksum byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781"
|
|
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
|
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
|
|
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
|
|
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
|
|
"checksum crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f4a431c5c9f662e1200b7c7f02c34e91361150e382089a8f2dec3ba680cbda"
|
|
"checksum ed25519 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "88d4851b005ef16de812ea9acdb7bece2f0a40dd86c07b85631d7dafa54537bb"
|
|
"checksum environmental 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum ethbloom 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a93a43ce2e9f09071449da36bfa7a1b20b950ee344b6904ff23de493b03b386"
|
|
"checksum ethereum-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c48729b8aea8aedb12cf4cb2e5cef439fdfe2dda4a89e47eeebd15778ef53b6"
|
|
"checksum ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "35b3c5a18bc5e73a32a110ac743ec04b02bbbcd3b71d3118d40a6113d509378a"
|
|
"checksum ethereum-types-serialize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ac59a21a9ce98e188f3dace9eb67a6c4a3c67ec7fbc7218cb827852679dc002"
|
|
"checksum fixed-hash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d5ec8112f00ea8a483e04748a85522184418fd1cf02890b626d8fc28683f7de"
|
|
"checksum fixed-hash 0.2.3 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
|
"checksum hashdb 0.2.1 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
"checksum heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1679e6ea370dee694f91f1dc469bf94cf8f52051d147aec3e1f9497c6fc22461"
|
|
"checksum hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4da5f0e01bd8a71a224a4eedecaacfcabda388dbb7a80faf04d3514287572d95"
|
|
"checksum hex-literal-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1d340b6514f232f6db1bd16db65302a5278a04fef9ce867cb932e7e5fa21130a"
|
|
"checksum integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)" = "<none>"
|
|
"checksum keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "253bbe643c32c816bf58fa5a88248fafedeebb139705ad17a62add3517854a86"
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
|
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
|
|
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
"checksum log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cba860f648db8e6f269df990180c2217f333472b4a6e901e97446858487971e2"
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
|
"checksum memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"
|
|
"checksum memorydb 0.2.1 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
"checksum nan-preserving-float 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34d4f00fcc2f4c9efa8cc971db0da9e28290e28e97af47585e48691ef10ff31f"
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
|
"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe"
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
|
"checksum parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
"checksum parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)" = "511379a8194230c2395d2f5fa627a5a7e108a9f976656ce723ae68fca4097bfc"
|
|
"checksum parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "149d8f5b97f3c1133e3cfcd8886449959e856b557ff281e292b733d7c69e005e"
|
|
"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
|
|
"checksum patricia-trie 0.2.1 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
"checksum plain_hasher 0.2.0 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
"checksum proc-macro-hack 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ba8d4f9257b85eb6cdf13f055cea3190520aab1409ca2ab43493ea4820c25f0"
|
|
"checksum proc-macro-hack-impl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d5cb6f960ad471404618e9817c0e5d10b1ae74cfdf01fab89ea0641fe7fb2892"
|
|
"checksum proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "295af93acfb1d5be29c16ca5b3f82d863836efd9cb0c14fd83811eb9a110e452"
|
|
"checksum pwasm-alloc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum pwasm-libc 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5"
|
|
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
|
|
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
|
|
"checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
|
|
"checksum rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b614fe08b6665cb9a231d07ac1364b0ef3cb3698f1239ee0c4c3a88a524f54c8"
|
|
"checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356"
|
|
"checksum ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6f7d28b30a72c01b458428e0ae988d4149c20d902346902be881e3edc4bb325c"
|
|
"checksum rlp 0.2.2 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
"checksum rlp 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "524c5ad554859785dfc8469df3ed5e0b5784d4d335877ed47c8d90fc0eb238fe"
|
|
"checksum rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ceb8ce7a5e520de349e1fa172baeba4a9e8d5ef06c47471863530bc4972ee1e"
|
|
"checksum rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "403bb3a286107a04825a5f82e1270acc1e14028d3d554d7a1e08914549575ab8"
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
"checksum safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f7bf422d23a88c16d5090d455f182bc99c60af4df6a345c63428acf5129e347"
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
"checksum serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "22d340507cea0b7e6632900a176101fea959c7065d93ba555072da90aaaafc87"
|
|
"checksum serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "234fc8b737737b148ccd625175fc6390f5e4dacfdaa543cb93a3430d984a9119"
|
|
"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d"
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
|
"checksum substrate-codec 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-codec-derive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-balances 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-consensus 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-council 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-democracy 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-executive 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-io 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-primitives 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-sandbox 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-session 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-staking 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-std 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-support 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-system 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-timestamp 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-runtime-version 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot)" = "<none>"
|
|
"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741"
|
|
"checksum tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e9175261fbdb60781fcd388a4d6cc7e14764a2b629a7ad94abb439aed223a44f"
|
|
"checksum triehash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2033893a813c70e7d8a739ca6c36dc0a7a2c913ec718d7cbf84a3837bbe3c7ce"
|
|
"checksum triehash 0.2.1 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
"checksum twox-hash 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f85be565a110ed72ed7048cf56570db04ce0a592c98aa59b7dacde3e5718750"
|
|
"checksum uint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "38051a96565903d81c9a9210ce11076b2218f3b352926baa1f5f6abbdfce8273"
|
|
"checksum uint 0.4.1 (git+https://github.com/paritytech/parity-common)" = "<none>"
|
|
"checksum uint 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "754ba11732b9161b94c41798e5197e5e75388d012f760c42adb5000353e98646"
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
|
"checksum untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f392d7819dbe58833e26872f5f6f0d68b7bbbe90fc3667e98731c4a15ad9a7ae"
|
|
"checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051"
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
"checksum wasmi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "522fe3fdd44a56f25cd5ddcd8ccdb1cf2e982ceb28fcb00f41d8a018ae5245a8"
|
|
"checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|