mozjpeg-sys 0.10.13

FFI bindings for MozJPEG v4. MozJPEG is automatically built and linked statically. Requires nasm and a C compiler.
Documentation
example = []
[badges.travis-ci]
repository = "kornelski/mozjpeg-sys"
[build-dependencies.cc]
features = ["parallel"]
version = "1.0.67"

[build-dependencies.dunce]
version = "1.0.1"

[build-dependencies.nasm-rs]
optional = true
version = "0.2.0"
[dependencies.libc]
version = "0.2.86"
[dev-dependencies.cloudflare-soos]
version = "2.0.0"

[features]
arith_dec = []
arith_enc = []
default = ["nasm_simd"]
jpeg70_abi = ["arith_dec", "arith_enc"]
jpeg80_abi = ["jpeg70_abi"]
jpegtran = []
nasm_simd = ["with_simd", "nasm-rs", "nasm-rs/parallel"]
turbojpeg_api = ["jpegtran"]
unwinding = []
with_simd = []

[lib]
crate-type = ["staticlib", "lib"]
name = "mozjpeg_sys"

[package]
authors = ["Kornel <kornel@geekhood.net>"]
build = "src/build.rs"
categories = ["external-ffi-bindings", "multimedia::images"]
description = "FFI bindings for MozJPEG v4.\n\nMozJPEG is automatically built and linked statically. Requires nasm and a C compiler."
edition = "2018"
homepage = "https://lib.rs/mozjpeg-sys"
include = ["/src/*.rs", "/vendor/*.c", "/vendor/*.h", "/vendor/simd/**", "/Cargo.toml", "/README.md"]
keywords = ["JPEG", "mozjpeg", "libjpeg", "static"]
license = "IJG"
links = "jpeg"
name = "mozjpeg-sys"
readme = "README.md"
repository = "https://github.com/kornelski/mozjpeg-sys.git"
version = "0.10.13"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]