mozjpeg-sys 0.3.2

FFI bindings for mozjpeg. MozJPEG is automatically fetched from git master and linked statically. Requires autotools and nasm.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mozjpeg-sys"
description = "FFI bindings for mozjpeg.\n\nMozJPEG is automatically fetched from git master and linked statically. Requires autotools and nasm."
authors = ["Kornel <pornel@pornel.net>"]
keywords = ["JPEG", "mozjpeg", "libjpeg", "static"]
repository = "https://github.com/pornel/mozjpeg-sys.git"
homepage = "https://github.com/pornel/mozjpeg-sys"
license = "IJG"
build = "src/build.rs"
links = "jpeg"
version = "0.3.2"
include = ["src/**/*", "Cargo.toml", "README.md", "Makefile"]

[dependencies]
libc = "0.2.12"

[lib]
name = "mozjpeg_sys"