Spracherkennung für: .toml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
# 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.
4.
3"
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"
repository = "
https://github.com/libjxl/jxl-rs"
[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.
4.
3"
path = "../jxl_simd"
[dev-dependencies]
paste = "
1.
0.
15"
rand = "
0.
9.
2"
rand_chacha = "
0.
9.
0"
test-log = "
0.
2.
14"
[dev-dependencies.criterion]
version = "
0.
7.
0"
features = ["html_reports"]
[lints.clippy]
missing_safety_doc = "deny"
undocumented_unsafe_blocks = "deny"
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"