# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "imgflipparser" version = "0.1.4" authors = ["Khaled Nassar "] description = "A simple image flip meme parser" readme = "README.md" keywords = ["memes", "parser", "imageflip"] license = "GPL-2.0" repository = "https://github.com/knassar702/imageflip-rs" resolver = "2" [dependencies.actix-web] version = "3" optional = true [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.scraper] version = "0.12.0" [features] webapi = ["actix-web"]