arithmetic 2.0.2

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

[dependencies.debug-derive]
default-features = false
version = "2.0.2"

[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.tetcore-std]
default-features = false
version = "2.0.2"
[dev-dependencies.criterion]
version = "0.3"

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tetsy-primitive-types]
version = "0.9.0"

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

[package]
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
categories = ["cryptography::cryptocurrencies"]
description = "Minimal fixed point arithmetic primitives and types for tetcore runtime."
documentation = "https://docs.rs/arithmetic"
edition = "2018"
homepage = "https://core.tetcoin.org"
keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"]
license = "Apache-2.0"
name = "arithmetic"
readme = "README.md"
repository = "https://github.com/tetcoin/tetcore"
version = "2.0.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]