eiktyrner 0.3.8

Simple http client based on Hyper. Mainly ment to consume JSON apis.
Documentation
[package]
name = "eiktyrner"
version = "0.3.8"
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.13.4"
hyper-tls = "0.4.1"
http = "0.2.1"
serde = "1.0.106"
serde_json = "1.0.51"
futures = "0.3.4"
log = "0.4.8"
bytes = "0.5.4"
async-trait = "0.1.29"
thiserror = "1.0.14"


[dev-dependencies]
tokio = "0.2.16"