[package]
edition = "2024"
name = "wav1c-cli"
version = "0.1.1"
authors = ["Rafael Caricio <rafael@caricio.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line AV1 encoder powered by wav1c."
readme = false
keywords = [
"av1",
"video",
"encoder",
"codec",
"y4m",
]
license = "MPL-2.0"
repository = "https://github.com/rafaelcaricio/wav1c"
[[bin]]
name = "wav1c"
path = "src/main.rs"
[dependencies.wav1c]
version = "0.1.1"