[package] name = "gargoyle-feed-monitor" version = "0.1.3" edition = "2021" authors = ["Mason Soroka-Gill "] repository = "https://github.com/Mordinel/gargoyle-rss-monitor" description = "Feed notifier for https://github.com/Mordinel/gargoyle" readme = "README.md" license = "Apache-2.0" [profile.release] opt-level = 3 strip = true lto = "fat" [dependencies] bytes = "1.6.0" chrono = "0.4.38" feed-rs = "1.5.2" gargoyle = "0.1.5" log = "0.4.21" reqwest = { version = "0.12.4", features = ["blocking"] }