zencodec 0.1.0

Shared traits and types for zen* image 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 = "zencodec"
version = "0.1.0"
build = false
exclude = [
    "CLAUDE.md",
    "docs/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared traits and types for zen* image codecs"
readme = "README.md"
keywords = [
    "image",
    "codec",
    "traits",
]
categories = ["multimedia::images"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/imazen/zencodec"

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

[[test]]
name = "comprehensive"
path = "tests/comprehensive.rs"

[[test]]
name = "pnm_roundtrip"
path = "tests/pnm_roundtrip.rs"

[dependencies.almost-enough]
version = "0.4.2"
features = ["alloc"]
default-features = false

[dependencies.enough]
version = "0.4.2"

[dependencies.whereat]
version = "0.1.4"

[dependencies.zenpixels]
version = "0.2.0"
features = ["imgref"]

[dev-dependencies.thiserror]
version = "2"