sp-consensus-pow 0.8.0-alpha.8

Primitives for Aura consensus
Documentation
[package]
name = "sp-consensus-pow"
version = "0.8.0-alpha.8"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Primitives for Aura consensus"
edition = "2018"
license = "Apache-2.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"

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

[dependencies]
sp-api = { version = "2.0.0-alpha.8", default-features = false, path = "../../api" }
sp-std = { version = "2.0.0-alpha.8", default-features = false, path = "../../std" }
sp-runtime = { version = "2.0.0-alpha.8", default-features = false, path = "../../runtime" }
sp-core = { version = "2.0.0-alpha.8", default-features = false, path = "../../core" }
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }

[features]
default = ["std"]
std = [
	"sp-std/std",
	"sp-api/std",
	"sp-runtime/std",
	"sp-core/std",
	"codec/std",
]