Cargo.lock 260 KB
Newer Older
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741"
 "rawpointer",
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "memchr"
version = "2.3.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "memmap2"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee"
dependencies = [
 "libc",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "memoffset"
version = "0.5.5"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "memoffset"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
dependencies = [
 "autocfg",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "memory-db"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hash-db",
 "parity-util-mem",
[[package]]
name = "memory-lru"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"
dependencies = [
 "lru",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "memory_units"
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"
asynchronous rob's avatar
asynchronous rob committed

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "merlin"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "byteorder",
 "keccak",
 "rand_core 0.5.1",
 "zeroize",
[[package]]
name = "metered-channel"
Chevdor's avatar
Chevdor committed
version = "0.9.9"
dependencies = [
 "futures 0.3.17",
 "futures-timer 3.0.2",
]

[[package]]
name = "mick-jaeger"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df"
dependencies = [
 "futures 0.3.17",
[[package]]
name = "minicbor"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea79ce4ab9f445ec6b71833a2290ac0a29c9dde0fa7cae4c481eecae021d9bd9"
dependencies = [
 "minicbor-derive",
]

[[package]]
name = "minicbor-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce18b5423c573a13e80cb3046ea0af6379ef725dc3af4886bdb8f4e5093068"
 "proc-macro2",
 "quote",
 "syn",
[[package]]
name = "miniz_oxide"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "mio"
version = "0.6.22"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "cfg-if 0.1.10",
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
Gavin Wood's avatar
Gavin Wood committed
 "miow 0.2.1",
 "net2",
 "slab",
 "winapi 0.2.8",
[[package]]
name = "mio"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
dependencies = [
 "miow 0.3.7",
 "ntapi",
 "winapi 0.3.9",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "mio-extras"
version = "2.0.6"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "mio 0.6.22",
 "slab",
Gavin Wood's avatar
Gavin Wood committed
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "miow"
version = "0.3.7"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "winapi 0.3.9",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "more-asserts"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
[[package]]
name = "multiaddr"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"
dependencies = [
 "arrayref",
 "bs58",
 "byteorder",
 "data-encoding",
 "multihash 0.14.0",
 "percent-encoding 2.1.0",
 "serde",
 "static_assertions",
 "unsigned-varint 0.7.0",
 "url 2.2.0",
]

[[package]]
name = "multibase"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"
dependencies = [
 "base-x",
 "data-encoding",
 "data-encoding-macro",
]

version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb63389ee5fcd4df3f8727600f4a0c3df53c541f0ed4e8b50a9ae51a80fc1efe"
 "blake2b_simd",
 "blake2s_simd",
 "blake3",
 "digest 0.9.0",
 "generic-array 0.14.4",
 "multihash-derive",
 "sha2 0.9.2",
[[package]]
name = "multihash"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"
dependencies = [
 "digest 0.9.0",
 "generic-array 0.14.4",
 "multihash-derive",
 "sha2 0.9.2",
 "unsigned-varint 0.7.0",
]

[[package]]
name = "multihash-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"
dependencies = [
 "proc-macro-crate 1.1.0",
 "proc-macro-error 1.0.4",
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "multimap"
version = "0.8.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "multistream-select"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"
dependencies = [
 "futures 0.3.17",
 "pin-project 1.0.8",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"
 "approx",
 "matrixmultiply",
 "num-complex",
 "num-rational 0.4.0",
 "num-traits",
 "rand_distr",
 "simba",
 "typenum",
[[package]]
name = "nalgebra-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "names"
version = "0.12.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "rand 0.8.4",
[[package]]
name = "nb-connect"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
dependencies = [
 "libc",
 "winapi 0.3.9",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "net2"
version = "0.2.34"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "cfg-if 0.1.10",
 "winapi 0.3.9",
[[package]]
name = "nix"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
dependencies = [
 "bitflags",
 "cc",
 "cfg-if 1.0.0",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
version = "6.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6"
dependencies = [
 "bitvec 0.19.5",
 "funty",
 "memchr",
 "version_check",
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
 "winapi 0.3.9",
]

[[package]]
name = "num-bigint"
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
 "num-integer",
 "num-traits",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"
 "num-traits",
[[package]]
name = "num-format"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"
dependencies = [
 "arrayvec 0.4.12",
 "itoa",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "num-integer"
version = "0.1.43"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "num-traits",
[[package]]
name = "num-rational"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
 "num-bigint",
 "num-integer",
 "num-traits",
[[package]]
name = "num-rational"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
dependencies = [
 "autocfg",
 "num-integer",
 "num-traits",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "num-traits"
version = "0.2.14"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "num_cpus"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hermit-abi",
 "libc",
[[package]]
name = "object"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"

[[package]]
name = "object"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
dependencies = [
 "crc32fast",
 "indexmap",
]
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "once_cell"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd"
dependencies = [
 "parking_lot 0.11.1",
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"

[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "ordered-float"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579"
dependencies = [
 "num-traits",
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
 "winapi 0.3.9",
]

[[package]]
name = "owning_ref"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
dependencies = [
 "stable_deref_trait",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "pallet-authority-discovery"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
 "frame-support",
 "frame-system",
 "pallet-session",
 "parity-scale-codec",
 "sp-application-crypto",
 "sp-authority-discovery",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-authorship"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-authorship",
 "sp-runtime",
 "sp-std",
name = "pallet-babe"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-session",
 "pallet-timestamp",
 "parity-scale-codec",
 "sp-application-crypto",
 "sp-consensus-babe",
 "sp-consensus-vrf",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
dependencies = [
 "frame-benchmarking",
 "frame-election-provider-support",
 "frame-support",
 "frame-system",
 "log",
 "pallet-balances",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-tracing",
]

[[package]]
name = "pallet-balances"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
[[package]]
name = "pallet-beefy"
version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#71859649338cff5ebc47003cd2606307b20ec87e"
dependencies = [
 "beefy-primitives",
 "frame-support",
 "frame-system",
 "pallet-session",
 "parity-scale-codec",
[[package]]
name = "pallet-beefy-mmr"
version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#71859649338cff5ebc47003cd2606307b20ec87e"
dependencies = [
 "beefy-merkle-tree",
 "beefy-primitives",
 "frame-support",
 "frame-system",
 "hex",
 "log",
 "pallet-beefy",
 "pallet-mmr",
 "pallet-mmr-primitives",
 "pallet-session",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-bounties"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-treasury",
 "parity-scale-codec",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-bridge-dispatch"
version = "0.1.0"
dependencies = [
 "bp-message-dispatch",
 "bp-runtime",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
[[package]]
name = "pallet-bridge-grandpa"
version = "0.1.0"
dependencies = [
 "bp-header-chain",
 "bp-runtime",
 "bp-test-utils",
 "finality-grandpa",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "num-traits",
 "parity-scale-codec",
 "serde",
 "sp-finality-grandpa",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-trie",
]

[[package]]
name = "pallet-bridge-messages"
version = "0.1.0"
dependencies = [
 "bitvec 0.20.1",
 "bp-message-dispatch",
 "bp-messages",
 "bp-rialto",
 "bp-runtime",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "hex",
 "hex-literal",
 "log",
 "num-traits",
 "pallet-balances",
 "parity-scale-codec",
name = "pallet-collective"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
dependencies = [
André Silva's avatar
André Silva committed
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-democracy"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-election-provider-multi-phase"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
 "frame-election-provider-support",
 "sp-io",
 "sp-npos-elections",
 "sp-runtime",
 "sp-std",
 "static_assertions",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "pallet-elections-phragmen"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-core",
 "sp-io",
 "sp-npos-elections",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-gilt"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-arithmetic",
 "sp-runtime",
 "sp-std",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "pallet-grandpa"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-session",
 "parity-scale-codec",
 "sp-application-crypto",
 "sp-core",
 "sp-finality-grandpa",
 "sp-runtime",
 "sp-staking",
 "sp-std",
[[package]]
name = "pallet-identity"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
dependencies = [
 "enumflags2",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-io",
 "sp-runtime",
 "sp-std",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "pallet-im-online"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-authorship",
 "parity-scale-codec",
 "sp-application-crypto",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
[[package]]
name = "pallet-indices"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-std",
name = "pallet-membership"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-mmr"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
dependencies = [
 "ckb-merkle-mountain-range",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-mmr-primitives",
 "parity-scale-codec",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-mmr-primitives"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"
dependencies = [
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-core",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-mmr-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#eded99055e32c1b096993b94b38d3f6e04237c18"