# 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 = "show-image" version = "0.14.0" authors = [ "Maarten de Vries ", "Hans Gaiser ", "RoboHouse ", ] description = "quickly show images in a window for debugging" documentation = "https://docs.rs/show-image" readme = "README.md" keywords = [ "image", "visualize", "show", "debug", ] categories = [ "development-tools::debugging", "multimedia::images", "visualization", "gui", ] license = "BSD-2-Clause" repository = "https://github.com/robohouse-delft/show-image-rs" [package.metadata.docs.rs] features = [ "doc-only", "full", "nightly", ] [dependencies.futures] version = "0.3.28" features = ["executor"] default-features = false [dependencies.glam] version = ">=0.20.0, <0.25.0" [dependencies.image] version = "0.25.0" optional = true default-features = false [dependencies.indexmap] version = "2.0.0" [dependencies.log] version = "0.4.19" optional = true [dependencies.png] version = "0.17.9" optional = true [dependencies.raqote] version = "0.8.2" optional = true default-features = false [dependencies.show-image-macros] version = "=0.12.3" optional = true [dependencies.tch] version = ">=0.13.0, <0.16.0" optional = true [dependencies.tinyfiledialogs] version = "3.9.1" optional = true [dependencies.wgpu] version = "0.17.0" features = ["spirv"] [dependencies.winit] version = "0.28.6" [dev-dependencies.assert2] version = "0.3.11" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.image] version = "0.25.0" default-features = true [build-dependencies.rustc_version] version = "0.4.0" [features] default = ["macros"] doc-only = ["tch/doc-only"] full = [ "save", "image", "tch", "raqote", "macros", ] macros = ["show-image-macros"] nightly = [] save = [ "tinyfiledialogs", "png", "log", ]