[package] name = "furst-read" version = "0.1.0" edition = "2024" description = "Strip a web page down to the article and render it as minimal HTML" [dependencies] ureq = "3" scraper = "0.23" encoding_rs = "0.8" ego-tree = "0.10.0" [profile.release] opt-level = "s"