# 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 = "robin_cli" version = "0.1.1" authors = ["NandeMD"] description = "A command line tool to bulk download manga from various sources" readme = "README.md" keywords = [ "manga", "downloader", "cli", ] categories = ["command-line-interface"] license-file = "LICENSE" repository = "https://github.com/NandeMD/robin" [[bin]] name = "robin" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.robin_cli_core] version = "0.1.0" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.walkdir] version = "2.5.0" [dependencies.zip] version = "0.6"