[package] name = "newsfeed-fetch" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true authors.workspace = true description = "Outbound feed I/O for newsfeed: RSS/Atom fetch, feed discovery, OPML parse." [dependencies] newsfeed-entities.workspace = true newsfeed-core.workspace = true reqwest.workspace = true feed-rs.workspace = true url.workspace = true regex.workspace = true opml.workspace = true chrono.workspace = true anyhow.workspace = true async-trait.workspace = true [dev-dependencies] tokio.workspace = true