tp-authority-discovery 2.1.2

Authority discovery primitives
Documentation
[package]
name = "tp-authority-discovery"
version = "2.1.2"
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
description = "Authority discovery primitives"
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"
documentation = "https://docs.rs/tp-authority-discovery"
readme = "README.md"

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

[dependencies]
tet-application-crypto = { version = "2.1.2", default-features = false, path = "../application-crypto" }
codec = { package = "tetsy-scale-codec", default-features = false, version = "2.0.1" }
tetcore-std = { version = "2.1.2", default-features = false, path = "../std" }
tp-api = { version = "2.1.2", default-features = false, path = "../api" }
tp-runtime = { version = "2.1.2", default-features = false, path = "../runtime" }

[features]
default = ["std"]
std = [
	"tet-application-crypto/std",
	"codec/std",
	"tetcore-std/std",
	"tp-api/std",
	"tp-runtime/std"
]