# 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 = "scrapped-webs" version = "1.0.0" authors = ["RubenRubioM"] description = "Web scrapping crate to webscrap different makeup websites and retrieve their products." homepage = "https://github.com/RubenRubioM/makeup-comparator/tree/main/scrapped_webs" readme = "README.md" keywords = [ "sephora", "maquillalia", "webscrapping", "makeup", ] categories = [""] license-file = "LICENSE.txt" repository = "https://github.com/RubenRubioM/makeup-comparator/tree/main/scrapped_webs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.scraper] version = "0.18.1" [dependencies.strsim] version = "0.10.0" [dependencies.thiserror] version = "1.0"