jxl_simd 0.4.1

High performance Rust implementation of a JPEG XL decoder - SIMD support code
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"
name = "jxl_simd"
version = "0.4.1"
authors = ["Luca Versari <veluca93@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High performance Rust implementation of a JPEG XL decoder - SIMD support code"
readme = "README.md"
keywords = [
    "jpeg-xl",
    "simd",
]
categories = ["multimedia::images"]
license = "BSD-3-Clause"
repository = "https://github.com/libjxl/jxl-rs"
resolver = "2"

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

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

[dependencies]

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

[dev-dependencies.paste]
version = "1.0.15"

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

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"