yuv 0.8.13

High performance utilities for YUV format handling and conversion.
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 = "2021"
rust-version = "1.82.0"
name = "yuv"
version = "0.8.13"
authors = ["Radzivon Bartoshyk"]
build = false
exclude = [
    "*.jpg",
    "assets/*",
    "*.png",
    "assets/bench.jpg",
    "assets/bench.png",
    "*.yuv2",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High performance utilities for YUV format handling and conversion."
homepage = "https://github.com/awxkee/yuvutils-rs"
documentation = "https://github.com/awxkee/yuvutils-rs"
readme = "README.md"
keywords = [
    "yuv",
    "ycbcr",
    "yuv2rgb",
    "rgb2yuv",
    "converter",
]
categories = [
    "multimedia::images",
    "multimedia::video",
]
license = "BSD-3-Clause OR Apache-2.0"
repository = "https://github.com/awxkee/yuvutils-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
avx = []
big_endian = []
default = [
    "avx",
    "sse",
    "rdm",
]
fast_mode = []
geometry = ["dep:fast_transpose"]
nightly_avx512 = ["fast_transpose/nightly_avx512"]
nightly_f16 = []
nightly_i8mm = []
professional_mode = []
rayon = ["dep:rayon"]
rdm = []
rdp = []
sse = []
ycgco_r_type = []

[lib]
name = "yuv"
path = "src/lib.rs"

[dependencies.fast_transpose]
version = "0.2"
optional = true

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rayon]
version = "1.10"
optional = true

[dev-dependencies.rand]
version = "0.10.0"

[profile.dev.package.flate2]
opt-level = 3

[profile.dev.package.image]
opt-level = 3

[profile.dev.package.miniz_oxide]
opt-level = 3

[profile.dev.package.png]
opt-level = 3