[package]
edition = "2021"
name = "obbba-overtime"
version = "0.1.2"
authors = ["NoOvertimeTax <hello@noovertimetax.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Estimate the OBBBA above-the-line deduction for qualified overtime compensation, including the MAGI phase-out (2025-2028)."
homepage = "https://noovertimetax.com/"
documentation = "https://noovertimetax.com/learn/magi-phaseout/"
readme = "README.md"
keywords = [
"obbba",
"overtime",
"tax",
"deduction",
"usa",
]
categories = [
"finance",
"mathematics",
]
license = "MIT"
repository = "https://github.com/theluckystrike/noovertimetax"
[lib]
name = "obbba_overtime"
path = "src/lib.rs"