fever_api 0.2.8

rust implementation of the FEVER-API
Documentation
[package]
name = "fever_api"
version = "0.2.8"
authors = ["Felix Buehler <account@buehler.rocks>"]
edition = "2018"
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/news-flash/fever_api"
description = "rust implementation of the FEVER-API"
include = [
    "**/*.rs",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
readme = "README.md"

[dependencies]
failure = "0.1"
log = "0.4"
md5 = "0.7"
reqwest = { version = "0.10", features = ["json", "native-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
url = "2.1"

[dev-dependencies]
dotenv = "0.15"
tokio = { version = "=0.2", features = ["macros"] }