webpx 0.1.2

Complete WebP encoding/decoding with ICC profiles, streaming, and animation support
Documentation
[[bench]]
harness = false
name = "codec"
path = "benches/codec.rs"

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

[dependencies.enough]
version = "0.3.1"

[dependencies.imgref]
version = "1.12.0"

[dependencies.libwebp-sys]
version = "0.14.1"

[dependencies.rgb]
version = "0.8.52"

[dependencies.whereat]
version = "0.1.3"

[dev-dependencies.criterion]
default-features = false
features = ["plotters", "cargo_bench_support"]
version = "0.6"

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

[[example]]
name = "alloc_profile"
path = "examples/alloc_profile.rs"

[[example]]
name = "mem_formula"
path = "examples/mem_formula.rs"

[[example]]
name = "pixel_api_demo"
path = "examples/pixel_api_demo.rs"

[[example]]
name = "quick_encode"
path = "examples/quick_encode.rs"

[[example]]
name = "quick_encode_lossless"
path = "examples/quick_encode_lossless.rs"

[[example]]
name = "real_image_test"
path = "examples/real_image_test.rs"

[[example]]
name = "wasm_demo"
path = "examples/wasm_demo.rs"

[features]
animation = []
decode = []
default = ["decode", "encode", "std"]
encode = []
icc = []
std = ["libwebp-sys/std"]
streaming = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::images", "multimedia::encoding"]
description = "Complete WebP encoding/decoding with ICC profiles, streaming, and animation support"
edition = "2021"
keywords = ["webp", "image", "codec", "icc", "animation"]
license = "MIT OR Apache-2.0"
name = "webpx"
readme = "README.md"
repository = "https://github.com/imazen/webpx"
rust-version = "1.80"
version = "0.1.2"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.criterion]
features = ["rayon"]
version = "0.6"

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