webp-rust 0.1.0

Pure Rust implementation of a WebP encoder and decoder
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"
name = "webp-rust"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust implementation of a WebP encoder and decoder"
documentation = "https://docs.rs/webp-rust"
readme = "README.md"
keywords = [
    "webp",
    "image",
    "encoder",
    "codec",
    "compression",
]
categories = [
    "multimedia::images",
    "encoding",
    "compression",
]
license = "MIT"
repository = "https://github.com/mith-mmk/webp-rust"

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

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

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

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

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

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

[dependencies.bin-rs]
version = "0.0.10"
features = [
    "stream",
    "util",
]

[profile.release]
opt-level = 3