[package]
edition = "2024"
name = "wav1c"
version = "0.2.0"
authors = ["Rafael Caricio <rafael@caricio.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wondrous AV1 encoder written in safe Rust."
readme = "README.md"
keywords = [
"av1",
"video",
"encoder",
"codec",
"y4m",
]
categories = [
"multimedia::video",
"encoding",
]
license = "MPL-2.0"
repository = "https://github.com/rafaelcaricio/wav1c"
[lib]
name = "wav1c"
path = "src/lib.rs"
[[example]]
name = "test_pattern"
path = "examples/test_pattern.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies]