nu-utils 0.106.1

Nushell utility functions
Documentation
[[bin]]
bench = false
name = "utils"
path = "src/main.rs"

[dependencies.crossterm]
optional = true
version = "0.28.1"

[dependencies.fancy-regex]
version = "0.14"

[dependencies.log]
version = "0.4"

[dependencies.lscolors]
default-features = false
features = ["nu-ansi-term"]
version = "0.20"

[dependencies.num-format]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0.97"

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.sys-locale]
version = "0.3"

[dependencies.unicase]
version = "2.8.0"

[features]
default = ["os"]
os = ["crossterm"]

[lib]
bench = false
name = "nu_utils"
path = "src/lib.rs"

[lints.clippy]
unchecked_duration_subtraction = "warn"
used_underscore_binding = "warn"

[package]
authors = ["The Nushell Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Nushell utility functions"
edition = "2024"
license = "MIT"
name = "nu-utils"
readme = "README.md"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-utils"
version = "0.106.1"

[target."cfg(unix)".dependencies.nix]
default-features = false
features = ["user", "fs"]
version = "0.29"

[target."cfg(windows)".dependencies.crossterm_winapi]
version = "0.9"