kagamijxl 0.3.2

Opinionated JPEG XL decoder/encoder library.
Documentation
[package]
name = "kagamijxl"
version = "0.3.2"
authors = ["Kagami Sascha Rosylight <saschanaz@outlook.com>"]
edition = "2018"
description = "Opinionated JPEG XL decoder/encoder library."
license = "ISC"
readme = "README.md"
repository = "https://github.com/saschanaz/jxl-rs/tree/main/kagamijxl"
keywords = ["libjxl", "jxl", "jpegxl"]
categories = ["multimedia::images"]

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

[dependencies]
libjxl-sys = { version = "0.7.0", path = "../libjxl-sys" }