File: Cargo.toml.orig

package info (click to toggle)
rust-image-webp 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 536 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "image-webp"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.67.1"

description = "WebP encoding and decoding in pure Rust"
homepage = "https://github.com/image-rs/image-webp"
repository = "https://github.com/image-rs/image-webp"
categories = ["multimedia::images", "multimedia::encoding", "encoding"]

include = ["/src", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]

[dependencies]
byteorder-lite = "0.1.0"
quick-error = "2.0.1"

[dev-dependencies]
paste = "1.0.14"
png = "0.17.12"
rand = "0.8.5"
webp = "0.3.0"

[features]
_benchmarks = []