# 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 = "jxl-oxide-cli" version = "0.10.1" authors = ["Wonwoo Choi "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "jxl-oxide" description = "CLI tools of jxl-oxide" readme = "README.md" keywords = [ "jpeg-xl", "decoder", "jxl-oxide", ] categories = ["multimedia::images"] license = "MIT OR Apache-2.0" repository = "https://github.com/tirr-c/jxl-oxide.git" [lib] name = "jxl_oxide_cli" path = "src/lib.rs" [[bin]] name = "jxl-oxide" path = "src/main.rs" doc = false [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.jxl-color] version = "0.9.0" optional = true [dependencies.jxl-oxide] version = "0.10.1" features = ["lcms2"] default-features = false [dependencies.lcms2] version = "6.0.4" [dependencies.mimalloc] version = "0.1.39" optional = true [dependencies.miniz_oxide] version = "0.7.2" [dependencies.png] version = "0.17.13" [dependencies.rayon] version = "1.8.1" optional = true [dependencies.tracing] version = "0.1.40" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.va_list] version = "0.2.0" optional = true [features] __devtools = [] __ffmpeg = [ "dep:rusty_ffmpeg", "dep:va_list", "dep:jxl-color", ] default = [ "rayon", "mimalloc", ] mimalloc = ["dep:mimalloc"] rayon = [ "dep:rayon", "jxl-oxide/rayon", ] [target."cfg(not(windows))".dependencies.rusty_ffmpeg] version = "0.16.1" features = ["link_system_ffmpeg"] optional = true [target."cfg(windows)".dependencies.rusty_ffmpeg] version = "0.16.1" features = ["link_vcpkg_ffmpeg"] optional = true