# 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-sys" version = "0.11.2+libjxl-0.11.1" authors = ["Inflation "] build = "build.rs" links = "jxl" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust wrapper for JPEG XL reference implementation" readme = "README.md" keywords = [ "jpeg-xl", "jxl", ] categories = [ "external-ffi-bindings", "encoding", "multimedia::images", ] license = "GPL-3.0-or-later" repository = "https://github.com/inflation/jpegxl-rs" [package.metadata.docs.rs] features = ["docs"] [lib] name = "jpegxl_sys" path = "src/lib.rs" [dev-dependencies.image] version = "0.25.5" features = ["png"] default-features = false [dev-dependencies.pretty_assertions] version = "1.4.1" [build-dependencies.jpegxl-src] version = "0.11.2" optional = true [build-dependencies.pkg-config] version = "0.3.31" [features] default = [] docs = [] vendored = ["jpegxl-src"] [lints.clippy] module_name_repetitions = "allow" pedantic = "warn" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage_nightly)"] [lints.rustdoc] broken_intra_doc_links = "deny"