ghub 0.1.2

Rust Github Client
Documentation
[package]
name = "ghub"
version = "0.1.2"
authors = ["Sendy Halim <sendyhalim93@gmail.com>"]
edition = "2018"
description = """\
  Rust Github Client
"""
readme = "../readme.md"
homepage = "https://github.com/sendyhalim/ghub"
repository = "https://github.com/sendyhalim/ghub"
keywords = ["github", "client"]
categories = ["client"]
license-file = "../license"

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

[dependencies]
config = { version = "0.10" }
env_logger = { version = "0.7" }
failure = { version = "0.1" }
futures = { version = "0.3" }
log = { version = "0.4.8" }
reqwest = { version = "0.10.7", features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
tokio = { version = "0.2", features = ["full"] }