sixel-sys 0.5.0

FFI bindings to libsixel
[build-dependencies.autotools]
version = "0.2.7"

[build-dependencies.make-cmd]
version = "0.1.0"

[dependencies.libpng-sys]
optional = true
version = "1.1.10"

[dev-dependencies.lazy_static]
version = "0.2.8"

[features]
png = ["libpng-sys"]
python_interface = []

[lib]
name = "sixel_sys"
path = "src/lib.rs"

[package]
authors = ["AdnoC <adam.r.cutler@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "FFI bindings to libsixel"
homepage = "https://github.com/AdnoC/sixel-sys"
keywords = ["sixel", "libsixel", "image"]
license = "MIT"
links = "sixel"
name = "sixel-sys"
readme = "README.md"
repository = "https://github.com/AdnoC/sixel-sys"
version = "0.5.0"

[[test]]
name = "lib"
path = "tests/lib.rs"