pallet-proxy 3.0.0

FRAME proxying pallet
Documentation
[dependencies.codec]
default-features = false
package = "parity-scale-codec"
version = "2.0.0"

[dependencies.frame-benchmarking]
default-features = false
optional = true
version = "3.0.0"

[dependencies.frame-support]
default-features = false
version = "3.0.0"

[dependencies.frame-system]
default-features = false
version = "3.0.0"

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

[dependencies.sp-core]
default-features = false
version = "3.0.0"

[dependencies.sp-io]
default-features = false
version = "3.0.0"

[dependencies.sp-runtime]
default-features = false
version = "3.0.0"

[dependencies.sp-std]
default-features = false
version = "3.0.0"

[features]
default = ["std"]
runtime-benchmarks = ["frame-benchmarking", "frame-support/runtime-benchmarks"]
std = ["serde", "codec/std", "sp-runtime/std", "frame-support/std", "frame-system/std", "sp-std/std", "sp-io/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "FRAME proxying pallet"
edition = "2018"
homepage = "https://substrate.dev"
license = "Apache-2.0"
name = "pallet-proxy"
readme = "README.md"
repository = "https://github.com/paritytech/substrate/"
version = "3.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]