[package] name = "jpegxr" version = "0.3.1" authors = ["Brooke Vibber "] edition = "2018" license = "BSD-3-Clause" description = "Wrapper for Microsoft's C JPEG XR image codec library" readme = "readme.md" homepage = "https://github.com/brion/jpegxr" repository = "https://github.com/brion/jpegxr.git" keywords = ["jxr", "jpegxr", "jpeg-xr"] categories = ["multimedia::images"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.57" libc = "0.2.153" [build-dependencies] cc = { version = "1.0.83", features = ["parallel"] } bindgen = "0.69.4"