msg-tool-jpegxl-src 0.11.2

Source of libjxl and logic to build it.
Documentation
# 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"
rust-version = "1.81.0"
name = "msg-tool-jpegxl-src"
version = "0.11.2"
authors = ["Inflation <me@shimotsuki.ink>"]
build = false
exclude = [
    "libjxl/third_party/libpng",
    "libjxl/third_party/sjpeg",
    "libjxl/third_party/lcms",
    "libjxl/third_party/googletest",
    "libjxl/third_party/brotli/tests",
    "libjxl/third_party/brotli/java",
    "libjxl/third_party/brotli/csharp",
    "libjxl/third_party/brotli/research",
    "libjxl/third_party/brotli/js",
    "libjxl/third_party/libjpeg-turbo",
    "libjxl/third_party/highway/g3doc",
    "libjxl/third_party/skcms/profiles",
    "libjxl/third_party/zlib/contrib",
    "libjxl/testdata",
    "libjxl/examples",
    "libjxl/experimental",
    "libjxl/docker",
    "libjxl/doc",
    "libjxl/.github",
    "libjxl/debian",
    "libjxl/plugins",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source of libjxl and logic to build it."
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/inflation/jpegxl-rs"

[features]
threads = []

[lib]
name = "jpegxl_src"
path = "src/lib.rs"

[dependencies.cmake]
version = "0.1.54"

[lints.clippy]
pedantic = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage_nightly)",
    "cfg(asan)",
    "cfg(tsan)",
]