# 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" rust-version = "1.64" name = "miniview" version = "0.6.1" authors = ["Martijn Gribnau "] exclude = [ "resources/*", ".idea", "*.iml", ".vscode", ] description = "Display an image within a (graphical) window. Callable from a CLI interface." readme = "README.md" keywords = [ "image", "display", "graphical", ] categories = [ "graphics", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/foresterre/miniview" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "2.34.0" [dependencies.image] version = "0.24.4" [dependencies.piston_window] version = "0.124.0" optional = true [dependencies.pixels] version = "0.10.0" optional = true [dependencies.thiserror] version = "1.0.37" [dependencies.winit] version = "0.27.5" optional = true [dependencies.winit_input_helper] version = "0.13.0" optional = true [dev-dependencies.assert_cmd] version = "2.0.5" [dev-dependencies.parameterized] version = "0.3.1" [features] backend_piston_window = ["piston_window"] backend_pixels = [ "pixels", "winit", "winit_input_helper", ] default = ["backend_pixels"]