[package]
name = "libvmaf-sys"
version = "0.3.3"
edition = "2021"
description = "Library bindings for Netflix's VMAF"
license = "GPL-3.0-or-later"
repository = "https://github.com/ThatNerdUKnow/libvmaf-sys"
authors = ["Brandon PiƱa"]
include = ["**/*.rs","Cargo.toml","Cargo.lock","vmaf/libvmaf","vmaf/model","vmaf/LICENSE","*.ini"]
readme = "readme.md"
keywords = ["vmaf","video"]
links = "vmaf"
[dependencies]
[build-dependencies]
meson-next = "1.2.1"
bindgen = "0.63.0"
[toolchain]
channel = "stable-gnu"
[features]
float = []
avx512 = []