pingap-imageoptim 0.13.0

ImageOptim for pingap
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 = "pingap-imageoptim"
version = "0.13.0"
authors = ["Tree Xie <tree.xie@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ImageOptim for pingap"
homepage = "https://github.com/vicanso/pingap"
readme = false
keywords = [
    "pingap",
    "imageoptim",
]
license = "Apache-2.0"
repository = "https://github.com/vicanso/pingap"

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytemuck]
version = "1.23.2"

[dependencies.bytes]
version = "1.10.1"

[dependencies.ctor]
version = "0.6.0"

[dependencies.http]
version = "1.3.1"

[dependencies.image]
version = "=0.25.6"
features = [
    "webp",
    "avif",
]

[dependencies.imagequant]
version = "4.4.1"
default-features = false

[dependencies.lodepng]
version = "3.12.1"

[dependencies.mozjpeg]
version = "0.10.13"

[dependencies.pingap-config]
version = "0.13.0"

[dependencies.pingap-core]
version = "0.13.0"

[dependencies.pingap-plugin]
version = "0.13.0"

[dependencies.pingora]
version = "0.7.0"
features = [
    "lb",
    "openssl",
    "cache",
]
default-features = false

[dependencies.rgb]
version = "0.8.52"
features = ["bytemuck"]

[dependencies.snafu]
version = "0.8.9"
features = ["std"]
default-features = false

[dependencies.tracing]
version = "0.1.41"

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

[dev-dependencies.pretty_assertions]
version = "1.4.1"

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

[dev-dependencies.tokio]
version = "1.47.1"
features = ["fs"]
default-features = false

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.toml]
version = "0.9.7"

[lints.clippy]
unwrap_used = "deny"