Skip to content
Cargo.lock 374 KiB
Newer Older
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "node-executor 2.0.0",
 "node-primitives 2.0.0",
 "node-runtime 2.0.0",
 "pallet-authority-discovery 0.1.0",
 "pallet-balances 2.0.0",
 "pallet-contracts 2.0.0",
 "pallet-im-online 0.1.0",
 "pallet-indices 2.0.0",
 "pallet-timestamp 2.0.0",
 "pallet-transaction-payment 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-authority-discovery 2.0.0",
 "sc-basic-authority 2.0.0",
 "sc-chain-spec 2.0.0",
 "sc-cli 2.0.0",
 "sc-client 2.0.0",
 "sc-client-api 2.0.0",
 "sc-client-db 2.0.0",
 "sc-consensus-babe 2.0.0",
 "sc-finality-grandpa 2.0.0",
 "sc-keystore 2.0.0",
 "sc-network 2.0.0",
 "sc-offchain 2.0.0",
 "sc-rpc 2.0.0",
 "sc-service 2.0.0",
 "sc-service-test 2.0.0",
 "sc-telemetry 2.0.0",
 "sc-transaction-pool 2.0.0",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-authority-discovery 2.0.0",
 "sp-consensus 2.0.0",
 "sp-consensus-babe 2.0.0",
 "sp-core 2.0.0",
 "sp-finality-grandpa 2.0.0",
 "sp-finality-tracker 2.0.0",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-keyring 2.0.0",
 "sp-runtime 2.0.0",
 "sp-timestamp 2.0.0",
 "sp-transaction-pool-api 2.0.0",
 "structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-build-script-utils 2.0.0",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
David Craven's avatar
David Craven committed
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "transaction-factory 0.0.1",
 "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-futures 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
name = "node-executor"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "node-primitives 2.0.0",
 "node-runtime 2.0.0",
 "node-testing 2.0.0",
 "pallet-balances 2.0.0",
 "pallet-contracts 2.0.0",
 "pallet-grandpa 2.0.0",
 "pallet-indices 2.0.0",
 "pallet-session 2.0.0",
 "pallet-timestamp 2.0.0",
 "pallet-transaction-payment 2.0.0",
 "pallet-treasury 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-executor 2.0.0",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-state-machine 2.0.0",
 "sp-trie 2.0.0",
 "substrate-test-client 2.0.0",
 "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
name = "node-primitives"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-runtime 2.0.0",
 "sp-serializer 2.0.0",
