# 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 = "makeup-comparator" version = "1.0.0" authors = ["RubenRubioM"] description = "CLI program look for cosmetic products within a various specialized websites and compare them" homepage = "https://github.com/RubenRubioM/makeup-comparator" readme = "README.md" keywords = [ "cli", "search", "makeup", ] categories = ["command-line-utilities"] license-file = "LICENSE.txt" repository = "https://github.com/RubenRubioM/makeup-comparator" [profile.release] opt-level = 3 [[bin]] name = "makeup-comparator" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "3.2.23" features = ["derive"] [dependencies.scrapped-webs] version = "1.0.0" [dev-dependencies.rusty-hook] version = "^0.11.2"