eiktyrner 0.4.1

Simple http client based on Hyper. Mainly ment to consume JSON apis.
Documentation
[package]
name = "eiktyrner"
version = "0.4.1"
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 = { version = "0.14.2", features = [ "client", "http1", "http2", "stream" ] }
hyper-tls = "0.5.0"
http = "0.2.3"
serde = "1.0.120"
serde_json = "1.0.61"
futures = { version = "0.3.12", default-features = false }
log = "0.4.13"
bytes = "1.0.1"
async-trait = "0.1.42"
thiserror = "1.0.23"


[dev-dependencies]
tokio = "1.0.2"