epaper-dithering-core 4.0.1

High-quality dithering algorithms for e-paper / e-ink displays — OKLab color matching, error diffusion, ordered dithering, measured palettes
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "epaper-dithering-core"
version = "4.0.1"
build = false
exclude = [
    "tests/fixtures/",
    "examples/",
    "out.png",
    "out_rgb.png",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-quality dithering algorithms for e-paper / e-ink displays — OKLab color matching, error diffusion, ordered dithering, measured palettes"
homepage = "https://opendisplay.org"
documentation = "https://docs.rs/epaper-dithering-core"
readme = "README.md"
keywords = [
    "epaper",
    "eink",
    "dithering",
    "color",
    "embedded",
]
categories = [
    "graphics",
    "multimedia::images",
    "embedded",
]
license = "MIT"
repository = "https://github.com/OpenDisplay-org/epaper-dithering"
resolver = "2"

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

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

[[bench]]
name = "dithering"
path = "benches/dithering.rs"
harness = false

[dependencies.rayon]
version = "1.10"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.image]
version = "0.25"