libwebp-sys 0.14.2

Bindings to libwebp (bindgen, static linking)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "libwebp-sys"
version = "0.14.2"
authors = [
    "XianYou <xianyou.cyq@alibaba-inc.com>",
    "Kornel LesiƄski <kornel@geekhood.net>",
]
build = "build.rs"
exclude = [
    "*.sh",
    "*.am",
]
include = [
    "wrap.h",
    "src/*.rs",
    "README.md",
    "build.rs",
    "/vendor/src/",
    "/vendor/sharpyuv",
    "/vendor/COPYING",
    "/vendor/PATENTS",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to libwebp (bindgen, static linking)"
homepage = "https://github.com/NoXF/libwebp-sys"
readme = "README.md"
keywords = [
    "WebP",
    "Image",
    "Codec",
    "Decoder",
    "Encoder",
]
license = "MIT"
repository = "https://github.com/NoXF/libwebp-sys"

[features]
avx2 = []
default = [
    "std",
    "parallel",
]
generate-bindings = ["dep:bindgen"]
neon = []
parallel = ["cc/parallel"]
sse41 = []
std = []
system-dylib = []

[lib]
name = "libwebp_sys"
path = "src/lib.rs"

[build-dependencies.bindgen]
version = "0.72"
optional = true

[build-dependencies.cc]
version = "1"

[build-dependencies.glob]
version = "0.3"

[build-dependencies.pkg-config]
version = "0.3"

[profile.test]
opt-level = 2