# 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 = "2018" name = "jpegxr" version = "0.3.1" authors = ["Brooke Vibber "] description = "Wrapper for Microsoft's C JPEG XR image codec library" homepage = "https://github.com/brion/jpegxr" readme = "readme.md" keywords = [ "jxr", "jpegxr", "jpeg-xr", ] categories = ["multimedia::images"] license = "BSD-3-Clause" repository = "https://github.com/brion/jpegxr.git" [dependencies.libc] version = "0.2.153" [dependencies.thiserror] version = "1.0.57" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.0.83" features = ["parallel"]