# 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_convertor" version = "0.2.2" description = "A minimalist terminal currency convertor" readme = "README.md" keywords = [ "currency", "currencies", "utilities", "money", "international", ] categories = [ "command-line-utilities", "finance", ] license = "GPL-3.0-or-later" repository = "https://github.com/TuxMC-sys/currency_convertor/tree/main" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.12.4" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tokio] version = "1.37.0" features = [ "rt", "rt-multi-thread", "macros", ]