# 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 = "2018" name = "degiro-tax-report" version = "0.1.0" authors = ["Petar Dambovaliev "] description = "A library and a cli application to calculate annual tax reports" keywords = ["tax", "tax-report", "degiro", "annual-report"] categories = ["Command line utilities", "asynchronous", "Visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/petar-dambovaliev/degiro-tax-report" [dependencies.anyhow] version = "1.0.53" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.0.14" features = ["default", "derive"] [dependencies.csv] version = "1.1.6" [dependencies.dateparser] version = "0.1.6" [dependencies.decimal] version = "2.1.0" features = ["serde"] [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.19" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dependencies.rev_lines] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.16.1" features = ["full"]