etradeTaxReturnHelper 0.7.1

Parses etrade and revolut financial documents for transaction details (income, tax paid, cost basis) and compute total income and total tax paid according to chosen tax residency (currency)
[[bin]]
name = "etradeTaxReturnHelper"
path = "src/main.rs"

[[bin]]
name = "gen_exchange_rates"
path = "src/bin/gen_exchange_rates.rs"
required-features = ["gen_exchange_rates"]

[dependencies.calamine]
version = "0.22.1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "~2.27.0"

[dependencies.csv]
version = "1.3.0"

[dependencies.fltk]
features = ["fltk-bundled"]
optional = true
version = "=1.3.24"

[dependencies.holidays]
default-features = false
features = ["PL"]
version = "0.1.0"

[dependencies.log]
version = "0.4.0"

[dependencies.nom]
version = "7.1.3"

[dependencies.pdf]
version = "0.7.2"

[dependencies.polars]
version = "0.35.4"

[dependencies.regex]
version = "1.3.3"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.16"

[dependencies.roxmltree]
version = "0.20.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[dependencies.serde_json]
optional = true
version = "=1.0.133"

[dependencies.simple_logger]
version = "4.0.0"

[dependencies.wild]
version = "2.2.0"

[features]
default = ["gui"]
gen_exchange_rates = ["serde_json"]
gui = ["fltk"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Parses etrade and revolut financial documents for transaction details  (income, tax paid, cost basis) and compute total income and total tax paid according to chosen tax residency (currency)"
edition = "2021"
homepage = "https://github.com/jczaja/e-trade-tax-return-pl-helper"
keywords = ["etrade", "revolut"]
license = "BSD-3-Clause"
name = "etradeTaxReturnHelper"
readme = "README.md"
repository = "https://github.com/jczaja/e-trade-tax-return-pl-helper"
version = "0.7.1"