[package] name = "tc-consensus-uncles" version = "0.8.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Generic uncle inclusion 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-uncles" readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] tc-client-api = { version = "2.0.0", path = "../../api" } tet-core = { version = "2.0.2", path = "../../../primitives/core" } tp-runtime = { version = "2.0.2", path = "../../../primitives/runtime" } tp-authorship = { version = "2.0.2", path = "../../../primitives/authorship" } tp-consensus = { version = "0.8.2", path = "../../../primitives/consensus/common" } tp-inherents = { version = "2.0.2", path = "../../../primitives/inherents" } log = "0.4.8"