# 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 = "currency-conversion" version = "0.1.0" authors = ["Cookiegigi "] description = "currency-conversion is a simple lib (used by currency-conversion-cli) to convert currency offline. It uses conversion rates store in a local file." homepage = "https://github.com/CookieGigi/currency-conversion-cli" keywords = [ "cli", "currency", "conversion", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/CookieGigi/currency-conversion-cli" [dependencies.anyhow] version = "1.0.86" [dependencies.csv] version = "1.3.0" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dependencies.rust_decimal] version = "1.35.0" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-log] version = "0.2.0" [dev-dependencies.httpmock] version = "0.7.0" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.rust_decimal_macros] version = "1.34.2" [dev-dependencies.serde_json] version = "1.0.117"