webp 0.1.0

WebP conversion library. WIP
Documentation
[dependencies.image]
optional = true
version = "0.22.3"

[dependencies.libwebp-sys]
version = "0.2.0"

[features]
default = ["img"]
img = ["image"]

[package]
authors = ["Jared Forth <jaredforthdev@gmail.com>"]
categories = ["external-ffi-bindings"]
description = "WebP conversion library. WIP"
documentation = "https://docs.rs/webp"
edition = "2018"
homepage = "https://github.com/jaredforth/webp"
keywords = ["image", "webp", "conversion"]
license = "MIT OR Apache-2.0"
name = "webp"
readme = "README.md"
repository = "https://github.com/jaredforth/webp.git"
version = "0.1.0"