[package] name = "pallet-xcm-bridge-hub" description = "Module that adds dynamic bridges/lanes support to XCM infrastructure at the bridge hub." version = "0.13.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] workspace = true [dependencies] codec = { workspace = true } log = { workspace = true } scale-info = { features = ["derive"], workspace = true } bp-messages.workspace = true bp-runtime.workspace = true bp-xcm-bridge-hub.workspace = true pallet-bridge-messages.workspace = true frame-support.workspace = true frame-system.workspace = true sp-core.workspace = true sp-runtime.workspace = true sp-std.workspace = true xcm.workspace = true xcm-builder.workspace = true xcm-executor.workspace = true [dev-dependencies] pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } sp-io = { path = "../../../substrate/primitives/io", default-features = false } bp-runtime = { path = "../../primitives/runtime", default-features = false } bp-header-chain = { path = "../../primitives/header-chain", default-features = false } pallet-xcm-bridge-hub-router = { path = "../xcm-bridge-hub-router", default-features = false } polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-features = false } [features] default = ["std"] std = [ "bp-messages/std", "bp-runtime/std", "bp-xcm-bridge-hub/std", "codec/std", "frame-support/std", "frame-system/std", "log/std", "pallet-bridge-messages/std", "scale-info/std", "sp-core/std", "sp-runtime/std", "sp-std/std", "xcm-builder/std", "xcm-executor/std", "xcm/std", ] runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-bridge-messages/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-bridge-messages/try-runtime", "sp-runtime/try-runtime", ]