noble-vesting 2.0.0

FABRIC noble for manage vesting
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "tetsy-scale-codec"
version = "2.0.1"

[dependencies.enumflags2]
version = "0.6.2"

[dependencies.fabric-benchmarking]
default-features = false
optional = true
version = "2.0.0"

[dependencies.fabric-support]
default-features = false
version = "2.0.0"

[dependencies.fabric-system]
default-features = false
version = "2.0.0"

[dependencies.serde]
optional = true
version = "1.0.101"

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

[dependencies.tp-runtime]
default-features = false
version = "2.0.2"
[dev-dependencies.hex-literal]
version = "0.3.1"

[dev-dependencies.noble-balances]
version = "2.0.1"

[dev-dependencies.tet-core]
version = "2.0.2"

[dev-dependencies.tet-io]
version = "2.0.2"

[dev-dependencies.tetcore-storage]
version = "2.0.2"

[features]
default = ["std"]
runtime-benchmarks = ["fabric-benchmarking"]
std = ["serde", "codec/std", "tetcore-std/std", "tp-runtime/std", "fabric-support/std", "fabric-system/std"]

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