feedly_api 0.4.3

rust implementation of the feedly REST API
Documentation
[package]
name = "feedly_api"
version = "0.4.3"
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/news-flash/feedly_api"
description = "rust implementation of the feedly REST API"
include = [
    "**/*.rs",
    "Cargo.toml",
    "LICENSE",
    "README.md"
]
readme = "README.md"

[dependencies]
reqwest = { version = "0.11", features = ["json", "native-tls"] }
url = "2.2"
percent-encoding = "2.1"
failure = "0.1"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
log = "0.4"
chrono = "0.4"

[dev-dependencies]
dotenv = "0.15"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }