blob: df66f9366837db01125273ddea2d29385f3a2c4a [file] [log] [blame]
[package]
name = "cros-libva"
version = "0.0.10"
license = "BSD-3-Clause"
description = "Safe bindings over libva"
repository = "https://github.com/chromeos/cros-libva"
authors = ["The Chromium OS Authors"]
edition = "2021"
readme.workspace = true
[dependencies]
thiserror = "1"
bitflags = "2.5"
log = { version = "0", features = ["release_max_level_debug"] }
[build-dependencies]
bindgen = "0.70.1"
pkg-config = "0.3.26"
[dev-dependencies]
crc32fast = "1.2.1"