Revision control

Copy as Markdown

Other Tools

# 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"
version = "0.3.0"
authors = ["Luca Versari <veluca93@gmail.com>"]
build = false
exclude = ["resources/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High performance Rust implementation of a JPEG XL decoder"
readme = "README.md"
keywords = [
"jpeg-xl",
"decoder",
]
categories = ["multimedia::images"]
license = "BSD-3-Clause"
resolver = "2"
[features]
all-simd = ["jxl_simd/all-simd"]
avx = ["jxl_simd/avx"]
avx512 = ["jxl_simd/avx512"]
neon = ["jxl_simd/neon"]
sse42 = ["jxl_simd/sse42"]
[lib]
name = "jxl"
path = "src/lib.rs"
[dependencies.array-init]
version = "2.0.0"
[dependencies.byteorder]
version = "1.4.3"
[dependencies.jxl_macros]
version = "=0.3.0"
[dependencies.jxl_simd]
version = "=0.3.0"
[dependencies.jxl_transforms]
version = "0.3.0"
[dependencies.num-derive]
version = "0.4"
[dependencies.num-traits]
version = "0.2.14"
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1.40"
optional = true
[dev-dependencies.arbtest]
version = "0.3.2"
[dev-dependencies.jxl_macros]
version = "=0.3.0"
features = ["test"]
[dev-dependencies.paste]
version = "1.0.15"
[dev-dependencies.rand]
version = "0.9.2"
[dev-dependencies.rand_xorshift]
version = "0.4.0"
[dev-dependencies.test-log]
version = "0.2.16"
features = ["trace"]
[lints.clippy]
missing_safety_doc = "deny"
undocumented_unsafe_blocks = "deny"
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"