[package] name = "imgflipparser" version = "0.1.4" edition = "2021" description = "A simple image flip meme parser" authors = ["Khaled Nassar "] license = "GPL-2.0" repository = "https://github.com/knassar702/imageflip-rs" readme = "README.md" keywords = ["memes","parser","imageflip"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["blocking"] } scraper = "0.12.0" actix-web = { version = "3", optional = true } [features] webapi = ["actix-web"]