polkadot-runtime-parachains 10.0.0

Relay Chain runtime code responsible for Parachains. (polkadot v1.9.0)
Documentation
[dependencies.bitflags]
version = "1.3.2"

[dependencies.bitvec]
default-features = false
features = ["alloc"]
version = "1.0.0"

[dependencies.derive_more]
version = "0.99.17"

[dependencies.frame-benchmarking]
default-features = false
optional = true
version = "31.0.0"

[dependencies.frame-support]
default-features = false
version = "31.0.0"

[dependencies.frame-system]
default-features = false
version = "31.0.0"

[dependencies.impl-trait-for-tuples]
version = "0.2.2"

[dependencies.inherents]
default-features = false
package = "sp-inherents"
version = "29.0.0"

[dependencies.log]
default-features = false
version = "0.4.20"

[dependencies.pallet-authority-discovery]
default-features = false
version = "31.0.0"

[dependencies.pallet-authorship]
default-features = false
version = "31.0.0"

[dependencies.pallet-babe]
default-features = false
version = "31.0.0"

[dependencies.pallet-balances]
default-features = false
version = "31.0.0"

[dependencies.pallet-broker]
default-features = false
version = "0.9.0"

[dependencies.pallet-message-queue]
default-features = false
version = "34.0.0"

[dependencies.pallet-session]
default-features = false
version = "31.0.0"

[dependencies.pallet-staking]
default-features = false
version = "31.0.0"

[dependencies.pallet-timestamp]
default-features = false
version = "30.0.0"

[dependencies.pallet-vesting]
default-features = false
version = "31.0.0"

[dependencies.parity-scale-codec]
default-features = false
features = ["derive", "max-encoded-len"]
version = "3.6.1"

[dependencies.polkadot-core-primitives]
default-features = false
version = "10.0.0"

[dependencies.polkadot-parachain-primitives]
default-features = false
version = "9.0.0"

[dependencies.polkadot-runtime-metrics]
default-features = false
version = "10.0.0"

[dependencies.primitives]
default-features = false
package = "polkadot-primitives"
version = "10.0.0"

[dependencies.rand]
default-features = false
version = "0.8.5"

[dependencies.rand_chacha]
default-features = false
version = "0.3.1"

[dependencies.rustc-hex]
default-features = false
version = "2.1.0"

[dependencies.scale-info]
default-features = false
features = ["derive"]
version = "2.10.0"

