gamut-webp 0.2.0

WebP image encoder and decoder (intra-frame VP8/VP8L still images in a RIFF container).
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"
rust-version = "1.88"
name = "gamut-webp"
version = "0.2.0"
authors = ["Justin Chung"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebP image encoder and decoder (intra-frame VP8/VP8L still images in a RIFF container)."
homepage = "https://github.com/justin13888/gamut"
readme = "README.md"
keywords = [
    "image",
    "codec",
    "encoding",
    "compression",
]
categories = [
    "multimedia::images",
    "encoding",
    "compression",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/justin13888/gamut"

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

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

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

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

[dependencies.gamut-bitstream]
version = "0.2.1"

[dependencies.gamut-color]
version = "0.3.0"

[dependencies.gamut-core]
version = "0.2.0"

[dependencies.gamut-dsp]
version = "0.2.1"

[dependencies.gamut-riff]
version = "0.1.1"

[dev-dependencies.gamut-color]
version = "0.3.0"

[dev-dependencies.gamut-riff]
version = "0.1.1"

[dev-dependencies.libwebp-sys2]
version = "0.2"

[lints.rust]
missing_docs = "warn"