tp-block-builder 2.0.2

The block builder runtime api.
Documentation
[dependencies.codec]
default-features = false
package = "tetsy-scale-codec"
version = "2.0.1"

[dependencies.tetcore-std]
default-features = false
version = "2.0.2"

[dependencies.tp-api]
default-features = false
version = "2.0.2"

[dependencies.tp-inherents]
default-features = false
version = "2.0.2"

[dependencies.tp-runtime]
default-features = false
version = "2.0.2"

[features]
default = ["std"]
std = ["tp-runtime/std", "codec/std", "tp-inherents/std", "tp-api/std", "tetcore-std/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
categories = ["cryptography::cryptocurrencies"]
description = "The block builder runtime api."
documentation = "https://docs.rs/tp-block-builder"
edition = "2018"
homepage = "https://core.tetcoin.org"
keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"]
license = "Apache-2.0"
name = "tp-block-builder"
readme = "README.md"
repository = "https://github.com/tetcoin/tetcore"
version = "2.0.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]