[package] name = "bp-polkadot" description = "Primitives of Polkadot runtime." version = "0.16.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] bp-header-chain.workspace = true bp-polkadot-core.workspace = true bp-runtime.workspace = true frame-support.workspace = true sp-api.workspace = true sp-std.workspace = true [features] default = ["std"] std = [ "bp-header-chain/std", "bp-polkadot-core/std", "bp-runtime/std", "frame-support/std", "sp-api/std", "sp-std/std", ]