webp-rust 0.1.0

Pure Rust implementation of a WebP encoder and decoder
Documentation
[package]
name = "webp-rust"
version = "0.1.0"
edition = "2021"
description = "Pure Rust implementation of a WebP encoder and decoder"
keywords =  ["webp", "image", "encoder", "codec", "compression"]
categories = ["multimedia::images", "encoding", "compression"]
license= "MIT"
repository = "https://github.com/mith-mmk/webp-rust"
documentation = "https://docs.rs/webp-rust"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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


[profile.release]
opt-level = 3