# 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 = "please-install" version = "0.1.4" authors = ["Rodrigo “Montegasppα” Cacilhας "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A unified interface package manager for many OSes" homepage = "https://github.com/cacilhas/please" readme = "README.md" keywords = [ "cli", "package", "management", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/cacilhas/please" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 0 rpath = false panic = "abort" strip = true [lib] name = "please_install" path = "src/lib.rs" [[bin]] name = "please" path = "src/bin/please.rs" [dependencies.clap] version = "4.5" features = [ "color", "help", "std", "suggestions", "usage", "derive", ] [dependencies.color-eyre] version = "0.6" [dependencies.eyre] version = "0.6" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.toml] version = "0.8" [dependencies.which] version = "6.0"