# 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" rust-version = "1.70.0" name = "procps" version = "0.0.1" authors = ["uutils developers"] build = "build.rs" default-run = "procps" description = "procps ~ implemented as universal (cross-platform) utils, written in Rust" homepage = "https://github.com/uutils/procps" readme = "README.md" keywords = [ "procps", "uutils", "cross-platform", "cli", "utility", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/uutils/procps" [profile.release] lto = true [profile.release-fast] panic = "abort" inherits = "release" [profile.release-small] opt-level = "z" panic = "abort" inherits = "release" strip = true [[bin]] name = "procps" path = "src/bin/procps.rs" [[bin]] name = "uudoc" path = "src/bin/uudoc.rs" required-features = ["uudoc"] [dependencies.clap] version = "4.4" features = [ "wrap_help", "cargo", ] [dependencies.clap_complete] version = "4.4" [dependencies.clap_mangen] version = "0.2" [dependencies.free] version = "0.0.1" optional = true package = "uu_free" [dependencies.phf] version = "0.11.2" [dependencies.pmap] version = "0.0.1" optional = true package = "uu_pmap" [dependencies.pwdx] version = "0.0.1" optional = true package = "uu_pwdx" [dependencies.textwrap] version = "0.16.0" features = ["terminal_size"] [dependencies.uucore] version = "0.0.24" [dependencies.w] version = "0.0.1" optional = true package = "uu_w" [dependencies.watch] version = "0.0.1" optional = true package = "uu_watch" [dev-dependencies.libc] version = "0.2.152" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.regex] version = "1.10.3" [dev-dependencies.tempfile] version = "3.9.0" [dev-dependencies.uucore] version = "0.0.24" features = [ "entries", "process", "signals", ] [build-dependencies.phf_codegen] version = "0.11.2" [features] default = ["feat_common_core"] feat_common_core = [ "pwdx", "free", "w", "watch", "pmap", ] [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dev-dependencies.procfs] version = "0.16" default-features = false [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dev-dependencies.rlimit] version = "0.10.1" [target."cfg(unix)".dev-dependencies.xattr] version = "1.3.1"