zenwebp 0.2.1

High-performance WebP encoding and decoding in pure Rust
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 = "2021"
rust-version = "1.92"
name = "zenwebp"
version = "0.2.1"
build = false
include = [
    "/src",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance WebP encoding and decoding in pure Rust"
homepage = "https://github.com/imazen/zenwebp"
readme = "README.md"
keywords = [
    "webp",
    "image",
    "encoder",
    "decoder",
    "codec",
]
categories = [
    "multimedia::images",
    "multimedia::encoding",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/imazen/zenwebp"

[features]
_benchmarks = []
_profiling = [
    "dep:png",
    "dep:webp",
]
_wasm_profiling = ["std"]
default = [
    "std",
    "fast-yuv",
    "simd",
]
fast-yuv = ["dep:yuv"]
simd = [
    "dep:multiversed",
    "dep:multiversion",
    "dep:archmage",
    "dep:magetypes",
    "dep:safe_unaligned_simd",
    "dep:wide",
]
std = [
    "thiserror/std",
    "whereat/std",
    "byteorder-lite/std",
]

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

[dependencies.archmage]
version = "0.4.0"
optional = true

[dependencies.byteorder-lite]
version = "0.1.0"
default-features = false

[dependencies.hashbrown]
version = "0.16"
features = ["default-hasher"]
default-features = false

[dependencies.magetypes]
version = "0.4.0"
optional = true

[dependencies.multiversed]
version = "0.2.0"
optional = true

[dependencies.multiversion]
version = "0.8.0"
optional = true

[dependencies.png]
version = "0.17.12"
optional = true

[dependencies.safe_unaligned_simd]
version = "0.2.3"
optional = true

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dependencies.webp]
version = "0.3.0"
optional = true

[dependencies.whereat]
version = "0.1.3"
default-features = false

[dependencies.wide]
version = "1.1.1"
optional = true

[dependencies.yuv]
version = "0.8"
optional = true

[dev-dependencies.dssim-core]
version = "3.4"

[dev-dependencies.fast-ssim2]
version = "0.6.5"

[dev-dependencies.imgref]
version = "1.10"

[dev-dependencies.paste]
version = "1.0.14"

[dev-dependencies.png]
version = "0.17.12"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rgb]
version = "0.8"

[dev-dependencies.webp]
version = "0.3.1"

[dev-dependencies.yuv]
version = "0.8"