bsdutils 0.0.1

bsdutils ~ GNU bsdutils (updated); implemented as universal (cross-platform) utils, written in Rust
[[bin]]
name = "bsdutils"
path = "src/bin/bsdutils.rs"

[[bin]]
name = "uudoc"
path = "src/bin/uudoc.rs"
required-features = ["uudoc"]
[build-dependencies.phf_codegen]
version = "0.11.2"
[dependencies.clap]
features = ["wrap_help", "cargo"]
version = "4.4"

[dependencies.clap_complete]
version = "4.4"

[dependencies.clap_mangen]
version = "0.2"

[dependencies.phf]
version = "0.11.2"

[dependencies.renice]
optional = true
package = "uu_renice"
version = "0.0.1"

[dependencies.textwrap]
features = ["terminal_size"]
version = "0.16.0"

[dependencies.uucore]
version = "0.0.24"
[dev-dependencies.libc]
version = "0.2.152"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8"

[dev-dependencies.regex]
version = "1.10.2"

[dev-dependencies.tempfile]
version = "3.9.0"

[dev-dependencies.uucore]
features = ["entries", "process", "signals"]
version = "0.0.24"

[features]
default = ["feat_common_core"]
feat_common_core = ["renice"]

[package]
authors = ["uutils developers"]
build = "build.rs"
categories = ["command-line-utilities"]
default-run = "bsdutils"
description = "bsdutils ~ GNU bsdutils (updated); implemented as universal (cross-platform) utils, written in Rust"
edition = "2021"
homepage = "https://github.com/uutils/bsdutils"
keywords = ["bsdutils", "uutils", "cross-platform", "cli", "utility"]
license = "MIT"
name = "bsdutils"
readme = "README.md"
repository = "https://github.com/uutils/bsdutils"
rust-version = "1.70.0"
version = "0.0.1"
[profile.release]
lto = true

[profile.release-fast]
inherits = "release"
panic = "abort"

[profile.release-small]
inherits = "release"
opt-level = "z"
panic = "abort"
strip = true
[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dev-dependencies.procfs]
default-features = false
version = "0.16"

[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"