accounting 0.2.0

accounting is a library for money and currency formatting.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]