[package] name = "av1an-cli" version = "0.1.1" authors = ["Zen "] description = """ Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding [Command line library] """ repository = "https://github.com/master-of-zen/Av1an" keywords = ["video"] categories = ["command-line-utilities"] license = "GPL-3.0" edition = "2018" [dependencies] structopt = "0.3.22" shlex = "1.0.0" ctrlc = "3.1.9" path_abs = "0.5.1" anyhow = "1.0.42" serde = { version = "1.0.126", features = ["serde_derive"] } av1an-core = { path = "../av1an-core", version = "0.1.0" }