noble-node-authorization 2.0.0

FABRIC noble for node authorization
Documentation
[package]
name = "noble-node-authorization"
version = "2.0.0"
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"
documentation = "https://docs.rs/noble-node-authorization"
description = "FABRIC noble for node authorization"

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

[dependencies]
serde = { version = "1.0.101", optional = true }
codec = { package = "tetsy-scale-codec", version = "2.0.1", default-features = false, features = ["derive"] }
fabric-support = { version = "2.0.0", default-features = false, path = "../support" }
fabric-system = { version = "2.0.0", default-features = false, path = "../system" }
tet-core = { version = "2.0.2", default-features = false, path = "../../primitives/core" }
tet-io = { version = "2.0.2", default-features = false, path = "../../primitives/io" }
tp-runtime = { version = "2.0.2", default-features = false, path = "../../primitives/runtime" }
tetcore-std = { version = "2.0.2", default-features = false, path = "../../primitives/std" }

[features]
default = ["std"]
std = [
	"serde",
	"codec/std",
	"fabric-support/std",
	"fabric-system/std",
	"tet-core/std",
	"tet-io/std",
	"tp-runtime/std",
	"tetcore-std/std",
]