[build-dependencies.make-cmd]
version = "0.1.0"
[build-dependencies.pkg-config]
version = "0.3.27"
[dependencies.curl-sys]
optional = true
version = "0.3.11"
[dependencies.gdk-pixbuf-sys]
optional = true
version = "0.3.4"
[dependencies.mozjpeg-sys]
optional = true
version = "2.0.2"
[dev-dependencies.lazy_static]
version = "0.2.8"
[features]
curl = ["curl-sys"]
default = ["static"]
gd = []
jpeg = ["mozjpeg-sys"]
pixbuf = ["gdk-pixbuf-sys"]
png = []
python_interface = []
static = []
[package]
authors = ["AdnoC <adam.r.cutler@gmail.com>"]
build = "build.rs"
description = "FFI bindings to libsixel, static linkage"
homepage = "https://github.com/AdnoC/sixel-sys"
keywords = ["sixel", "libsixel", "image"]
license = "MIT"
links = "sixel"
name = "sixel-sys-static"
readme = "README.md"
repository = "https://github.com/AdnoC/sixel-sys"
version = "0.3.2"