[package] name = "pricedb" version = "2.8.2" authors = ["Alen Šiljak "] edition = "2021" description = "Commodity price retrieval, storage, and export in format compatible with Plain-Text Accounting applications." repository = "https://github.com/alensiljak/pricedb-rust" license = "GPL-3.0-or-later" keywords = ["ledger", "ledger-cli", "finance", "cli"] categories = ["command-line-utilities", "finance"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.86" as-symbols = "0.5.0" async-trait = "0.1.80" chrono = "0.4.38" clap = { version = "4.5.7", features = ["cargo", "derive"] } confy = "0.6.1" env_logger = "0.11.3" indicatif = "0.17.8" log = "0.4.21" reqwest = { version = "0.12.5", features = ["json"] } rust_decimal = "1.35.0" rust_decimal_macros = "1.34.2" serde = "1.0.203" serde_derive = "1.0.203" serde_json = "1.0.117" tempfile = "3.10.1" tokio = { version = "1.38.0", features = ["full"] } [dev-dependencies] env_logger = "0.11.3" rstest = "0.18.2" test-log = "0.2.15"