# 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 = "tcbscans" version = "0.1.0" description = "Download manga chapters from TCBScans" homepage = "https://github.com/minormending/tcbscans" readme = "README.md" keywords = [ "manga", "tcbscans", "one-piece", "attack-on-titan", "bleach", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/minormending/tcbscans" resolver = "2" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.imagequant] version = "4" [dependencies.lodepng] version = "3.6" [dependencies.minreq] version = "2" features = ["https"] [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"