[package]
edition = "2021"
name = "fpdec-core"
version = "0.13.2"
authors = ["Michael Amrhein <michael@adrhinum.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common constants and functions for crate fpdec."
homepage = "https://github.com/mamrhein/fpdec.rs"
documentation = "https://docs.rs/fpdec/"
readme = "README.md"
keywords = [
"number",
"decimal",
"floating-point",
"arithmetics",
]
categories = [
"data-structures",
"mathematics",
]
license-file = "LICENSE.TXT"
repository = "https://github.com/mamrhein/fpdec.rs"
[features]
default = ["std"]
std = []
[lib]
name = "fpdec_core"
path = "src/lib.rs"
[dependencies]