[package] name = "tc-consensus" version = "0.8.0" authors = ["Parity Technologies ", "Tetcoin Developers "] 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" description = "Collection of common consensus specific imlementations for Tetcore (client)" readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] tc-client-api = { version = "2.0.0", path = "../../api" } tp-blockchain = { version = "2.0.2", path = "../../../primitives/blockchain" } tp-runtime = { version = "2.0.2", path = "../../../primitives/runtime" } tp-consensus = { version = "0.8.2", path = "../../../primitives/consensus/common" }