# 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 = "upt-please" version = "0.1.1" authors = ["Rodrigo Cacilhas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Universal package management tool for any OS" homepage = "https://github.com/cacilhas/upt-please" readme = "README.md" keywords = [] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/cacilhas/upt-please" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 rpath = false panic = "abort" strip = true [lib] name = "upt_please" path = "src/lib.rs" [[bin]] name = "please" path = "src/bin/please.rs" [dependencies.which] version = "6.0.1"