[package] name = "sc-consensus-epochs" version = "0.40.0" authors.workspace = true description = "Generic epochs-based utilities for consensus (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true readme = "README.md" [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } fork-tree = { version = "13.0.0", path = "../../../utils/fork-tree" } sc-client-api = { version = "35.0.0", path = "../../api" } sc-consensus = { version = "0.40.0", path = "../common" } sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" }