c23f83e69330888417ef2d51373773fd1dad47b1
[nihav-player.git] / nihed-cros-libva / Cargo.toml
1 [package]
2 name = "cros-libva"
3 version = "0.0.3"
4 license = "BSD-3-Clause"
5 description = "Safe bindings over libva"
6 repository = "https://github.com/chromeos/cros-libva"
7 authors = ["The Chromium OS Authors"]
8 edition = "2021"
9
10 [dependencies]
11 anyhow = "1"
12 bitflags = "1.3"
13 log = { version = "0", features = ["release_max_level_debug"] }
14
15 [build-dependencies]
16 pkg-config = "0.3.26"
17
18 [dev-dependencies]
19 crc32fast = "1.2.1"