[package]
name = "doubloon"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "Money datatype that supports both statically and dynamically typed currencies"
repository = "https://github.com/davestearns/penny-for-your-thoughts"
keywords = ["money", "currency"]
categories = ["data-structures"]
[dependencies]
rust_decimal = { version = "1.35.0", features = ["maths"] }
serde = { version = "1.0.206", optional = true }
thiserror = "1.0.63"
[features]
serde = ["dep:serde"]
[dev-dependencies]
serde_json = "1.0.122"