# 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 = "comiconv" version = "0.4.0" authors = ["Chrontax"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool to convert comic book archives to other formats." homepage = "https://github.com/chrontax/comiconv" readme = "README.md" keywords = [ "comic", "convert", "cbz", "cbt", "cb7", ] categories = [ "command-line-utilities", "encoding", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/chrontax/comiconv" [lib] name = "comiconv" path = "src/lib.rs" [[bin]] name = "comiconv" path = "src/main.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.clap] version = "4.4.18" features = ["cargo"] [dependencies.cra] version = "0.1.4" [dependencies.image] version = "0.25.1" features = [ "png", "webp", "jpeg", ] default-features = false [dependencies.indicatif] version = "0.17.7" [dependencies.infer] version = "0.16.0" [dependencies.jxl-oxide] version = "0.10.0" features = ["image"] [dependencies.libavif-image] version = "0.14.0" [dependencies.rayon] version = "1.8.0" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "2.0.3" [dependencies.zune-core] version = "0.4.12" [dependencies.zune-jpegxl] version = "0.4.0"