[package] name = "vvdecli" version = "0.5.1" edition = "2021" authors = ["Carlos Bentzen "] description = "CLI application for decoding VVC bitstreams" license = "BSD-3-Clause-Clear" repository = "https://github.com/cadubentzen/vvdec-rs" exclude = ["tests/"] [dependencies] anyhow = "1" clap = { version = "4", features = ["derive"] } thiserror = "1" vvdec = { path = "..", version = "0.5.1" } y4m = "0.8" [dev-dependencies] assert_cmd = "2" [features] vendored = ["vvdec/vendored"]