[package] name = "tc-consensus-epochs" version = "0.8.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Generic epochs-based utilities for consensus" edition = "2018" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] homepage = "https://core.tetcoin.org" repository = "https://github.com/tetcoin/tetcore" documentation = "https://docs.rs/tc-consensus-epochs" readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "tetsy-scale-codec", version = "2.0.1", features = ["derive"] } parking_lot = "0.11.1" forktree = { version = "2.0.1", path = "../../../utils/forktree" } tp-runtime = { path = "../../../primitives/runtime" , version = "2.0.0"} tp-blockchain = { version = "2.0.2", path = "../../../primitives/blockchain" } tc-client-api = { path = "../../api" , version = "2.0.0"}