# 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 = "uu_renice" version = "0.0.1" authors = ["uutils developers"] description = "renice ~ (uutils) Alter priority of running processes" homepage = "https://github.com/uutils/procps" keywords = [ "bsdutils", "uutils", "cross-platform", "cli", "utility", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/uutils/procps/tree/main/src/uu/renice" [lib] path = "src/renice.rs" [[bin]] name = "renice" path = "src/main.rs" [dependencies.clap] version = "4.4" features = [ "wrap_help", "cargo", ] [dependencies.libc] version = "0.2.152" [dependencies.uucore] version = "0.0.24"