nicehash 0.1.2

NiceHash API in Rust.
Documentation
[package]
name = "nicehash"
version = "0.1.2"
authors = ["Razican <razican@protonmail.ch>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/Razican/nicehash-api-rs"
homepage = "https://www.nicehash.com/"
description = """
NiceHash API in Rust.
"""
keywords = ["NiceHash", "api", "hashing", "mining", "coin"]


[dependencies]
lazy_static = "0.2"
semver = "0.5"
serde_json = "0.8"
serde = "0.8"

[dependencies.hyper]
version = "0.9"
features = ["serde-serialization"]