[package] name = "polkadot-node-core-bitfield-signing" version = "18.0.0" authors.workspace = true edition.workspace = true license.workspace = true description = "Bitfield signing subsystem for the Polkadot node" [lints] workspace = true [dependencies] futures = { workspace = true } gum.workspace = true gum.default-features = true polkadot-primitives.workspace = true polkadot-primitives.default-features = true polkadot-node-subsystem.workspace = true polkadot-node-subsystem.default-features = true polkadot-node-subsystem-util.workspace = true polkadot-node-subsystem-util.default-features = true sp-keystore.workspace = true sp-keystore.default-features = true wasm-timer = { workspace = true } thiserror = { workspace = true } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" }