tp-blockchain 2.0.1

Tetcore blockchain traits and primitives.
Documentation
[package]
name = "tp-blockchain"
version = "2.0.1"
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
edition = "2018"
license = "Apache-2.0"
keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"]
categories = ["cryptography::cryptocurrencies"]
homepage = "https://core.tetcoin.org"
repository = "https://github.com/tetcoin/tetcore"
description = "Tetcore blockchain traits and primitives."
documentation = "https://docs.rs/tp-blockchain"
readme = "README.md"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
log = "0.4.11"
lru = "0.6.1"
parking_lot = "0.11.1"
thiserror = "1.0.21"
futures = "0.3.9"
codec = { package = "tetsy-scale-codec", version = "2.0.1", default-features = false, features = ["derive"] }
tp-consensus = { version = "0.8.1", path = "../consensus/common" }
tp-runtime = { version = "2.0.1", path = "../runtime" }
tp-state-machine = { version = "0.8.1", path = "../state-machine" }
tetcore-database = { version = "2.0.1", path = "../database" }
tp-api = { version = "2.0.1", path = "../api" }