# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "parachain-template-runtime" version = "0.9.0" authors = ["Anonymous"] description = "A new Cumulus FRAME-based Substrate Runtime, ready for hacking together a parachain." homepage = "https://substrate.io" license = "Unlicense" repository = "https://github.com/paritytech/polkadot-sdk.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "3.0.0" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.cumulus-pallet-aura-ext] version = "0.9.0" default-features = false [dependencies.cumulus-pallet-parachain-system] version = "0.9.0" features = ["parameterized-consensus-hook"] default-features = false [dependencies.cumulus-pallet-session-benchmarking] version = "11.0.0" default-features = false [dependencies.cumulus-pallet-xcm] version = "0.9.0" default-features = false [dependencies.cumulus-pallet-xcmp-queue] version = "0.9.0" default-features = false [dependencies.cumulus-primitives-core] version = "0.9.0" default-features = false [dependencies.cumulus-primitives-utility] version = "0.9.0" default-features = false [dependencies.frame-benchmarking] version = "30.0.0" optional = true default-features = false [dependencies.frame-executive] version = "30.0.0" default-features = false [dependencies.frame-support] version = "30.0.0" default-features = false [dependencies.frame-system] version = "30.0.0" default-features = false [dependencies.frame-system-benchmarking] version = "30.0.0" optional = true default-features = false [dependencies.frame-system-rpc-runtime-api] version = "28.0.0" default-features = false [dependencies.frame-try-runtime] version = "0.36.0" optional = true default-features = false [dependencies.hex-literal] version = "0.4.1" optional = true [dependencies.log] version = "0.4.20" default-features = false [dependencies.pallet-aura] version = "29.0.0" default-features = false [dependencies.pallet-authorship] version = "30.0.0" default-features = false [dependencies.pallet-balances] version = "30.0.0" default-features = false [dependencies.pallet-collator-selection] version = "11.0.0" default-features = false [dependencies.pallet-message-queue] version = "33.0.0" default-features = false [dependencies.pallet-parachain-template] version = "0.9.0" default-features = false [dependencies.pallet-session] version = "30.0.0" default-features = false [dependencies.pallet-sudo] version = "30.0.0" default-features = false [dependencies.pallet-timestamp] version = "29.0.0" default-features = false [dependencies.pallet-transaction-payment] version = "30.0.0" default-features = false [dependencies.pallet-transaction-payment-rpc-runtime-api] version = "30.0.0" default-features = false [dependencies.pallet-xcm] version = "9.0.0" default-features = false [dependencies.parachain-info] version = "0.9.0" default-features = false package = "staging-parachain-info" [dependencies.parachains-common] version = "9.0.0" default-features = false [dependencies.polkadot-parachain-primitives] version = "8.0.0" default-features = false [dependencies.polkadot-runtime-common] version = "9.0.0" default-features = false [dependencies.scale-info] version = "2.10.0" features = ["derive"] default-features = false [dependencies.smallvec] version = "1.11.0" [dependencies.sp-api] version = "28.0.0" default-features = false [dependencies.sp-block-builder] version = "28.0.0" default-features = false [dependencies.sp-consensus-aura] version = "0.34.0" default-features = false [dependencies.sp-core] version = "30.0.0" default-features = false [dependencies.sp-genesis-builder] version = "0.9.0" default-features = false [dependencies.sp-inherents] version = "28.0.0" default-features = false [dependencies.sp-offchain] version = "28.0.0" default-features = false [dependencies.sp-runtime] version = "33.0.0" default-features = false [dependencies.sp-session] version = "29.0.0" default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [dependencies.sp-transaction-pool] version = "28.0.0" default-features = false [dependencies.sp-version] version = "31.0.0" default-features = false [dependencies.xcm] version = "9.0.0" default-features = false package = "staging-xcm" [dependencies.xcm-builder] version = "9.0.0" default-features = false package = "staging-xcm-builder" [dependencies.xcm-executor] version = "9.0.0" default-features = false package = "staging-xcm-executor" [build-dependencies.substrate-wasm-builder] version = "19.0.0" optional = true [features] default = ["std"] experimental = ["pallet-aura/experimental"] runtime-benchmarks = [ "cumulus-pallet-parachain-system/runtime-benchmarks", "cumulus-pallet-session-benchmarking/runtime-benchmarks", "cumulus-pallet-xcmp-queue/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", "cumulus-primitives-utility/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system-benchmarking/runtime-benchmarks", "frame-system/runtime-benchmarks", "hex-literal", "pallet-balances/runtime-benchmarks", "pallet-collator-selection/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", "pallet-parachain-template/runtime-benchmarks", "pallet-sudo/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "pallet-xcm/runtime-benchmarks", "parachains-common/runtime-benchmarks", "polkadot-parachain-primitives/runtime-benchmarks", "polkadot-runtime-common/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", ] std = [ "codec/std", "cumulus-pallet-aura-ext/std", "cumulus-pallet-parachain-system/std", "cumulus-pallet-session-benchmarking/std", "cumulus-pallet-xcm/std", "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-core/std", "cumulus-primitives-utility/std", "frame-benchmarking?/std", "frame-executive/std", "frame-support/std", "frame-system-benchmarking?/std", "frame-system-rpc-runtime-api/std", "frame-system/std", "frame-try-runtime?/std", "log/std", "pallet-aura/std", "pallet-authorship/std", "pallet-balances/std", "pallet-collator-selection/std", "pallet-message-queue/std", "pallet-parachain-template/std", "pallet-session/std", "pallet-sudo/std", "pallet-timestamp/std", "pallet-transaction-payment-rpc-runtime-api/std", "pallet-transaction-payment/std", "pallet-xcm/std", "parachain-info/std", "parachains-common/std", "polkadot-parachain-primitives/std", "polkadot-runtime-common/std", "scale-info/std", "sp-api/std", "sp-block-builder/std", "sp-consensus-aura/std", "sp-core/std", "sp-genesis-builder/std", "sp-inherents/std", "sp-offchain/std", "sp-runtime/std", "sp-session/std", "sp-std/std", "sp-transaction-pool/std", "sp-version/std", "substrate-wasm-builder", "xcm-builder/std", "xcm-executor/std", "xcm/std", ] try-runtime = [ "cumulus-pallet-aura-ext/try-runtime", "cumulus-pallet-parachain-system/try-runtime", "cumulus-pallet-xcm/try-runtime", "cumulus-pallet-xcmp-queue/try-runtime", "frame-executive/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", "frame-try-runtime/try-runtime", "pallet-aura/try-runtime", "pallet-authorship/try-runtime", "pallet-balances/try-runtime", "pallet-collator-selection/try-runtime", "pallet-message-queue/try-runtime", "pallet-parachain-template/try-runtime", "pallet-session/try-runtime", "pallet-sudo/try-runtime", "pallet-timestamp/try-runtime", "pallet-transaction-payment/try-runtime", "pallet-xcm/try-runtime", "parachain-info/try-runtime", "polkadot-runtime-common/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