pallet-vesting 21.1.0-dev.6

FRAME pallet for manage vesting
[package]
name = "pallet-vesting"
version = "21.1.0-dev.6"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "FRAME pallet for manage vesting"
readme = "README.md"

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

[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = [
	"derive",
] }
log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
frame-benchmarking = { version = "=21.1.0-dev.6", default-features = false, optional = true, path = "../benchmarking" }
frame-support = { version = "=21.1.0-dev.6", default-features = false, path = "../support" }
frame-system = { version = "=21.1.0-dev.6", default-features = false, path = "../system" }
sp-runtime = { version = "=24.1.0-dev.6", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "=8.1.0-dev.6", default-features = false, path = "../../primitives/std" }

[dev-dependencies]
pallet-balances = { path = "../balances" }
sp-core = { path = "../../primitives/core" }
sp-io = { default-features = false, path = "../../primitives/io" }

[features]
default = ["std"]
std = [
	"frame-benchmarking?/std",
	"codec/std",
	"frame-support/std",
	"frame-system/std",
	"log/std",
	"scale-info/std",
	"sp-runtime/std",
	"sp-std/std",
]
runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks"]
try-runtime = ["frame-support/try-runtime"]