1[package]
2name = "cros-libva"
3version = "0.0.10"
4license = "BSD-3-Clause"
5description = "Safe bindings over libva"
6repository = "https://github.com/chromeos/cros-libva"
7authors = ["The Chromium OS Authors"]
8edition = "2021"
9
10readme.workspace = true
11
12[dependencies]
13thiserror = "1"
14bitflags = "2.5"
15log = { version = "0", features = ["release_max_level_debug"] }
16
17[build-dependencies]
18bindgen = "0.70.1"
19pkg-config = "0.3.26"
20
21[dev-dependencies]
22crc32fast = "1.2.1"
23