[package] name = "bp-polkadot-bulletin" description = "Primitives of Polkadot Bulletin chain runtime." version = "0.15.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] codec = { features = ["derive"], workspace = true } scale-info = { features = ["derive"], workspace = true } bp-header-chain.workspace = true bp-messages.workspace = true bp-polkadot-core.workspace = true bp-runtime.workspace = true frame-support.workspace = true frame-system.workspace = true sp-api.workspace = true sp-runtime.workspace = true sp-std.workspace = true [features] default = ["std"] std = [ "bp-header-chain/std", "bp-messages/std", "bp-polkadot-core/std", "bp-runtime/std", "codec/std", "frame-support/std", "frame-system/std", "scale-info/std", "sp-api/std", "sp-runtime/std", "sp-std/std", ]