sp-inherents 2.0.0-rc5

Provides types and traits for creating and checking inherents.
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "1.3.1"

[dependencies.derive_more]
optional = true
version = "0.99.2"

[dependencies.parking_lot]
optional = true
version = "0.10.0"

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

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

[features]
default = ["std"]
std = ["parking_lot", "sp-std/std", "codec/std", "sp-core/std", "derive_more"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Provides types and traits for creating and checking inherents."
documentation = "https://docs.rs/sp-inherents"
edition = "2018"
homepage = "https://substrate.dev"
license = "Apache-2.0"
name = "sp-inherents"
repository = "https://github.com/paritytech/substrate/"
version = "2.0.0-rc5"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]