[package] name = "bp-pezkuwi-bulletin" description = "Primitives of Pezkuwi Bulletin chain runtime." version = "0.4.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [package.metadata.pezkuwi-sdk] exclude-from-umbrella = true [lints] workspace = true [dependencies] codec = { features = ["derive"], workspace = true } scale-info = { features = ["derive"], workspace = true } # Bridge Dependencies bp-header-chain = { workspace = true } bp-messages = { workspace = true } bp-pezkuwi-core = { workspace = true } bp-runtime = { workspace = true } # Substrate Based Dependencies 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-pezkuwi-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", ] runtime-benchmarks = [ "bp-header-chain/runtime-benchmarks", "bp-messages/runtime-benchmarks", "bp-pezkuwi-core/runtime-benchmarks", "bp-runtime/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "sp-api/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ]