[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" } client-api = { package = "sc-client-api", path = "../../api" } primitives = { package = "sp-core", path = "../../../primitives/core" } sp-blockchain = { path = "../../../primitives/blockchain" } sp-runtime = { path = "../../../primitives/runtime" } sc-telemetry = { path = "../../telemetry" } consensus_common = { package = "sp-consensus", path = "../../../primitives/consensus/common" } inherents = { package = "sp-inherents", path = "../../../primitives/inherents" } futures = "0.3.1" futures-timer = "2.0" parking_lot = "0.9.0" log = "0.4.8" [dev-dependencies] test-client = { package = "substrate-test-runtime-client", path = "../../../test/utils/runtime/client" }