num-decimal 0.2.2

Infinite precision decimals with fair rounding and other gimmicks based on num-rational.
Documentation
[package]
name = "num-decimal"
version = "0.2.2"
edition = "2018"
authors = ["Daniel Mueller <deso@posteo.net>"]
license = "GPL-3.0-or-later"
homepage = "https://github.com/d-e-s-o/num-decimal"
repository = "https://github.com/d-e-s-o/num-decimal.git"
readme = "README.md"
description = """
Infinite precision decimals with fair rounding and other gimmicks based
on num-rational.
"""

[badges]
gitlab = { repository = "d-e-s-o/num-decimal", branch = "master" }

[features]
default = []

[dependencies]
num-bigint = "0.2"
num-rational = "0.2"
num-traits = "0.2"
serde = {version = "1.0", default-features = false, optional = true}

[dev-dependencies]
serde_json = {version = "1.0", default-features = false, features = ["std"]}