[package] name = "feedbin_api" version = "0.3.0" authors = ["Brendan Long ", "Jan Lukas Gernert "] edition = "2018" license = "Unlicense" repository = "https://gitlab.com/news-flash/feedbin_api" description = "Rust implementation of the Feedbin REST API" [dependencies] reqwest = { version = "0.12", features = ["json", "native-tls"] } url = "2.5" chrono = "0.4" thiserror = "1.0" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" [dev-dependencies] dotenv = "0.15" rand = "0.8" tokio = { version = "1", features = ["macros"] }