sp-phragmen 2.0.0-rc2

Phragmen primitives
Documentation
[package]
name = "sp-phragmen"
version = "2.0.0-rc2"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "Phragmen primitives"

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

[dependencies]
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
sp-std = { version = "2.0.0-rc2", default-features = false, path = "../std" }
sp-phragmen-compact = { version = "2.0.0-rc2", path = "./compact" }
sp-arithmetic = { version = "2.0.0-rc2", default-features = false, path = "../arithmetic" }

[features]
default = ["std"]
bench = []
std = [
	"codec/std",
	"serde",
	"sp-std/std",
	"sp-arithmetic/std",
]