jpegxl-sys 0.2.4-alpha.0

Rust wrapper for JPEG XL reference implementation
Documentation
[package]
authors = ["Inflation <hypernovagama@gmail.com>"]
description = "Rust wrapper for JPEG XL reference implementation"
edition = "2018"
exclude = ["test/"]
license = "GPL-3.0-or-later"
name = "jpegxl-sys"
readme = "README.md"
repository = "https://github.com/inflation/jpegxl-sys"
version = "0.2.4-alpha.0"

[package.metadata.docs.rs]
features = ["docsrs"]
no-default-features = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
bindgen = "0.56"
cfg-if = "1.0.0"
cmake = "0.1.45"
anyhow = "1.0.38"

[dev-dependencies]
image = "0.23.12"

[features]
default = []
docsrs = []
without-build = []
without-threads = []