[[package]]
name = "node-rpc"
version = "2.0.0"
dependencies = [
 "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "node-primitives 2.0.0",
 "node-runtime 2.0.0",
 "pallet-contracts-rpc 2.0.0",
 "pallet-transaction-payment-rpc 2.0.0",
 "sc-client 2.0.0",
 "sp-runtime 2.0.0",
 "sp-transaction-pool-api 2.0.0",
[[package]]
name = "node-rpc-client"
version = "2.0.0"
dependencies = [
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "node-primitives 2.0.0",
 "sc-rpc 2.0.0",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "node-runtime"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "frame-executive 2.0.0",
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "frame-system-rpc-runtime-api 2.0.0",
 "frame-utility 2.0.0",
 "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "node-primitives 2.0.0",
 "pallet-authority-discovery 0.1.0",
 "pallet-authorship 0.1.0",
 "pallet-babe 2.0.0",
 "pallet-balances 2.0.0",
 "pallet-collective 2.0.0",
 "pallet-contracts 2.0.0",
 "pallet-contracts-rpc-runtime-api 2.0.0",
 "pallet-democracy 2.0.0",
 "pallet-elections-phragmen 2.0.0",
 "pallet-finality-tracker 2.0.0",
 "pallet-grandpa 2.0.0",
 "pallet-im-online 0.1.0",
 "pallet-indices 2.0.0",
 "pallet-membership 2.0.0",
 "pallet-nicks 2.0.0",
 "pallet-offences 1.0.0",
 "pallet-randomness-collective-flip 2.0.0",
 "pallet-session 2.0.0",
 "pallet-staking 2.0.0",
 "pallet-staking-reward-curve 2.0.0",
 "pallet-sudo 2.0.0",
 "pallet-timestamp 2.0.0",
 "pallet-transaction-payment 2.0.0",
 "pallet-transaction-payment-rpc-runtime-api 2.0.0",
 "pallet-treasury 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0",
 "sp-authority-discovery 2.0.0",
 "sp-block-builder 2.0.0",
 "sp-consensus-babe 2.0.0",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-keyring 2.0.0",
 "sp-offchain 2.0.0",
 "sp-runtime 2.0.0",
 "sp-session 2.0.0",
 "sp-staking 2.0.0",
 "sp-std 2.0.0",
 "sp-transaction-pool-api 2.0.0",
 "sp-version 2.0.0",
 "substrate-wasm-builder-runner 1.0.4",
[[package]]
name = "node-template"
version = "2.0.0"
 "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "node-template-runtime 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-basic-authority 2.0.0",
 "sc-cli 2.0.0",
 "sc-client 2.0.0",
 "sc-consensus-aura 2.0.0",
 "sc-executor 2.0.0",
 "sc-finality-grandpa 2.0.0",
 "sc-network 2.0.0",
 "sc-service 2.0.0",
 "sc-transaction-pool 2.0.0",
 "sp-consensus 2.0.0",
 "sp-consensus-aura 2.0.0",
 "sp-core 2.0.0",
 "sp-finality-grandpa 2.0.0",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-transaction-pool-api 2.0.0",
 "substrate-build-script-utils 2.0.0",
David Craven's avatar
David Craven committed
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "node-template-runtime"
version = "2.0.0"
 "frame-executive 2.0.0",
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-aura 2.0.0",
 "pallet-balances 2.0.0",
 "pallet-grandpa 2.0.0",
 "pallet-indices 2.0.0",
 "pallet-randomness-collective-flip 2.0.0",
 "pallet-sudo 2.0.0",
 "pallet-timestamp 2.0.0",
 "pallet-transaction-payment 2.0.0",
 "parity-scale-codec 1.1.0 (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.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0",
 "sp-block-builder 2.0.0",
 "sp-consensus-aura 2.0.0",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-offchain 2.0.0",
 "sp-runtime 2.0.0",
 "sp-session 2.0.0",
 "sp-std 2.0.0",
 "sp-transaction-pool-api 2.0.0",
 "sp-version 2.0.0",
 "substrate-wasm-builder-runner 1.0.4",
[[package]]
name = "node-testing"
version = "2.0.0"
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "node-executor 2.0.0",
 "node-primitives 2.0.0",
 "node-runtime 2.0.0",
 "pallet-balances 2.0.0",
 "pallet-contracts 2.0.0",
 "pallet-grandpa 2.0.0",
 "pallet-indices 2.0.0",
 "pallet-session 2.0.0",
 "pallet-staking 2.0.0",
 "pallet-timestamp 2.0.0",
 "pallet-transaction-payment 2.0.0",
 "pallet-treasury 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client 2.0.0",
 "sc-executor 2.0.0",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-keyring 2.0.0",
 "sp-runtime 2.0.0",
 "substrate-test-client 2.0.0",
 "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "nodrop"
Demi Obenour's avatar
Demi Obenour committed
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
David Craven's avatar
David Craven committed
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "num-bigint"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "num-rational"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "num-traits"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "num_cpus"
version = "1.11.1"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "ole32-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "once_cell"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "once_cell"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

Ashley's avatar
Ashley committed
[[package]]
name = "once_cell"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "openssl"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "openssl-sys"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "owning_ref"
version = "0.4.0"
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 = "pallet-assets"
version = "2.0.0"
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-aura"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-session 2.0.0",
 "pallet-timestamp 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-application-crypto 2.0.0",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-consensus-aura 2.0.0",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
 "sp-timestamp 2.0.0",
cheme's avatar
cheme committed
[[package]]
name = "pallet-authority-discovery"
cheme's avatar
cheme committed
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-session 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-application-crypto 2.0.0",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-authority-discovery 2.0.0",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-staking 2.0.0",
 "sp-std 2.0.0",
[[package]]
name = "pallet-authorship"
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-authorship 2.0.0",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-babe"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-session 2.0.0",
 "pallet-timestamp 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-consensus-babe 2.0.0",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-staking 2.0.0",
 "sp-std 2.0.0",
 "sp-timestamp 2.0.0",
 "sp-version 2.0.0",
name = "pallet-balances"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-transaction-payment 2.0.0",
 "parity-scale-codec 1.1.0 (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.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-collective"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-balances 2.0.0",
 "parity-scale-codec 1.1.0 (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.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
[[package]]
name = "pallet-contracts"
version = "2.0.0"
dependencies = [
 "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-balances 2.0.0",
 "pallet-randomness-collective-flip 2.0.0",
 "pallet-timestamp 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pwasm-utils 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-sandbox 2.0.0",
 "sp-std 2.0.0",
 "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmi-validation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
name = "pallet-contracts-rpc"
 "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-contracts-rpc-runtime-api 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-rpc 2.0.0",
 "sp-runtime 2.0.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "pallet-contracts-rpc-runtime-api"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-democracy"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-balances 2.0.0",
 "parity-scale-codec 1.1.0 (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.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
[[package]]
name = "pallet-elections"
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-balances 2.0.0",
 "parity-scale-codec 1.1.0 (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.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
[[package]]
name = "pallet-elections-phragmen"
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-balances 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-phragmen 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-evm"
 "evm 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-balances 2.0.0",
 "pallet-timestamp 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rlp 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-example"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-balances 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
[[package]]
name = "pallet-finality-tracker"
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-finality-tracker 2.0.0",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
cheme's avatar
cheme committed
[[package]]
name = "pallet-generic-asset"
cheme's avatar
cheme committed
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
cheme's avatar
cheme committed
]

[[package]]
name = "pallet-grandpa"
cheme's avatar
cheme committed
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-finality-tracker 2.0.0",
 "pallet-session 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-finality-grandpa 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-staking 2.0.0",
 "sp-std 2.0.0",
[[package]]
name = "pallet-identity"
version = "2.0.0"
dependencies = [
 "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-balances 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
]

name = "pallet-im-online"
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-authorship 0.1.0",
 "pallet-session 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-application-crypto 2.0.0",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-staking 2.0.0",
 "sp-std 2.0.0",
name = "pallet-indices"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ref_thread_local 0.0.0 (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.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-keyring 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-membership"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "pallet-nicks"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-balances 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-offences"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-balances 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-staking 2.0.0",
 "sp-std 2.0.0",
name = "pallet-randomness-collective-flip"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "pallet-scored-pool"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-balances 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-session"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-timestamp 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-application-crypto 2.0.0",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-staking 2.0.0",
 "sp-std 2.0.0",
 "sp-trie 2.0.0",
name = "pallet-staking"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-authorship 0.1.0",
 "pallet-balances 2.0.0",
 "pallet-session 2.0.0",
 "pallet-staking-reward-curve 2.0.0",
 "pallet-timestamp 2.0.0",
 "parity-scale-codec 1.1.0 (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.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-keyring 2.0.0",
 "sp-phragmen 2.0.0",
 "sp-runtime 2.0.0",
 "sp-staking 2.0.0",
 "sp-std 2.0.0",
name = "pallet-staking-reward-curve"
dependencies = [
 "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0",
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
name = "pallet-sudo"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-timestamp"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
 "sp-timestamp 2.0.0",
[[package]]
name = "pallet-transaction-payment"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-balances 2.0.0",
 "pallet-transaction-payment-rpc-runtime-api 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-transaction-payment-rpc"
 "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-transaction-payment-rpc-runtime-api 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-rpc 2.0.0",
 "sp-runtime 2.0.0",
name = "pallet-transaction-payment-rpc-runtime-api"
 "frame-support 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
name = "pallet-treasury"
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "pallet-balances 2.0.0",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",