vat_ph 0.1.0

A library for calculating VAT in the Philippines.
Documentation
[dependencies.rust_decimal]
features = ["macros"]
version = "1.37.2"

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

[package]
authors = ["Paul Pare <paulgeraldpare@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance"]
description = "A library for calculating VAT in the Philippines."
edition = "2024"
keywords = ["vat", "philippines", "tax"]
license = "MIT"
name = "vat_ph"
readme = "README.md"
repository = "https://github.com/Sheape/vat_ph"
version = "0.1.0"

[profile.release]
opt-level = 3