[package]
name = "zune-jpegxl"
version = "0.4.0"
authors = ["caleb <etemesicaleb@gmail.com>"]
edition = "2021"
repository = "https://github.com/etemesi254/zune-image/tree/dev/crates/zune-jpegxl"
license = "MIT OR Apache-2.0 OR Zlib"
keywords = ["jpeg-xl", "jpeg-xl-decoder", "decoder","jxl"]
categories = ["multimedia::images"]
exclude = []
description = "A simple, fast and fully safe modular jxl encoder"
[dependencies]
zune-core = { version = "0.4", path = "../zune-core" }
[features]
threads = []
std = []
log = ["zune-core/log"]
default = ["threads", "std"]