zenjxl-decoder-simd 0.3.7

SIMD abstraction layer for the zenjxl-decoder JPEG XL decoder
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.89"
name = "zenjxl-decoder-simd"
version = "0.3.7"
authors = [
    "Luca Versari <veluca93@gmail.com>",
    "Lilith River <lilith@imazen.io>",
]
build = false
exclude = [
    "CLAUDE.md",
    "CONTEXT-HANDOFF.md",
    "FEEDBACK.md",
    ".claude/",
    ".superwork/",
    ".zenbench/",
    "copter-report/",
    ".github/",
    "Cross.toml",
    "justfile",
    "Cargo.toml.original.txt",
    "fuzz/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIMD abstraction layer for the zenjxl-decoder JPEG XL decoder"
readme = "README.md"
keywords = [
    "jpeg-xl",
    "simd",
]
categories = ["multimedia::images"]
license = "BSD-3-Clause"
repository = "https://github.com/imazen/zenjxl-decoder"
resolver = "2"

[features]
all-simd = [
    "sse42",
    "avx",
    "avx512",
    "neon",
    "wasm128",
]
avx = ["sse42"]
avx512 = [
    "avx",
    "archmage/avx512",
]
neon = []
sse42 = []
wasm128 = []

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

[dependencies.archmage]
version = "0.9"

[dependencies.paste]
version = "1"

[dev-dependencies.arbtest]
version = "0.3.2"

[lints.clippy]
missing_safety_doc = "deny"
undocumented_unsafe_blocks = "deny"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"