eiktyrner 0.1.0

Simple http client based on Hyper. Mainly ment to consume JSON apis.
Documentation
[package]
name = "eiktyrner"
version = "0.1.0"
authors = ["Niclas Rosengren <niclas.rosengren@gmail.com>"]
edition = "2018"

license = "MIT"
description = "Simple http client based on Hyper. Mainly ment to consume JSON apis."
documentation = "https://docs.rs/eiktyrner"


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

[dependencies]
hyper = "0.12.33"
serde = "1.0.98"
hyper-tls = "0.3.2"
http = "0.1.18"
serde_json = "1.0.40"
futures = "0.1.28"


[dev-dependencies]
tokio = "0.1.22"