# 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 = "paclog" version = "3.3.1" authors = ["Cody Bloemhard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to query the pacman log file." readme = "README.md" categories = ["command-line-interface"] license = "GPL-3.0-only" repository = "https://github.com/codybloemhard/paclog" [[bin]] name = "paclog" path = "src/main.rs" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.simpleio] version = "0.2.3" [dependencies.term_size] version = "0.3.2" [dependencies.vec-string] version = "0.2.1" [dependencies.zen-colour] version = "1.1.2"