[package]
edition = "2021"
name = "obbba-breaks"
version = "0.1.2"
authors = ["TaxBreakCalc <hello@taxbreakcalc.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Estimate OBBBA individual tax breaks: the increased standard deduction and the overtime/tips above-the-line deductions (2025-2028)."
homepage = "https://taxbreakcalc.com/"
documentation = "https://taxbreakcalc.com/no-tax-on-tips-calculator/"
readme = "README.md"
keywords = [
"obbba",
"tax",
"standard-deduction",
"overtime",
"tips",
]
categories = [
"finance",
"mathematics",
]
license = "MIT"
repository = "https://github.com/theluckystrike/taxbreakcalc"
[lib]
name = "obbba_breaks"
path = "src/lib.rs"