[package]
edition = "2024"
rust-version = "1.88"
name = "libva"
version = "0.1.4"
authors = ["mlm-games"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe bindings over libva"
homepage = "https://github.com/mlm-games/cros-libva"
readme = "README.md"
keywords = [
"vaapi",
"libva",
"video",
"hardware",
"drm",
]
categories = [
"api-bindings",
"multimedia",
]
license = "BSD-3-Clause"
repository = "https://github.com/mlm-games/cros-libva"
resolver = "2"
[features]
default = ["dlopen"]
dlopen = ["dep:libloading"]
intel-protected-content-headers = []
linked = []
vendored = []
[lib]
name = "libva"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2.13"
[dependencies.libloading]
version = "0.9"
optional = true
[dependencies.log]
version = "0.4"
[dependencies.thiserror]
version = "2"
[dev-dependencies.crc32fast]
version = "1.5"
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.pkg-config]
version = "0.3"
[build-dependencies.regex]
version = "1.13"