webpx 0.1.0

Complete WebP encoding/decoding with ICC profiles, streaming, and animation support
Documentation
[[bench]]
harness = false
name = "codec"
path = "benches/codec.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"

[[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.0"

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

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