convertio 0.1.0

Convert anything from one format to another using [convertio.co](https://convertio.co/)
[package]
name = "convertio"
version = "0.1.0"
authors = ["jameslahm <1366463855@qq.com>"]
repository = "https://github.com/jameslahm/convertio"
edition = "2018"
description = "Convert anything from one format to another using [convertio.co](https://convertio.co/)"
license = "MIT"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
clap = { version = "3.0.0-beta.2", features = ["yaml"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
base64 = "0.13.0"
futures = "0.3.13"
indicatif = "0.15.0"