libva 0.1.4

Safe bindings over libva
# 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"
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"