# 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.6.1" build = 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" [lib] name = "etradeTaxReturnHelper" path = "src/lib.rs" [[bin]] name = "etradeTaxReturnHelper" path = "src/main.rs" [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] version = "=1.3.24" features = ["fltk-bundled"] optional = true [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] version = "0.11.16" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.simple_logger] version = "4.0.0" [dependencies.wild] version = "2.2.0" [features] default = ["gui"] gui = ["fltk"]