[package] name = "pacpreview" version = "0.4.1" authors = ["Stephen E. Baker "] edition = "2021" description = "Unified info output for pacman packages" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/TheCycoONE/pacpreview" keywords = ["pacman","archlinux"] categories = ["command-line-utilities"] [dependencies] alpm = "4.0.1" pacmanconf = "3.0.0" termcolor = "1.4.1" textwrap = { version = "~0.16.0", features = ["terminal_size"] } [features] git = ["alpm/git"]