webp-anim 0.1.1

Sequential, bounded-memory animated WebP processing for 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 = "2024"
rust-version = "1.85"
name = "webp-anim"
version = "0.1.1"
build = false
exclude = [
    "README.ZIP",
    "*.zip",
    "*.ZIP",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sequential, bounded-memory animated WebP processing for Rust"
homepage = "https://github.com/cbz-tools/webp-anim"
documentation = "https://docs.rs/webp-anim"
readme = "README.md"
keywords = [
    "webp",
    "animation",
    "image-processing",
    "image-codec",
]
categories = [
    "multimedia::images",
    "multimedia::encoding",
]
license = "MIT"
repository = "https://github.com/cbz-tools/webp-anim"

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

[dependencies.fast_image_resize]
version = "=5.0.0"

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