[package]
edition = "2021"
name = "btctax-forms"
version = "0.13.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fill the official IRS fillable PDFs (Form 8949 + Schedule D) from btctax's computed tax data — offline, deterministic, geometry-verified (part of btctax)."
homepage = "https://github.com/bg002h/bitcoin_tax"
readme = false
keywords = [
"bitcoin",
"tax",
"cryptocurrency",
"accounting",
"ledger",
]
categories = ["finance"]
license = "MIT OR Unlicense"
repository = "https://github.com/bg002h/bitcoin_tax"
[lib]
name = "btctax_forms"
path = "src/lib.rs"
[[test]]
name = "census"
path = "tests/census.rs"
[[test]]
name = "extract_lines"
path = "tests/extract_lines.rs"
[[test]]
name = "full_return_forms"
path = "tests/full_return_forms.rs"
[[test]]
name = "golden_packet"
path = "tests/golden_packet.rs"
[[test]]
name = "kats"
path = "tests/kats.rs"
[[test]]
name = "oracle_sweep_readback"
path = "tests/oracle_sweep_readback.rs"
[[test]]
name = "overflow"
path = "tests/overflow.rs"
[[test]]
name = "sp2"
path = "tests/sp2.rs"
[[test]]
name = "sp3"
path = "tests/sp3.rs"
[[test]]
name = "sp3b"
path = "tests/sp3b.rs"
[[test]]
name = "sp4"
path = "tests/sp4.rs"
[dependencies.btctax-core]
version = "0.13.0"
[dependencies.lopdf]
version = "0.36"
default-features = false
[dependencies.rust_decimal]
version = "1.36"
features = ["std"]
default-features = false
[dependencies.rust_decimal_macros]
version = "1.36"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "1"
[dependencies.time]
version = "0.3"
features = [
"macros",
"formatting",
]
[dependencies.toml]
version = "0.8"
[dev-dependencies.rust_decimal_macros]
version = "1.36"
[dev-dependencies.sha2]
version = "0.10"
[dev-dependencies.time]
version = "0.3"
features = ["macros"]