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