# 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" name = "viewimg" version = "0.9.0" authors = ["mandeep "] description = "OpenEXR and HDR image viewer" homepage = "https://github.com/mandeep/viewimg" documentation = "https://github.com/mandeep/viewimg" readme = "README.md" license = "MIT" repository = "https://github.com/mandeep/viewimg" [profile.dev] opt-level = 3 debug = 2 [profile.release] lto = true [dependencies.clap] version = "2.33" [dependencies.exr] version = "1.72.0" [dependencies.image2] version = "0.11.3" [dependencies.pixels] version = "0.0.2" [dependencies.rayon] version = "1.3.0" [dependencies.winit] version = "0.27" [dependencies.winit_input_helper] version = "0.13"