# 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 = "bsdutils" version = "0.0.1" authors = ["uutils developers"] build = "build.rs" default-run = "bsdutils" description = "bsdutils ~ GNU bsdutils (updated); implemented as universal (cross-platform) utils, written in Rust" homepage = "https://github.com/uutils/bsdutils" readme = "README.md" keywords = [ "bsdutils", "uutils", "cross-platform", "cli", "utility", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/uutils/bsdutils" [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 = "bsdutils" path = "src/bin/bsdutils.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.phf] version = "0.11.2" [dependencies.renice] version = "0.0.1" optional = true package = "uu_renice" [dependencies.textwrap] version = "0.16.0" features = ["terminal_size"] [dependencies.uucore] version = "0.0.24" [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.2" [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 = ["renice"] [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"