# 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 = "ibflex" version = "1.3.0" authors = ["Alen Šiljak "] description = "A library and a CLI for reading Interactive Brokers Flex reports and comparing to Ledger-cli transactions" readme = "README.md" keywords = [ "interactivebrokers", "finance", "cli", "flex", "reports", ] categories = [ "command-line-utilities", "finance", ] license = "GPL-3.0-or-later" repository = "https://github.com/alensiljak/interactive-brokers-flex-rs" [dependencies.anyhow] version = "1.0.75" [dependencies.as-symbols] version = "^0.5.0" [dependencies.assert_cmd] version = "2.0.12" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.cli_runner] version = "^0.2.1" [dependencies.env_logger] version = "^0.10.0" [dependencies.glob] version = "^0.3.1" [dependencies.log] version = "^0.4.20" [dependencies.reqwest] version = "^0.11.14" features = ["json"] [dependencies.rust_decimal] version = "^1.32.0" [dependencies.serde] version = "^1.0.188" features = ["derive"] [dependencies.serde-xml-rs] version = "^0.6.0" [dependencies.shell-words] version = "^1.1.0" [dependencies.tokio] version = "1.32.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.rstest] version = "^0.18.2" [dev-dependencies.test-log] version = "^0.2.11"