[package] name = "anicli-rs" version = "0.1.0" edition = "2021" authors = ["Mawfyy "] license = "MIT" description = "A fantastic tool to download manga" repository = "https://github.com/MediaScout/anicli-rs" keywords = ["cli", "anime", "manga"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3.0", features = ["derive"] } json = "0.12.4" reqwest = { version = "0.11.18", features = ["json"]} serde = { version = "1.0.163", features = ["derive"]} tokio = { version = "1.28.1", features = ["full"] } genpdf = { version = "0.2.0", features = ["image", "images"] } pdf-canvas = "0.7.0" image = "0.24.6"