wav1c 0.2.0

Wondrous AV1 encoder written in safe Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]