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