[package]
name = "vpl-sys"
description = "Minimal FFI bindings for a subset of Intel oneVPL (libvpl); dynamic runtime loading via libloading, no build-time link against an Intel import library"
version.workspace = true
publish = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
[dependencies]
libloading = { workspace = true }
thiserror = { workspace = true }
[build-dependencies]
bindgen = { workspace = true }
[lints]
workspace = true