[package]
name = "convert"
version = "0.2.0"
authors = ["theycallmemac <james.mcdermott89@gmail.com>"]
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"