[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
version = "1.0.197"

[dependencies.sp-api]
default-features = false
version = "29.0.0"

[dependencies.sp-application-crypto]
default-features = false
optional = true
version = "33.0.0"

[dependencies.sp-arithmetic]
default-features = false
version = "25.0.0"

[dependencies.sp-core]
default-features = false
features = ["serde"]
version = "31.0.0"

[dependencies.sp-io]
default-features = false
version = "33.0.0"

[dependencies.sp-keystore]
optional = true
version = "0.37.0"

[dependencies.sp-runtime]
default-features = false
features = ["serde"]
version = "34.0.0"

[dependencies.sp-session]
default-features = false
version = "30.0.0"

[dependencies.sp-staking]
default-features = false
features = ["serde"]
version = "29.0.0"

[dependencies.sp-std]
default-features = false
package = "sp-std"
version = "14.0.0"

[dependencies.sp-tracing]
default-features = false
optional = true
version = "16.0.0"

[dependencies.static_assertions]
optional = true
version = "1.1.0"

[dependencies.xcm]
default-features = false
package = "staging-xcm"
version = "10.0.0"

[dependencies.xcm-executor]
default-features = false
package = "staging-xcm-executor"
version = "10.0.0"
[dev-dependencies.assert_matches]
version = "1"

[dev-dependencies.futures]
version = "0.3.21"

[dev-dependencies.hex-literal]
version = "0.4.1"

[dev-dependencies.rstest]
version = "0.18.2"

[dev-dependencies.serde_json]
default-features = true
version = "1.0.114"

[dev-dependencies.thousands]
version = "0.2.0"

[features]
default = ["std"]
no_std = []
runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-babe/runtime-benchmarks", "pallet-balances/runtime-benchmarks", "pallet-broker/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", "pallet-staking/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "pallet-vesting/runtime-benchmarks", "polkadot-parachain-primitives/runtime-benchmarks", "primitives/runtime-benchmarks", "sp-application-crypto", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", "static_assertions", "xcm-executor/runtime-benchmarks"]
runtime-metrics = ["polkadot-runtime-metrics/runtime-metrics", "sp-tracing/with-tracing"]
std = ["bitvec/std", "frame-benchmarking?/std", "frame-support/std", "frame-system/std", "inherents/std", "log/std", "pallet-authority-discovery/std", "pallet-authorship/std", "pallet-babe/std", "pallet-balances/std", "pallet-broker/std", "pallet-message-queue/std", "pallet-session/std", "pallet-staking/std", "pallet-timestamp/std", "pallet-vesting/std", "parity-scale-codec/std", "polkadot-core-primitives/std", "polkadot-parachain-primitives/std", "polkadot-runtime-metrics/std", "primitives/std", "rand/std", "rand_chacha/std", "rustc-hex/std", "scale-info/std", "serde/std", "sp-api/std", "sp-application-crypto?/std", "sp-arithmetic/std", "sp-core/std", "sp-io/std", "sp-keystore", "sp-runtime/std", "sp-session/std", "sp-staking/std", "sp-std/std", "xcm-executor/std", "xcm/std"]
try-runtime = ["frame-support/try-runtime", "frame-system/try-runtime", "pallet-authority-discovery/try-runtime", "pallet-authorship/try-runtime", "pallet-babe/try-runtime", "pallet-balances/try-runtime", "pallet-broker/try-runtime", "pallet-message-queue/try-runtime", "pallet-session/try-runtime", "pallet-staking/try-runtime", "pallet-timestamp/try-runtime", "pallet-vesting/try-runtime", "sp-runtime/try-runtime"]
[lints.clippy.all]
level = "allow"
priority = 0

[lints.clippy.bind_instead_of_map]
level = "allow"
priority = 2

[lints.clippy.borrowed-box]
level = "allow"
priority = 2

[lints.clippy.complexity]
level = "warn"
priority = 1

[lints.clippy.correctness]
level = "warn"
priority = 1

[lints.clippy.default_constructed_unit_structs]
level = "allow"
priority = 2

[lints.clippy.derivable_impls]
level = "allow"
priority = 2

[lints.clippy.eq_op]
level = "allow"
priority = 2

[lints.clippy.erasing_op]
level = "allow"
priority = 2

[lints.clippy.extra-unused-type-parameters]
level = "allow"
priority = 2

[lints.clippy.identity-op]
level = "allow"
priority = 2

[lints.clippy.if-same-then-else]
level = "allow"
priority = 2

[lints.clippy.needless-lifetimes]
level = "allow"
priority = 2

[lints.clippy.needless_option_as_deref]
level = "allow"
priority = 2

[lints.clippy.nonminimal-bool]
level = "allow"
priority = 2

[lints.clippy.option-map-unit-fn]
level = "allow"
priority = 2

[lints.clippy.stable_sort_primitive]
level = "allow"
priority = 2

[lints.clippy.too-many-arguments]
level = "allow"
priority = 2

[lints.clippy.type_complexity]
level = "allow"
priority = 2

[lints.clippy.unit_arg]
level = "allow"
priority = 2

[lints.clippy.unnecessary_cast]
level = "allow"
priority = 2

[lints.clippy.useless_conversion]
level = "allow"
priority = 2

[lints.clippy.while_immutable_condition]
level = "allow"
priority = 2

[lints.clippy.zero-prefixed-literal]
level = "allow"
priority = 2
[lints.rust.suspicious_double_ref_op]
level = "allow"
priority = 2

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Relay Chain runtime code responsible for Parachains. (polkadot v1.9.0)"
edition = "2021"
license = "GPL-3.0-only"
name = "polkadot-runtime-parachains"
version = "10.0.0"