# 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 = "anicli-rs" version = "0.1.0" authors = ["Mawfyy "] description = "A fantastic tool to download manga" keywords = [ "cli", "anime", "manga", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/MediaScout/anicli-rs" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.genpdf] version = "0.2.0" features = [ "image", "images", ] [dependencies.image] version = "0.24.6" [dependencies.json] version = "0.12.4" [dependencies.pdf-canvas] version = "0.7.0" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.tokio] version = "1.28.1" features = ["full"]