# 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 = "pricedb" version = "2.8.2" authors = ["Alen Šiljak "] description = "Commodity price retrieval, storage, and export in format compatible with Plain-Text Accounting applications." readme = "README.md" keywords = [ "ledger", "ledger-cli", "finance", "cli", ] categories = [ "command-line-utilities", "finance", ] license = "GPL-3.0-or-later" repository = "https://github.com/alensiljak/pricedb-rust" [dependencies.anyhow] version = "1.0.86" [dependencies.as-symbols] version = "0.5.0" [dependencies.async-trait] version = "0.1.80" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.7" features = [ "cargo", "derive", ] [dependencies.confy] version = "0.6.1" [dependencies.env_logger] version = "0.11.3" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.rust_decimal] version = "1.35.0" [dependencies.rust_decimal_macros] version = "1.34.2" [dependencies.serde] version = "1.0.203" [dependencies.serde_derive] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.test-log] version = "0.2.15"