fever_api 0.1.0

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

[dependencies]
reqwest = { version = "0.10", features = ["json", "native-tls"] }
tokio = { version = "=0.2", features = ["macros"] }
url = "2.1"
percent-encoding = "2.1"
failure = "0.1"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
log = "0.4"
chrono = "0.4"
dotenv = "0.15"
md5 = "0.7"