imx 0.1.20

A library for image processing and manipulation
Documentation
[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.97"

[dependencies.fontdue]
version = "0.9.3"

[dependencies.image]
features = ["png"]
version = "0.25.6"

[dependencies.jxl-oxide]
features = ["image"]
version = "0.11.4"

[dependencies.log]
version = "0.4.27"

[dependencies.rgb]
version = "0.8.50"

[dependencies.tokio]
features = ["full"]
version = "1.44.1"

[dev-dependencies.tempfile]
version = "3.19.1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::images", "graphics", "multimedia"]
description = "A library for image processing and manipulation"
documentation = "https://docs.rs/imx"
edition = "2024"
homepage = "https://github.com/rakki194/imx"
keywords = ["image", "processing", "manipulation", "graphics", "multimedia"]
license = "MIT"
name = "imx"
readme = "README.md"
repository = "https://github.com/rakki194/imx"
version = "0.1.20"