# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "convert" version = "0.2.0" authors = ["theycallmemac "] description = "A command line tool written in rust which converts between currencies." homepage = "https://github.com/theycallmemac/convert" readme = "README.md" keywords = ["currency", "conversion", "cli", "money"] categories = ["command-line-interface", "command-line-utilities", "parsing", "algorithms"] license = "GPL-3.0" repository = "https://github.com/theycallmemac/convert" [[bin]] name = "convert" test = false doc = false [dependencies.clap] version = "2.26.0" [dependencies.curl] version = "0.2.11" [dependencies.env_logger] version = "0.4.3" [dependencies.failure] version = "0.1" [dependencies.json] version = "0.11.13" [dependencies.log] version = "0.3.8" [dependencies.serde_json] version = "0.6.0"