sp-arithmetic 13.0.0

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

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

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

[dependencies.scale-info]
default-features = false
features = ["derive"]
version = "2.1.1"

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

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

[dependencies.static_assertions]
version = "1.1.0"
[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.primitive-types]
version = "0.12.0"

[dev-dependencies.rand]
version = "0.8.5"

[features]
default = ["std"]
std = ["codec/std", "num-traits/std", "scale-info/std", "serde", "sp-std/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 = "2021"
homepage = "https://substrate.io"
license = "Apache-2.0"
name = "sp-arithmetic"
readme = "README.md"
repository = "https://github.com/paritytech/substrate/"
version = "13.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]