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 = "2021"
name = "jxl_transforms"
version = "0.3.0"
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 - Transforms"
readme = "README.md"
keywords = [
"jpeg-xl",
"simd",
"dct",
]
categories = ["multimedia::images"]
license = "BSD-3-Clause"
[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_transforms"
path = "src/lib.rs"
[[bench]]
name = "dct"
path = "benches/dct.rs"
harness = false
[dependencies.jxl_simd]
version = "=0.3.0"
[dev-dependencies.criterion]
version = "0.7.0"
features = ["html_reports"]
[dev-dependencies.paste]
version = "1.0.15"
[dev-dependencies.rand]
version = "0.9.2"
[dev-dependencies.rand_chacha]
version = "0.9.0"
[dev-dependencies.test-log]
version = "0.2.14"
[lints.clippy]
missing_safety_doc = "deny"
undocumented_unsafe_blocks = "deny"
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"