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 = "
2024"
name = "jxl"
version = "
0.
4.
3"
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"
repository = "
https://github.com/libjxl/jxl-rs"
[features]
all-simd = ["jxl_simd/all-simd"]
avx = ["jxl_simd/avx"]
avx512 = ["jxl_simd/avx512"]
default = ["all-simd"]
neon = ["jxl_simd/neon"]
sse42 = ["jxl_simd/sse42"]
[lib]
name = "jxl"
path = "src/lib.rs"
[dependencies]
array-init = "
2.
0.
0"
byteorder = "
1.
4.
3"
num-derive = "
0.
4"
num-traits = "
0.
2.
14"
thiserror = "
2.
0"
[dependencies.jxl_macros]
version = "=
0.
4.
3"
path = "../jxl_macros"
[dependencies.jxl_simd]
version = "=
0.
4.
3"
path = "../jxl_simd"
[dependencies.jxl_transforms]
version = "=
0.
4.
3"
path = "../jxl_transforms"
[dependencies.tracing]
version = "
0.
1.
40"
optional = true
[dev-dependencies]
arbtest = "
0.
3.
2"
paste = "
1.
0.
15"
rand = "
0.
9.
2"
rand_xorshift = "
0.
4.
0"
[dev-dependencies.jxl_macros]
version = "=
0.
4.
3"
path = "../jxl_macros"
features = ["test"]
[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"