libwebp-sys 0.9.5

Bindings to libwebp (bindgen, static linking)
Documentation
[package]

name = "libwebp-sys"
version = "0.9.5"
authors = [
  "XianYou <xianyou.cyq@alibaba-inc.com>",
  "Kornel LesiƄski <kornel@geekhood.net>",
]
keywords = ["WebP", "Image", "Codec", "Decoder", "Encoder"]
description = "Bindings to libwebp (bindgen, static linking)"
license = "MIT"
readme = "README.md"
build = "build.rs"
homepage = "https://github.com/NoXF/libwebp-sys"
repository = "https://github.com/NoXF/libwebp-sys"

[build-dependencies]
cc = "1"
glob = "0.3"

[features]
default = ["std", "parallel", "neon"]
std = []
parallel = ["cc/parallel"]
neon = []                      # ARM NEON SIMD (will crash on ARM CPUs without it)
sse41 = []                     # x64 SSE 4.1 (will crash on x86 CPUs without it)
avx2 = []                      # x64 AVX2 (will crash on x86 CPUs without it)