ravif 0.6.2

rav1e-based pure Rust library for encoding images in AVIF format (powers the `cavif` tool)
Documentation
[package]
name = "ravif"
description = "rav1e-based pure Rust library for encoding images in AVIF format (powers the `cavif` tool)"
version = "0.6.2"
authors = ["Kornel LesiƄski <kornel@geekhood.net>"]
edition = "2018"
license = "BSD-3-Clause"
readme = "README.md"
keywords = ["avif", "convert", "av1", "rav1f", "cav1f"]
categories = ["multimedia::images", "multimedia::encoding"]
homepage = "https://lib.rs/ravif"
repository = "https://github.com/kornelski/cavif-rs"
include = ["README.md", "LICENSE", "Cargo.toml", "/src/*.rs"]

[dependencies]
avif-serialize = "0.6.4"
num_cpus = "1.13.0"
rav1e = { version = "0.4.0-alpha", default-features = false }
rayon = "1.4.0"
rgb = "0.8.25"
imgref = "1.7.0"
loop9 = "0.1.3"

[profile.release]
lto = true

[profile.dev.package."*"]
opt-level = 2

[dev-dependencies]
avif-parse = "0.13.0"