coinmarket 0.2.0

Coin Market is a simple library designed to make it easy get market information for cryptocurrencies from exchanges like Shapeshift.
Documentation
[package]
name = "coinmarket"
version = "0.2.0"
authors = ["Anthony Wilcox <35226681+antonwilc0x@users.noreply.github.com>"]
edition = "2018"
description = "Coin Market is a simple library designed to make it easy get market information for cryptocurrencies from exchanges like Shapeshift."
keywords = ["exchange", "cryptocurrency"]
categories = ["api-bindings", "cryptography::cryptocurrencies"]
homepage = "https://github.com/tonytins/coinmarket"
repository = "https://github.com/tonytins/coinmarket"
license = "MIT"

[badges]
travis-ci = { repository = "tonytins/coinmarket", branch = "master" }

[dependencies]
reqwest = "0.9"
serde_json = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]