jxl_simd 0.4.0

High performance Rust implementation of a JPEG XL decoder - SIMD support code
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arbitrary"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"

[[package]]
name = "arbtest"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a3be567977128c0f71ad1462d9624ccda712193d124e944252f0c5789a06d46"
dependencies = [
 "arbitrary",
]

[[package]]
name = "jxl_simd"
version = "0.4.0"
dependencies = [
 "arbtest",
 "paste",
]

[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"