feedly_api 0.6.0

rust implementation of the feedly REST API
Documentation
[package]
name = "feedly_api"
version = "0.6.0"
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.12", features = ["json", "native-tls"] }
tokio = "1"
url = "2.5"
percent-encoding = "2.3"
thiserror = "1.0"
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", features = ["macros", "rt-multi-thread"] }