# 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 = "mspacman" version = "0.3.0" authors = ["griccardos"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "pacman package dependency viewer" homepage = "https://github.com/griccardos/mspacman" readme = "readme.md" keywords = [ "pacman", "archlinux", "arch", "package", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/griccardos/mspacman" [[bin]] name = "mspacman" path = "src/main.rs" [dependencies.crossterm] version = "0.28.1" [dependencies.jiff] version = "0.1.13" [dependencies.ratatui] version = "0.28.1" [dependencies.tui-textarea] version = "0.6.1"