1[package] 2name = "cros-codecs" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[features] 8vaapi = ["libva"] 9 10[dependencies] 11anyhow = { version = "*" } 12bitreader = "0.3.6" 13bytes = "1.1.0" 14enumn = "0.1.4" 15log = { version = "0", features = ["release_max_level_debug"] } 16thiserror = "1.0.31" 17libva = { path = "../libva", optional = true } 18crc32fast = "1.3.2" 19