[package] name = "sc-consensus-slots" version = "2.0.0" authors = ["Parity Technologies "] description = "Generic slots-based utilities for consensus" edition = "2018" build = "build.rs" [dependencies] codec = { package = "parity-scale-codec", version = "1.0.0" } sc-client-api = { path = "../../api" } sp-core = { path = "../../../primitives/core" } sp-blockchain = { path = "../../../primitives/blockchain" } sp-runtime = { path = "../../../primitives/runtime" } sc-telemetry = { path = "../../telemetry" } sp-consensus = { path = "../../../primitives/consensus/common" } sp-inherents = { path = "../../../primitives/inherents" } futures = "0.3.1" futures-timer = "2.0" parking_lot = "0.9.0" log = "0.4.8" [dev-dependencies] substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" }