[badges.is-it-maintained-issue-resolution]
repository = "qnighy/libwebp-rs"
[badges.is-it-maintained-open-issues]
repository = "qnighy/libwebp-rs"
[badges.travis-ci]
branch = "master"
repository = "qnighy/libwebp-rs"
[dependencies.libwebp-sys2]
version = "0.1.0"
[dev-dependencies.rand]
version = "0.6.5"
[features]
0_5 = ["libwebp-sys2/0_5"]
0_6 = ["libwebp-sys2/0_6", "0_5"]
1_1 = ["libwebp-sys2/1_1", "0_6"]
__doc_cfg = ["1_1", "demux", "mux"]
default = []
demux = ["libwebp-sys2/demux"]
extern-types = ["libwebp-sys2/extern-types"]
mux = ["libwebp-sys2/mux"]
static = ["libwebp-sys2/static"]
[package]
authors = ["Masaki Hara <ackie.h.gmai@gmail.com>"]
categories = ["api-bindings", "multimedia", "multimedia::images"]
description = "A binding to libwebp"
edition = "2018"
homepage = "https://github.com/qnighy/libwebp-rs"
keywords = ["webp", "image"]
license = "BSD-3-Clause"
name = "libwebp"
readme = "README.md"
repository = "https://github.com/qnighy/libwebp-rs"
version = "0.1.2"
[package.metadata.docs.rs]
features = ["1_1", "demux", "mux", "__doc_cfg", "extern-types"]