zenpixels 0.2.0

Pixel format interchange types for zen* codecs
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"
rust-version = "1.93"
name = "zenpixels"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pixel format interchange types for zen* codecs"
readme = "README.md"
keywords = [
    "image",
    "pixel",
    "format",
    "descriptor",
    "codec",
]
categories = ["multimedia::images"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/imazen/zenpixels"
resolver = "2"

[features]
default = ["std"]
imgref = [
    "dep:imgref",
    "rgb",
]
planar = []
rgb = ["dep:rgb"]
std = []

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

[dependencies.bytemuck]
version = "1.21"
features = [
    "extern_crate_alloc",
    "derive",
]
default-features = false

[dependencies.imgref]
version = "1.12"
optional = true

[dependencies.rgb]
version = "0.8"
features = ["bytemuck"]
optional = true
default-features = false

[dependencies.whereat]
version = "0.1.4"
default-features = false

[dev-dependencies.imgref]
version = "1.12"

[dev-dependencies.rgb]
version = "0.8"
features = ["bytemuck"]
default-features = false