[package]
name = "feedbin_api"
version = "0.5.0"
authors = [
"Brendan Long <self@brendanlong.com>",
"Jan Lukas Gernert <jangernert@gmail.com>",
]
edition = "2021"
license = "Unlicense"
repository = "https://gitlab.com/news-flash/feedbin_api"
description = "Rust implementation of the Feedbin REST API"
[dependencies]
reqwest = { version = "0.13", features = ["json", "query"] }
url = "2.5"
chrono = "0.4"
thiserror = "2.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
[dev-dependencies]
dotenv = "0.15"
rand = "0.9"
tokio = { version = "1", features = ["macros"] }