webpx 0.1.3

Complete WebP encoding/decoding with ICC profiles, streaming, and animation support
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.80"
name = "webpx"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Complete WebP encoding/decoding with ICC profiles, streaming, and animation support"
readme = "README.md"
keywords = [
    "webp",
    "image",
    "codec",
    "icc",
    "animation",
]
categories = [
    "multimedia::images",
    "multimedia::encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/imazen/webpx"

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

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

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

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

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

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

[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]
version = "0.6"
features = [
    "plotters",
    "cargo_bench_support",
]
default-features = false

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

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