[package]
edition = "2024"
name = "uutests"
version = "0.6.0"
authors = ["uutils developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "uutils ~ 'core' uutils test library (cross-platform)"
homepage = "https://github.com/uutils/coreutils"
readme = false
keywords = [
"coreutils",
"uutils",
"cross-platform",
"cli",
"utility",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/uutils/coreutils/tree/main/tests/uutests"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "uutests"
path = "src/lib/lib.rs"
[dependencies.ctor]
version = "0.6.0"
[dependencies.libc]
version = "0.2.172"
[dependencies.pretty_assertions]
version = "1.4.0"
[dependencies.rand]
version = "0.9.0"
features = ["small_rng"]
[dependencies.regex]
version = "1.10.4"
[dependencies.tempfile]
version = "3.15.0"
[dependencies.uucore]
version = "0.6.0"
features = [
"mode",
"entries",
"process",
"signals",
"utmpx",
]
package = "uucore"
[target.'cfg(all(unix, not(any(target_os = "macos", target_os = "openbsd"))))'.dependencies.xattr]
version = "1.3.1"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
[target."cfg(unix)".dependencies.nix]
version = "0.30"
features = [
"process",
"signal",
"term",
"user",
]
default-features = false
[target."cfg(unix)".dependencies.rlimit]
version = "0.11.0"