Skip to content
Cargo.lock 189 KiB
Newer Older
 "bindgen",
 "cc",
 "glob 0.3.0",
 "libc",
[[package]]
name = "libsecp256k1"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df6edf84fd62aad1c93932b39324eaeda3912c1d26bc18dfaee6293848e49a50"
dependencies = [
 "arrayref",
 "crunchy",
 "digest",
 "hmac-drbg",
 "rand 0.7.3",
 "sha2",
 "subtle 2.2.2",
 "typenum",
[[package]]
name = "libz-sys"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
dependencies = [
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
[[package]]
name = "linked-hash-map"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
[[package]]
name = "linked_hash_set"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c"
 "linked-hash-map",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "lock_api"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "scopeguard 0.3.3",
[[package]]
name = "lock_api"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
dependencies = [
 "scopeguard 1.0.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "log"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "lru"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d8f669d42c72d18514dfca8115689c5f6370a17d980cb5bd777a67f404594c8"
 "hashbrown 0.5.0",
name = "lru"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0609345ddee5badacf857d4f547e0e5a2e987db77085c24cd887f73573a04237"
 "hashbrown 0.6.3",
[[package]]
name = "mach"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
[[package]]
name = "malloc_size_of_derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e37c5d4cd9473c5f4c9c111f033f15d4df9bd378fdf615944e360a4f55a05f0b"
 "proc-macro2 1.0.8",
 "syn",
 "synstructure",
[[package]]
name = "matches"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "memchr"
version = "2.3.0"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "memoffset"
version = "0.5.3"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
dependencies = [
 "rustc_version",
name = "memory-db"
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "881736a0f68a6fae1b596bb066c5bd16d7b3ed645a4dd8ffaefd02f585abaf71"
 "ahash",
 "hash-db",
 "hashbrown 0.6.3",
 "parity-util-mem 0.3.0",
[[package]]
name = "memory_units"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"
[[package]]
name = "merlin"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0942b357c1b4d0dc43ba724674ec89c3218e6ca2b3e8269e7cb53bcecd2f6e"
dependencies = [
 "byteorder 1.3.2",
 "keccak",
 "rand_core 0.4.2",
 "zeroize 1.1.0",
[[package]]
name = "mime"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
[[package]]
name = "miniz_oxide"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5"
dependencies = [
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "mio"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "cfg-if",
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
 "log 0.4.8",
 "miow",
 "net2",
 "slab",
 "winapi 0.2.8",
Maciej Hirsz's avatar
Maciej Hirsz committed
[[package]]
name = "mio-extras"
Maciej Hirsz's avatar
Maciej Hirsz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
Maciej Hirsz's avatar
Maciej Hirsz committed
dependencies = [
 "lazycell",
 "log 0.4.8",
 "mio",
 "slab",
[[package]]
name = "mio-uds"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
dependencies = [
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
[[package]]
name = "more-asserts"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
[[package]]
name = "multimap"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97fbd5d00e0e37bfb10f433af8f5aaf631e739368dc9fc28286ca81ca4948dc"
[[package]]
name = "multistream-select"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f938ffe420493e77c8b6cbcc3f282283f68fc889c5dcbc8e51668d5f3a01ad94"
dependencies = [
 "bytes 0.5.4",
 "futures 0.1.29",
 "log 0.4.8",
 "smallvec 1.2.0",
 "tokio-io",
 "unsigned-varint 0.3.0",
[[package]]
name = "names"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"
dependencies = [
 "rand 0.3.23",
[[package]]
name = "native-tls"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
 "lazy_static",
 "libc",
 "log 0.4.8",
 "openssl",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "security-framework",
 "security-framework-sys",
 "tempfile",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "net2"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "cfg-if",
 "libc",
 "winapi 0.3.8",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "node-cli"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "browser-utils",
 "frame-support",
 "frame-system",
 "futures 0.3.1",
 "hex-literal",
 "jsonrpc-core",
 "log 0.4.8",
 "node-executor",
 "node-primitives",
 "node-rpc",
 "node-runtime",
 "node-transaction-factory",
 "pallet-authority-discovery",
 "pallet-balances",
 "pallet-contracts",
 "pallet-im-online",
 "pallet-indices",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "parity-scale-codec",
 "rand 0.7.3",
 "sc-authority-discovery",
 "sc-basic-authorship",
 "sc-chain-spec",
 "sc-cli",
 "sc-client",
 "sc-client-api",
 "sc-client-db",
 "sc-consensus-babe",
 "sc-finality-grandpa",
 "sc-keystore",
 "sc-network",
 "sc-offchain",
 "sc-rpc",
 "sc-service",
 "sc-service-test",
 "sc-telemetry",
 "sc-transaction-pool",
 "serde",
 "sp-authority-discovery",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-finality-grandpa",
 "sp-finality-tracker",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-timestamp",
 "sp-transaction-pool",
 "structopt",
 "substrate-build-script-utils",
 "tempfile",
 "vergen",
 "wasm-bindgen",
 "wasm-bindgen-futures",
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.1",
 "frame-support",
 "frame-system",
 "node-primitives",
 "node-runtime",
 "node-testing",
 "pallet-balances",
 "pallet-contracts",
 "pallet-grandpa",
 "pallet-im-online",
 "pallet-indices",
 "pallet-session",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-treasury",
 "parity-scale-codec",
 "sc-executor",
 "sp-application-crypto",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-state-machine",
 "sp-trie",
 "substrate-test-client",
 "trie-root",
 "wabt",
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",
 "sp-core",
 "sp-runtime",
 "sp-serializer",
[[package]]
name = "node-rpc"
version = "2.0.0"
dependencies = [
 "jsonrpc-core",
 "node-primitives",
 "node-runtime",
 "pallet-contracts-rpc",
 "pallet-transaction-payment-rpc",
 "sc-client",
 "sp-api",
 "sp-runtime",
 "sp-transaction-pool",
 "substrate-frame-rpc-system",
[[package]]
name = "node-rpc-client"
version = "2.0.0"
dependencies = [
 "env_logger 0.7.1",
 "futures 0.1.29",
 "hyper 0.12.35",
 "jsonrpc-core-client",
 "log 0.4.8",
 "node-primitives",
 "sc-rpc",
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",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "integer-sqrt",
 "node-primitives",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-collective",
 "pallet-contracts",
 "pallet-contracts-primitives",
 "pallet-contracts-rpc-runtime-api",
 "pallet-democracy",
 "pallet-elections-phragmen",
 "pallet-finality-tracker",
 "pallet-grandpa",
 "pallet-identity",
 "pallet-im-online",
 "pallet-indices",
 "pallet-membership",
 "pallet-offences",
 "pallet-randomness-collective-flip",
 "pallet-recovery",
 "pallet-session",
 "pallet-society",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-sudo",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-treasury",
 "pallet-utility",
 "pallet-vesting",
 "parity-scale-codec",
 "rustc-hex",
 "serde",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
 "sp-transaction-pool",
 "sp-version",
 "substrate-wasm-builder-runner",
[[package]]
name = "node-template"
version = "2.0.0"
 "futures 0.3.1",
 "log 0.4.8",
 "node-template-runtime",
 "sc-basic-authorship",
 "sc-cli",
 "sc-client",
 "sc-consensus-aura",
 "sc-executor",
 "sc-finality-grandpa",
 "sc-network",
 "sc-service",
 "sc-transaction-pool",
 "sp-consensus",
 "sp-consensus-aura",
 "sp-core",
 "sp-finality-grandpa",
 "sp-inherents",
 "sp-runtime",
 "sp-transaction-pool",
 "structopt",
 "substrate-build-script-utils",
 "vergen",
]

[[package]]
name = "node-template-runtime"
version = "2.0.0"
 "frame-executive",
 "frame-support",
 "frame-system",
 "pallet-aura",
 "pallet-balances",
 "pallet-grandpa",
 "pallet-indices",
 "pallet-randomness-collective-flip",
 "pallet-sudo",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-block-builder",
 "sp-consensus-aura",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-std",
 "sp-transaction-pool",
 "sp-version",
 "substrate-wasm-builder-runner",
[[package]]
name = "node-testing"
version = "2.0.0"
dependencies = [
 "frame-support",
 "frame-system",
 "node-executor",
 "node-primitives",
 "node-runtime",
 "pallet-balances",
 "pallet-contracts",
 "pallet-grandpa",
 "pallet-indices",
 "pallet-session",
 "pallet-society",
 "pallet-staking",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-treasury",
 "parity-scale-codec",
 "sc-client",
 "sc-executor",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "substrate-test-client",
 "wabt",
[[package]]
name = "node-transaction-factory"
 "log 0.4.8",
 "parity-scale-codec",
 "sc-cli",
 "sc-client",
 "sc-client-api",
 "sc-service",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
[[package]]
name = "nodrop"
Demi Obenour's avatar
Demi Obenour committed
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "nohash-hasher"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721a2bf1c26159ebf17e0a980bc4ce61f4b2fec5ec3b42d42fddd7a84a9e538f"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
 "memchr",
 "version_check 0.1.5",
[[package]]
name = "num-bigint"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
 "autocfg 1.0.0",
 "num-integer",
 "num-traits",
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
 "autocfg 1.0.0",
 "num-traits",
[[package]]
name = "num-rational"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da4dc79f9e6c81bef96148c8f6b8e72ad4541caa4a24373e900a36da07de03a3"
dependencies = [
 "autocfg 1.0.0",
 "num-bigint",
 "num-integer",
 "num-traits",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "num-traits"
version = "0.2.11"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
dependencies = [
 "autocfg 1.0.0",
Gav Wood's avatar
Gav Wood committed

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "num_cpus"
version = "1.12.0"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "hermit-abi",
 "libc",
[[package]]
name = "ole32-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c"
 "winapi 0.2.8",
 "winapi-build",
[[package]]
name = "once_cell"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37"
dependencies = [
 "parking_lot 0.7.1",
[[package]]
name = "once_cell"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d584f08c2d717d5c23a6414fc2822b71c651560713e54fa7eace675f758a355e"
Ashley's avatar
Ashley committed
[[package]]
name = "once_cell"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"

[[package]]
name = "oorandom"
version = "11.1.0"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebcec7c9c2a95cacc7cd0ecb89d8a8454eca13906f6deb55258ffff0adeb9405"
[[package]]
name = "opaque-debug"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "openssl"
Demi Obenour's avatar
Demi Obenour committed
version = "0.10.27"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e176a45fedd4c990e26580847a525e39e16ec32ac78957dbf62ded31b3abfd6f"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "bitflags",
 "cfg-if",
 "foreign-types",
 "lazy_static",
 "libc",
 "openssl-sys",
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "openssl-sys"
Demi Obenour's avatar
Demi Obenour committed
version = "0.9.54"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "autocfg 1.0.0",
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
 "winapi 0.3.8",
[[package]]
name = "owning_ref"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
 "stable_deref_trait",
[[package]]
name = "pallet-assets"
version = "2.0.0"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-aura"
 "frame-support",
 "frame-system",
 "lazy_static",
 "pallet-session",
 "pallet-timestamp",
 "parity-scale-codec",
Demi Obenour's avatar
Demi Obenour committed
 "parking_lot 0.10.0",
 "serde",
 "sp-application-crypto",
 "sp-consensus-aura",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-timestamp",
cheme's avatar
cheme committed
[[package]]
name = "pallet-authority-discovery"
cheme's avatar
cheme committed
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-session",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-authority-discovery",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
[[package]]
name = "pallet-authorship"
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "sp-authorship",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-babe"
 "frame-support",
 "frame-system",
 "hex-literal",
 "lazy_static",
 "pallet-session",
 "pallet-timestamp",
 "parity-scale-codec",
Demi Obenour's avatar
Demi Obenour committed
 "parking_lot 0.10.0",
 "serde",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "sp-timestamp",
 "sp-version",
 "substrate-test-runtime",
name = "pallet-balances"
 "frame-support",
 "frame-system",
 "pallet-transaction-payment",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-collective"
 "frame-support",
 "frame-system",
 "hex-literal",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-contracts"
 "assert_matches",
 "frame-support",
 "frame-system",
 "hex-literal",
 "pallet-balances",
 "pallet-contracts-primitives",
 "pallet-randomness-collective-flip",
 "pallet-timestamp",
 "parity-scale-codec",
 "parity-wasm 0.41.0",
 "pwasm-utils",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-sandbox",
 "sp-std",
 "wabt",
 "wasmi-validation",
[[package]]
name = "pallet-contracts-primitives"
version = "2.0.0"
dependencies = [
 "parity-scale-codec",
 "sp-runtime",
 "sp-std",
name = "pallet-contracts-rpc"
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "pallet-contracts-primitives",
 "pallet-contracts-rpc-runtime-api",
 "parity-scale-codec",
 "serde",
 "serde_json",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-rpc",
 "sp-runtime",
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 = [
 "pallet-contracts-primitives",
 "parity-scale-codec",
 "sp-api",
 "sp-runtime",
 "sp-std",
name = "pallet-democracy"
 "frame-support",
 "frame-system",
 "hex-literal",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-storage",
[[package]]
name = "pallet-elections"