[dependencies.fpdec-core]
version = "0.5.0"
[dependencies.fpdec-macros]
version = "0.5.0"
[dependencies.num-traits]
optional = true
version = "0.2.0"
[features]
default = ["std"]
packed = []
std = []
[package]
authors = ["Michael Amrhein <michael@adrhinum.de>"]
categories = ["data-structures", "mathematics"]
description = "Decimal fixed-point arithmetic."
documentation = "https://docs.rs/fpdec/"
edition = "2021"
homepage = "https://github.com/mamrhein/fpdec.rs"
keywords = ["number", "decimal", "fixed-point", "arithmetics"]
license-file = "LICENSE.TXT"
name = "fpdec"
readme = "README.md"
repository = "https://github.com/mamrhein/fpdec.rs"
resolver = "2"
version = "0.5.4"