1[package]
2name = "image-webp"
3version = "0.2.1"
4edition = "2021"
5license = "MIT OR Apache-2.0"
6rust-version = "1.80.1"
7
8description = "WebP encoding and decoding in pure Rust"
9homepage = "https://github.com/image-rs/image-webp"
10repository = "https://github.com/image-rs/image-webp"
11categories = ["multimedia::images", "multimedia::encoding", "encoding"]
12
13include = ["/src", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
14
15[dependencies]
16byteorder-lite = "0.1.0"
17quick-error = "2.0.1"
18
19[dev-dependencies]
20paste = "1.0.14"
21png = "0.17.12"
22rand = "0.8.5"
23webp = "0.3.0"
24
25[features]
26_benchmarks = []
27