[package] name = "bp-bridge-hub-polkadot" description = "Primitives of BridgeHubPolkadot parachain runtime." version = "0.17.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [package.metadata.polkadot-sdk] exclude-from-umbrella = true [lints] workspace = true [dependencies] bp-bridge-hub-cumulus.workspace = true bp-runtime.workspace = true bp-messages.workspace = true frame-support.workspace = true sp-api.workspace = true sp-runtime.workspace = true sp-std.workspace = true [features] default = ["std"] std = [ "bp-bridge-hub-cumulus/std", "bp-messages/std", "bp-runtime/std", "frame-support/std", "sp-api/std", "sp-runtime/std", "sp-std/std", ]