etradeTaxReturnHelper 0.7.5

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)
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "etradeTaxReturnHelper"
version = "0.7.5"
build = false
exclude = ["assets/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = 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)"
homepage = "https://github.com/jczaja/e-trade-tax-return-pl-helper"
readme = "README.md"
keywords = [
    "etrade",
    "revolut",
]
license = "BSD-3-Clause"
repository = "https://github.com/jczaja/e-trade-tax-return-pl-helper"

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

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

[[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 = "4.5.51"
features = ["derive"]

[dependencies.csv]
version = "1.3.0"

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

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

[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.12.2"

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

[dependencies.roxmltree]
version = "0.20.0"

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

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

[dependencies.simple_logger]
version = "4.0.0"

[dependencies.wild]
version = "2.2.0"