# 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 = "image_scrapper" version = "0.3.2" exclude = [ "/data", "*.json", "*.bin", ] description = "a tool to scrape images from a website while skip the duplicate ones" license = "MIT" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.28" [dependencies.clap] version = "4.4.1" features = ["derive"] [dependencies.eyre] version = "0.6.8" [dependencies.md5] version = "0.7.0" [dependencies.regex] version = "1.9.4" [dependencies.reqwest] version = "0.11.20" features = [ "native-tls", "cookies", "gzip", ] default-features = false [dependencies.reqwest_cookie_store] version = "0.6.0" [dependencies.scraper] version = "0.17.1" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "1.32.0" features = [ "rt", "test-util", "macros", "fs", ] [dependencies.url] version = "2.4.1"