# 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 = "viuwa" version = "0.0.50" authors = ["Lance Warden"] description = "Yet another \"super simple\" cli/tui ANSI image viewer, minimally compatibile with wasm32-wasi." readme = "README.md" keywords = [ "image-viewer", "ansi", "cli", "tui", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/WanderLanz/Viuwa" [dependencies.clap] version = "4.0.*" features = [ "derive", "env", ] [dependencies.image] version = "0.24.4" features = [ "gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld", "openexr", ] default-features = false [dependencies.ndarray] version = "0.15.6" features = ["std"] default-features = false [dependencies.rayon] version = "1.5.*" optional = true [features] default = ["rayon"] rayon = [ "dep:rayon", "ndarray/rayon", "image/jpeg_rayon", ] [target."cfg(any(unix,windows))".dependencies.crossterm] version = "0.25.*" default-features = false