tp-consensus-babe 0.8.1

Primitives for BABE consensus
Documentation
[dependencies.codec]
default-features = false
package = "tetsy-scale-codec"
version = "2.0.1"

[dependencies.merlin]
default-features = false
version = "2.0"

[dependencies.tet-application-crypto]
default-features = false
version = "2.0.1"

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

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

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

[dependencies.tp-consensus]
optional = true
version = "0.8.1"

[dependencies.tp-consensus-slots]
default-features = false
version = "0.8.1"

[dependencies.tp-consensus-vrf]
default-features = false
version = "0.8.1"

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

[dependencies.tp-keystore]
default-features = false
optional = true
version = "0.8.0"

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

[dependencies.tp-timestamp]
default-features = false
version = "2.0.1"

[features]
default = ["std"]
std = ["tet-application-crypto/std", "codec/std", "merlin/std", "tetcore-std/std", "tp-api/std", "tp-consensus", "tp-consensus-slots/std", "tp-consensus-vrf/std", "tet-core/std", "tp-inherents/std", "tp-keystore", "tp-runtime/std", "tp-timestamp/std"]

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