doubloon 0.2.0

Money datatype that supports both statically and dynamically typed currencies
Documentation
[dependencies.rust_decimal]
features = ["maths"]
version = "1.35.0"

[dependencies.serde]
optional = true
version = "1.0.206"

[dependencies.thiserror]
version = "1.0.63"

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

[features]
serde = ["dep:serde"]

[lib]
name = "doubloon"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "Money datatype that supports both statically and dynamically typed currencies"
edition = "2021"
keywords = ["money", "currency"]
license = "MIT"
name = "doubloon"
readme = "README.md"
repository = "https://github.com/davestearns/penny-for-your-thoughts"
version = "0.2.0"