tp-inherents 2.0.2

Provides types and traits for creating and checking inherents.
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "tetsy-scale-codec"
version = "2.0.1"

[dependencies.parking_lot]
optional = true
version = "0.11.1"

[dependencies.tet-core]
default-features = false
version = "2.0.2"

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

[dependencies.thiserror]
optional = true
version = "1.0.21"

[features]
default = ["std"]
std = ["parking_lot", "tetcore-std/std", "codec/std", "tet-core/std", "thiserror"]

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