# 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 = "xchange-rs" version = "0.1.1" description = "A simple cli program for quickly converting different currencies. Have you ever just quickly needed how much 12 Us dollars are in EUR? Here is your solution you don't need to open a browser just use the terminal!" license = "GPL-3.0" repository = "https://github.com/Paktd/xchange-rs" resolver = "2" [dependencies.clap] version = "3.1.14" [dependencies.reqwest] version = "0.11.10" [dependencies.scraper] version = "0.13.0" [dependencies.tokio] version = "1" features = ["full"]