feedly_api 0.4.1

rust implementation of the feedly REST API
Documentation
[package]
name = "feedly_api"
version = "0.4.1"
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.10", features = ["json", "native-tls"] }
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"

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