feedly_api 0.7.0

rust implementation of the feedly REST API
Documentation
[package]
name = "feedly_api"
version = "0.7.0"
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
edition = "2021"
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.13", features = ["json", "query"] }
tokio = "1"
url = "2.5"
percent-encoding = "2.3"
thiserror = "2.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"] }