# 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 = "tuimager" version = "0.1.0" authors = ["Jedsek "] description = "A TUI app for showing image/gif in terminal, written in Rust" homepage = "https://github.com/jedsek/tuimager" documentation = "https://github.com/jedsek/tuimager" readme = "README.md" keywords = [ "terminal", "cli", "tui-image-viewer", "image", "sixel", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jedsek/tuimager" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = false strip = true [dependencies.crossterm] version = "0.26.1" [dependencies.path-absolutize] version = "3.1.0" [dependencies.tui] version = "0.21" features = [ "crossterm", "macros", ] default_features = false package = "ratatui" [dependencies.viuer] version = "0.6.2"