nu-utils 0.98.0

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

[dependencies.log]
version = "0.4"

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

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

[dependencies.serde]
version = "1.0"

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

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

[dependencies.unicase]
version = "2.7.0"

[lib]
bench = false

[lints.clippy]
unchecked_duration_subtraction = "warn"

[package]
authors = ["The Nushell Project Developers"]
description = "Nushell utility functions"
edition = "2021"
license = "MIT"
name = "nu-utils"
readme = "README.md"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-utils"
version = "0.98.0"

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

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