viu/Cargo.toml

24 lines
619 B
TOML
Raw Normal View History

2019-04-01 21:35:21 +00:00
[package]
2019-04-12 14:58:46 +00:00
name = "viu"
2023-11-21 18:48:43 +00:00
version = "1.5.0"
2019-04-01 21:35:21 +00:00
authors = ["Atanas Yankov <atanas.yankov98@gmail.com>"]
2022-05-01 07:23:46 +00:00
edition = "2021"
2019-05-02 20:52:39 +00:00
license = "MIT"
readme = "README.md"
repository = "https://github.com/atanunq/viu"
description = "View images right from the terminal."
2019-11-14 11:45:29 +00:00
categories = ["command-line-utilities"]
keywords = ["terminal", "image", "gif"]
2020-12-25 12:58:47 +00:00
exclude = ["/img", "/.github"]
2019-04-01 21:35:21 +00:00
[dependencies]
2023-10-07 08:38:11 +00:00
clap = { version = "4.4", features = ["cargo"] }
2024-10-13 20:16:06 +00:00
crossterm = { version = "0.28", default-features = false }
viuer = "0.8"
2023-10-07 08:38:11 +00:00
ctrlc = { version = "3.4", features = ["termination"] }
2024-10-13 20:16:06 +00:00
image = "0.25"
2021-03-16 23:16:18 +00:00
[features]
default = []
sixel = ["viuer/sixel"]