# 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-cli" version = "0.1.0" authors = ["Cookiegigi "] description = "currency-conversion-cli is a simple CLI tool to convert currency offline. It uses conversion rates store in a local file." homepage = "https://github.com/CookieGigi/currency-conversion-cli" readme = "README.md" 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.clap] version = "4.5.4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.confy] version = "0.6.1" [dependencies.currency-conversion] version = "0.1.0" [dependencies.exitcode] version = "1.1.2" [dependencies.home] version = "0.5.9" [dependencies.openssl] version = "0.10.64" features = ["vendored"] [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" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.csv] version = "1.3.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"