# 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.74.0" name = "jpegxl-src" version = "0.11.2" authors = ["Inflation "] build = "build.rs" 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", ] 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" [lib] name = "jpegxl_src" path = "src/lib.rs" [dependencies.cmake] version = "0.1.51" [features] threads = [] [lints.clippy] pedantic = "warn" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage_nightly)"]