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