[package]
edition = "2021"
rust-version = "1.88"
name = "btctax-cli"
version = "0.11.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "btctax — an offline, single-user US Bitcoin tax ledger (CLI: import, reconcile, and compute)."
homepage = "https://github.com/bg002h/bitcoin_tax"
readme = false
keywords = [
"bitcoin",
"tax",
"cryptocurrency",
"accounting",
"ledger",
]
categories = [
"command-line-utilities",
"finance",
]
license = "MIT OR Unlicense"
repository = "https://github.com/bg002h/bitcoin_tax"
[lib]
name = "btctax_cli"
path = "src/lib.rs"
[[bin]]
name = "btctax"
path = "src/main.rs"
[[test]]
name = "basis_methodology_export"
path = "tests/basis_methodology_export.rs"
[[test]]
name = "btctax_now_seam"
path = "tests/btctax_now_seam.rs"
[[test]]
name = "chokepoint_declare"
path = "tests/chokepoint_declare.rs"
[[test]]
name = "chokepoint_parity"
path = "tests/chokepoint_parity.rs"
[[test]]
name = "chokepoint_promote"
path = "tests/chokepoint_promote.rs"
[[test]]
name = "classify_inbound_self_transfer_cli"
path = "tests/classify_inbound_self_transfer_cli.rs"
[[test]]
name = "config_dispatch"
path = "tests/config_dispatch.rs"
[[test]]
name = "declare_tranche_cli"
path = "tests/declare_tranche_cli.rs"
[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"
[[test]]
name = "events_list"
path = "tests/events_list.rs"
[[test]]
name = "experimental_notice"
path = "tests/experimental_notice.rs"
[[test]]
name = "export"
path = "tests/export.rs"
[[test]]
name = "export_irs_pdf"
path = "tests/export_irs_pdf.rs"
[[test]]
name = "fixtures"
path = "tests/fixtures.rs"
[[test]]
name = "fr9_exit_code"
path = "tests/fr9_exit_code.rs"
[[test]]
name = "fullreturn_oracle"
path = "tests/fullreturn_oracle.rs"
[[test]]
name = "help_units"
path = "tests/help_units.rs"
[[test]]
name = "init_import"
path = "tests/init_import.rs"
[[test]]
name = "io_error_context"
path = "tests/io_error_context.rs"
[[test]]
name = "limitations"
path = "tests/limitations.rs"
[[test]]
name = "match_self_transfers_cli"
path = "tests/match_self_transfers_cli.rs"
[[test]]
name = "optimize_accept"
path = "tests/optimize_accept.rs"
[[test]]
name = "optimize_consult"
path = "tests/optimize_consult.rs"
[[test]]
name = "optimize_run"
path = "tests/optimize_run.rs"
[[test]]
name = "promote_cli"
path = "tests/promote_cli.rs"
[[test]]
name = "pseudo_reconcile_cli"
path = "tests/pseudo_reconcile_cli.rs"
[[test]]
name = "reclassify_income_cli"
path = "tests/reclassify_income_cli.rs"
[[test]]
name = "reconcile"
path = "tests/reconcile.rs"
[[test]]
name = "record_time_validation"
path = "tests/record_time_validation.rs"
[[test]]
name = "repo_hygiene"
path = "tests/repo_hygiene.rs"
[[test]]
name = "report_exit_code"
path = "tests/report_exit_code.rs"
[[test]]
name = "tax_profile"
path = "tests/tax_profile.rs"
[[test]]
name = "tax_report"
path = "tests/tax_report.rs"
[[test]]
name = "value_guard_wiring"
path = "tests/value_guard_wiring.rs"
[[test]]
name = "verify_report"
path = "tests/verify_report.rs"
[[test]]
name = "whatif_harvest"
path = "tests/whatif_harvest.rs"
[[test]]
name = "whatif_sell"
path = "tests/whatif_sell.rs"
[dependencies.btctax-adapters]
version = "0.11.0"
[dependencies.btctax-core]
version = "0.11.0"
[dependencies.btctax-forms]
version = "0.11.0"
[dependencies.btctax-store]
version = "0.11.0"
[dependencies.clap]
version = "4.5"
features = ["derive"]
[dependencies.csv]
version = "1.3"
[dependencies.dirs]
version = "5"
[dependencies.rpassword]
version = "7.3"
[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]
[dependencies.rust_decimal]
version = "1.36"
features = ["std"]
default-features = false
[dependencies.serde_ignored]
version = "0.1"
[dependencies.serde_json]
version = "1"
features = ["preserve_order"]
[dependencies.thiserror]
version = "1"
[dependencies.time]
version = "0.3"
features = [
"macros",
"parsing",
"formatting",
]
[dependencies.toml]
version = "0.8"
[dev-dependencies.btctax-adapters]
version = "0.11.0"
[dev-dependencies.rust_decimal_macros]
version = "1.36"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.time]
version = "0.3"
features = ["macros"]