# 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_macros" version = "0.3.0" authors = ["Luca Versari "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "High performance Rust implementation of a JPEG XL decoder - supporting macros" readme = "README.md" keywords = [ "jpeg-xl", "decoder", ] categories = ["multimedia::images"] license = "BSD-3-Clause" repository = "https://github.com/libjxl/jxl-rs" resolver = "2" [features] test = [] [lib] name = "jxl_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro-error2] version = "2.0.1" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0.90" features = [ "extra-traits", "full", ] [lints.clippy] missing_safety_doc = "deny" undocumented_unsafe_blocks = "deny" [lints.rust] unsafe_op_in_unsafe_fn = "deny"