[package] name = "commafeed_api" version = "0.2.1" edition = "2021" license = "GPL-3.0-or-later" authors = ["Jan Lukas Gernert "] description = "API client for commafeed server" repository = "https://gitlab.com/news-flash/commafeed_api" [dependencies] thiserror = "1.0" log = "0.4" reqwest = { version = "0.12", features = ["json", "native-tls"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" url = "2.5" chrono = "0.4" base64 = "0.22" [dev-dependencies] tokio = { version = "1", features = ["macros"] }