libvmaf-sys 0.3.0

Library bindings for Netflix's VMAF
Documentation
[package]
name = "libvmaf-sys"
version = "0.3.0"
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"]
readme = "readme.md"
keywords = ["vmaf","video"]
links = "vmaf"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[build-dependencies]
meson-next = "1.1.3"
bindgen = "0.63.0"

[features]
float = []
avx512 = []