# 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" rust-version = "1.71" name = "mozjpeg" version = "0.10.10" authors = ["Kornel "] build = false include = [ "/README.md", "/Cargo.toml", "/src/*.rs", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Higher-level wrapper for Mozilla's JPEG library" homepage = "https://lib.rs/mozjpeg" documentation = "https://docs.rs/mozjpeg" readme = "README.md" keywords = [ "jpeg", "libjpeg", "image", "encoder", "decoder", ] categories = ["multimedia::images"] license = "IJG" repository = "https://github.com/ImageOptim/mozjpeg-rust" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "mozjpeg" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.4" [dependencies.bytemuck] version = "1.17" features = [ "min_const_generics", "align_offset", ] default-features = false [dependencies.libc] version = "0.2.155" [dependencies.mozjpeg-sys] version = "2.2.0" features = ["unwinding"] default-features = false [dependencies.rgb] version = "0.8.47" features = ["bytemuck"] default-features = false [features] default = ["mozjpeg-sys/default"] nasm_simd = ["mozjpeg-sys/nasm_simd"] parallel = ["mozjpeg-sys/parallel"] with_simd = ["mozjpeg-sys/with_simd"]