# 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 = "ah-pkg" version = "0.3.1" authors = ["Michał Czyż "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A declarative package manager for Arch Linux" homepage = "https://github.com/eRgo35/ah" documentation = "https://github.com/eRgo35/ah" readme = "README.md" keywords = [ "archlinux", "declarative", "package", "aur", "paru", ] license = "MIT" repository = "https://github.com/eRgo35/ah" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "ah" path = "src/main.rs" [dependencies.clap] version = "4.5.10" features = ["derive"] [dependencies.colored] version = "2.1.0"