# 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 = "hdrfix" version = "1.0.7" authors = ["Brooke Vibber "] exclude = [ "/samples", "/*.bat", "/*.sh", ] description = "A tool for mapping HDR screenshots to SDR" homepage = "https://github.com/brion/hdrfix" readme = "readme.md" keywords = [ "jxr", "jpegxr", "jpeg-xr", "hdr", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "MIT" repository = "https://github.com/brion/hdrfix.git" [dependencies.clap] version = "2.33.3" [dependencies.glam] version = "0.18.0" [dependencies.half] version = "1.7.1" features = [ "std", "num-traits", ] [dependencies.image] version = "0.23.14" [dependencies.jpegxr] version = "0.3.1" [dependencies.mozjpeg] version = "0.9.4" default_features = false [dependencies.mtpng] version = "0.3.5" [dependencies.notify] version = "4.0.17" [dependencies.oklab] version = "1.0.0" [dependencies.png] version = "0.17.1" [dependencies.rayon] version = "1.5.1" [dependencies.thiserror] version = "1.0.29" [dependencies.time] version = "0.3.3"