penpal-runtime 0.11.1

A parachain for communication back and forth with XCM of assets and uniques.
Documentation
[build-dependencies.substrate-wasm-builder]
optional = true
version = "14.0.0"
[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "3.0.0"

[dependencies.cumulus-pallet-aura-ext]
default-features = false
version = "0.4.0"

[dependencies.cumulus-pallet-dmp-queue]
default-features = false
version = "0.4.0"

[dependencies.cumulus-pallet-parachain-system]
default-features = false
features = ["parameterized-consensus-hook"]
version = "0.4.0"

[dependencies.cumulus-pallet-session-benchmarking]
default-features = false
version = "6.0.0"

[dependencies.cumulus-pallet-xcm]
default-features = false
version = "0.4.0"

[dependencies.cumulus-pallet-xcmp-queue]
default-features = false
version = "0.4.0"

[dependencies.cumulus-primitives-core]
default-features = false
version = "0.4.0"

[dependencies.cumulus-primitives-utility]
default-features = false
version = "0.4.0"

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

[dependencies.frame-executive]
default-features = false
version = "25.0.0"

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

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

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

[dependencies.frame-system-rpc-runtime-api]
default-features = false
version = "23.0.0"

[dependencies.frame-try-runtime]
default-features = false
optional = true
version = "0.31.0"

[dependencies.hex-literal]
optional = true
version = "0.4.1"

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

[dependencies.pallet-asset-tx-payment]
default-features = false
version = "25.0.0"

[dependencies.pallet-assets]
default-features = false
version = "26.0.0"

[dependencies.pallet-aura]
default-features = false
version = "24.0.0"

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

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

[dependencies.pallet-collator-selection]
default-features = false
version = "6.0.0"

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

[dependencies.pallet-sudo]
default-features = false
version = "25.0.0"

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

[dependencies.pallet-transaction-payment]
default-features = false
version = "25.0.0"

[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
version = "25.0.0"

[dependencies.pallet-xcm]
default-features = false
version = "4.0.0"

[dependencies.parachain-info]
default-features = false
package = "staging-parachain-info"
version = "0.4.0"

[dependencies.parachains-common]
default-features = false
version = "4.0.0"

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

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

[dependencies.polkadot-runtime-common]
default-features = false
version = "4.0.0"

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

[dependencies.smallvec]
version = "1.11.0"

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

[dependencies.sp-block-builder]
default-features = false
version = "23.0.0"

[dependencies.sp-consensus-aura]
default-features = false
version = "0.29.0"

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

[dependencies.sp-genesis-builder]
default-features = false
version = "0.4.0"

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

[dependencies.sp-offchain]
default-features = false
version = "23.0.0"

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

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

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

[dependencies.sp-storage]
default-features = false
version = "17.0.0"

[dependencies.sp-transaction-pool]
default-features = false
version = "23.0.0"

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

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

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

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

[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-utility/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system-benchmarking/runtime-benchmarks", "frame-system/runtime-benchmarks", "hex-literal", "pallet-asset-tx-payment/runtime-benchmarks", "pallet-assets/runtime-benchmarks", "pallet-balances/runtime-benchmarks", "pallet-collator-selection/runtime-benchmarks", "pallet-sudo/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "pallet-xcm/runtime-benchmarks", "parachains-common/runtime-benchmarks", "polkadot-parachain-primitives/runtime-benchmarks", "polkadot-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-dmp-queue/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-asset-tx-payment/std", "pallet-assets/std", "pallet-aura/std", "pallet-authorship/std", "pallet-balances/std", "pallet-collator-selection/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-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-storage/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-dmp-queue/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-asset-tx-payment/try-runtime", "pallet-assets/try-runtime", "pallet-aura/try-runtime", "pallet-authorship/try-runtime", "pallet-balances/try-runtime", "pallet-collator-selection/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"]

[package]
authors = ["Anonymous"]
description = "A parachain for communication back and forth with XCM of assets and uniques."
edition = "2021"
homepage = "https://substrate.io"
license = "Unlicense"
name = "penpal-runtime"
repository = "https://github.com/paritytech/polkadot-sdk.git"
version = "0.11.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]