[package]
edition = "2021"
name = "accounting"
version = "0.2.0"
authors = ["silvon <silvonli@gmail.com>"]
autotests = true
description = "accounting is a library for money and currency formatting."
documentation = "https://docs.rs/accounting"
readme = "README.md"
keywords = ["money", "currency", "format"]
categories = ["value-formatting"]
license = "MIT"
repository = "https://github.com/silvonli/accounting"
resolver = "2"
[dependencies.regex]
version = "1"
[dependencies.rust_decimal]
version = "1.21"
optional = true
[features]
decimal = ["rust_decimal"]