Newer
Older
dependencies = [
"memchr",
]
[[package]]
name = "oid-registry"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"
dependencies = [
"asn1-rs 0.3.1",
]
[[package]]
name = "oid-registry"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
dependencies = [
"asn1-rs 0.5.1",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Svyatoslav Nikolsky
committed
[[package]]
name = "openssl-sys"
Svyatoslav Nikolsky
committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
Svyatoslav Nikolsky
committed
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "orchestra"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17e7d5b6bb115db09390bed8842c94180893dd83df3dfce7354f2a2aa090a4ee"
dependencies = [
"async-trait",
"dyn-clonable",
"futures",
"futures-timer",
"orchestra-proc-macro",
"pin-project",
"prioritized-metered-channel",
"thiserror",
"tracing",
]
[[package]]
name = "orchestra-proc-macro"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2af4dabb2286b0be0e9711d2d24e25f6217048b71210cffd3daddc3b5c84e1f"
dependencies = [
"expander 0.0.6",
"itertools",
"petgraph",
"proc-macro-crate",
"quote 1.0.23",
"syn 1.0.107",
[[package]]
name = "ordered-float"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
dependencies = [
"num-traits",
]
[[package]]
name = "os_str_bytes"
version = "6.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
[[package]]
name = "p256"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
dependencies = [
"ecdsa",
"elliptic-curve",
"sha2 0.10.6",
]
[[package]]
name = "p384"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
dependencies = [
"ecdsa",
"elliptic-curve",
"sha2 0.10.6",
]
[[package]]
name = "packed_simd_2"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
dependencies = [
"cfg-if 1.0.0",
"libm 0.1.4",
]
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-support",
"frame-system",
"pallet-timestamp",
"parity-scale-codec",
"sp-application-crypto 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-authority-discovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-support",
"frame-system",
"pallet-session",
"parity-scale-codec",
"sp-application-crypto 7.0.0",
"sp-authority-discovery",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-authorship"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-babe"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"pallet-authorship",
"pallet-session",
"pallet-timestamp",
"parity-scale-codec",
"sp-application-crypto 7.0.0",
"sp-consensus-babe",
"sp-consensus-vrf",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-session",
"sp-staking",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-bags-list"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-benchmarking",
"frame-election-provider-support",
"frame-support",
"frame-system",
"log",
"pallet-balances",
"parity-scale-codec",
"scale-info",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
"sp-tracing 6.0.0",
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-beefy"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-support",
"frame-system",
"pallet-session",
"parity-scale-codec",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
name = "pallet-beefy-mmr"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"binary-merkle-tree",
"frame-support",
"frame-system",
"pallet-beefy",
"pallet-mmr",
"pallet-session",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
Svyatoslav Nikolsky
committed
[[package]]
name = "pallet-bounties"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
Svyatoslav Nikolsky
committed
dependencies = [
"frame-benchmarking",
Svyatoslav Nikolsky
committed
"frame-support",
"frame-system",
"pallet-treasury",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-bridge-beefy"
version = "0.1.0"
dependencies = [
"bp-beefy",
"bp-runtime",
"bp-test-utils",
"frame-support",
"frame-system",
"log",
"pallet-beefy-mmr",
"pallet-mmr",
"parity-scale-codec",
"rand 0.8.5",
"scale-info",
"serde",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-bridge-grandpa"
version = "0.1.0"
dependencies = [
"bp-header-chain",
"bp-runtime",
"bp-test-utils",
"finality-grandpa",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-finality-grandpa",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
"sp-trie 7.0.0",
[[package]]
name = "pallet-bridge-messages"
version = "0.1.0"
dependencies = [
"bp-messages",
"bp-runtime",
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"num-traits",
"pallet-balances",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-bridge-parachains"
version = "0.1.0"
dependencies = [
"bp-header-chain",
"bp-polkadot-core",
"bp-runtime",
"bp-test-utils",
"frame-support",
"frame-system",
"log",
"pallet-bridge-grandpa",
"parity-scale-codec",
"scale-info",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
"sp-trie 7.0.0",
[[package]]
name = "pallet-bridge-relayers"
version = "0.1.0"
dependencies = [
"bp-messages",
"bp-relayers",
"bp-runtime",
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"pallet-balances",
"parity-scale-codec",
"scale-info",
"sp-arithmetic 6.0.0",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-child-bounties"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"pallet-bounties",
"pallet-treasury",
"parity-scale-codec",
"scale-info",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-collective"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-conviction-voting"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"assert_matches",
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"serde",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-democracy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-election-provider-multi-phase"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-benchmarking",
"frame-election-provider-support",
"frame-support",
"frame-system",
"log",
"pallet-election-provider-support-benchmarking",
"parity-scale-codec",
"sp-arithmetic 6.0.0",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-npos-elections",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-election-provider-support-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
"frame-system",
"parity-scale-codec",
"sp-npos-elections",
"sp-runtime 7.0.0",
]
[[package]]
name = "pallet-elections-phragmen"
version = "5.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-npos-elections",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-fast-unstake"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-staking",
"sp-std 5.0.0",
]
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"parity-scale-codec",
"sp-application-crypto 7.0.0",
"sp-core 7.0.0",
"sp-finality-grandpa",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-identity"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"enumflags2",
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-im-online"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"pallet-authorship",
"parity-scale-codec",
"sp-application-crypto 7.0.0",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-indices"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-membership"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-mmr"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
Svyatoslav Nikolsky
committed
"sp-mmr-primitives",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-multisig"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-arithmetic 6.0.0",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-nomination-pools"
version = "1.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-nomination-pools-runtime-api"
version = "1.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"parity-scale-codec",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-offences"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-support",
"frame-system",
"log",
"pallet-balances",
"parity-scale-codec",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-preimage"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-proxy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-ranked-collective"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-arithmetic 6.0.0",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-recovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-referenda"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"serde",
"sp-arithmetic 6.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-scheduler"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
"sp-weights 4.0.0",
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
"sp-trie 7.0.0",
[[package]]
name = "pallet-shift-session-manager"
version = "0.1.0"
dependencies = [
"frame-support",
"frame-system",
"pallet-session",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"sp-staking",
"sp-std 5.0.0",
[[package]]
name = "pallet-society"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"rand_chacha 0.2.2",
"scale-info",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-staking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-benchmarking",
"frame-election-provider-support",
"frame-support",
"frame-system",
"log",
"pallet-authorship",
"pallet-session",
"parity-scale-codec",
"sp-application-crypto 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-staking-reward-curve"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"proc-macro-crate",
"quote 1.0.23",
"syn 1.0.107",
[[package]]
name = "pallet-staking-reward-fn"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"log",
"sp-arithmetic 6.0.0",
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "pallet-timestamp"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-inherents",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-tips"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"pallet-treasury",
"parity-scale-codec",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "pallet-transaction-payment"