sp-arithmetic 2.0.0-alpha.2

Minimal fixed point arithmetic primitives and types for runtime.
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "1.0.0"

[dependencies.integer-sqrt]
version = "0.1.2"

[dependencies.num-traits]
default-features = false
version = "0.2.8"

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

[dependencies.sp-debug-derive]
default-features = false
version = "2.0.0-alpha.2"

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

[features]
default = ["std"]
std = ["codec/std", "num-traits/std", "sp-std/std", "serde", "sp-debug-derive/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Minimal fixed point arithmetic primitives and types for runtime."
documentation = "https://docs.rs/sp-arithmetic"
edition = "2018"
homepage = "https://substrate.dev"
license = "GPL-3.0"
name = "sp-arithmetic"
repository = "https://github.com/paritytech/substrate/"
version = "2.0.0-alpha.2"