slimg-core 0.4.0

Image optimization library — encode, decode, convert, resize with MozJPEG, OxiPNG, WebP, AVIF, and QOI
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 = "slimg-core"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Image optimization library — encode, decode, convert, resize with MozJPEG, OxiPNG, WebP, AVIF, and QOI"
homepage = "https://github.com/clroot/slimg"
readme = "README.md"
keywords = [
    "image",
    "optimization",
    "compression",
    "webp",
    "avif",
]
categories = [
    "multimedia::images",
    "encoding",
]
license = "MIT"
repository = "https://github.com/clroot/slimg"
resolver = "2"

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

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

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

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

[dependencies.image]
version = "0.25"
features = ["avif-native"]

[dependencies.imgref]
version = "1"

[dependencies.mozjpeg]
version = "0.10"

[dependencies.oxipng]
version = "10"
features = [
    "parallel",
    "zopfli",
]
default-features = false

[dependencies.rapid-qoi]
version = "0.6"

[dependencies.ravif]
version = "0.13"

[dependencies.rgb]
version = "0.8"

[dependencies.thiserror]
version = "2"

[dependencies.webp]
version = "0.3"
default-features = false

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