# 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 = "konachan" version = "0.0.1" authors = ["azusachino "] description = "an util based on tokio & reqwest to download images from yandere/konachan by tag, date-range and ID." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/mikafans/konachan" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.lazy_static] version = "1.4" [dependencies.reqwest] version = "0.11" features = [ "socks", "rustls-tls-native-roots", ] [dependencies.scraper] version = "0.18" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.tokio] version = "1.36" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]