pallet-offences-benchmarking 2.0.0-rc3

FRAME offences pallet benchmarking
Documentation
[package]
name = "pallet-offences-benchmarking"
version = "2.0.0-rc3"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "FRAME offences pallet benchmarking"

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

[dependencies]
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
frame-benchmarking = { version = "2.0.0-rc3", default-features = false, path = "../../benchmarking" }
frame-support = { version = "2.0.0-rc3", default-features = false, path = "../../support" }
frame-system = { version = "2.0.0-rc3", default-features = false, path = "../../system" }
pallet-babe = { version = "2.0.0-rc3", default-features = false, path = "../../babe" }
pallet-balances = { version = "2.0.0-rc3", default-features = false, path = "../../balances" }
pallet-grandpa = { version = "2.0.0-rc3", default-features = false, path = "../../grandpa" }
pallet-im-online = { version = "2.0.0-rc3", default-features = false, path = "../../im-online" }
pallet-offences = { version = "2.0.0-rc3", default-features = false, features = ["runtime-benchmarks"], path = "../../offences" }
pallet-session = { version = "2.0.0-rc3", default-features = false, path = "../../session" }
pallet-staking = { version = "2.0.0-rc3", default-features = false, features = ["runtime-benchmarks"], path = "../../staking" }
sp-runtime = { version = "2.0.0-rc3", default-features = false, path = "../../../primitives/runtime" }
sp-staking = { version = "2.0.0-rc3", default-features = false, path = "../../../primitives/staking" }
sp-std = { version = "2.0.0-rc3", default-features = false, path = "../../../primitives/std" }

[features]
default = ["std"]
std = [
	"frame-benchmarking/std",
	"frame-support/std",
	"frame-system/std",
	"pallet-babe/std",
	"pallet-balances/std",
	"pallet-grandpa/std",
	"pallet-im-online/std",
	"pallet-offences/std",
	"pallet-session/std",
	"pallet-staking/std",
	"sp-runtime/std",
	"sp-staking/std",
	"sp-std/std",
]