[package]
name = "greader_api"
version = "0.0.0"
authors = ["Felix Buehler <account@buehler.rocks>"]
edition = "2018"
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/news-flash/greader_api/"
description = "rust implementation of the GoogleReader-API"
include = [
"**/*.rs",
"Cargo.toml",
"LICENSE",
"README.md",
]
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 = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4"
chrono = "0.4"
dotenv = "0.15"
[features]
freshrss = []
feedhq = []
innoreader = []