[package] name = "mammon_newtype" description = "An ergonomic, no_std, fixed-point arithmetic library for financial applications." version = "0.1.2" edition = "2021" readme = "README.md" repository = "https://github.com/lkdm/mammon" categories = ["finance", "no-std"] license = "GPL-3.0-or-later" [features] default = ["std"] std = [] [dependencies.num-traits] version = "0.2.19" default-features = false