sixel-sys-static 0.3.2

FFI bindings to libsixel, static linkage
Documentation
[package]
name = "sixel-sys-static"
version = "0.3.2"
authors = ["AdnoC <adam.r.cutler@gmail.com>"]

description = "FFI bindings to libsixel, static linkage"
keywords = ["sixel", "libsixel", "image"]

license = "MIT"
readme = "README.md"

homepage = "https://github.com/AdnoC/sixel-sys"
repository = "https://github.com/AdnoC/sixel-sys"

links = "sixel"

build = "build.rs"

[dependencies]
# Optional libsixel dependencies
curl-sys = { version = "0.3.11", optional = true}
#libgd
gdk-pixbuf-sys = { version = "0.3.4", optional = true}
# Drop-in libjpeg replacement
mozjpeg-sys = { version = "2.0.2", optional = true }
#libpng git: git://git.code.sf.net/p/libpng/code
# png-sys = { git = , optional = true }

[build-dependencies]
make-cmd = "0.1.0"
# bindgen = "0.23"
pkg-config = "0.3.27"

[dev-dependencies]
lazy_static = "0.2.8"

[features]
default = ["static"]
curl = ["curl-sys"]
jpeg = ["mozjpeg-sys"]
pixbuf = ["gdk-pixbuf-sys"]
# Need to handle these eventually
png = []
gd = []
# Maybe I should just turn this off regardless
# 99% of the time it won't be needed
python_interface = []
static = []