nu-utils 0.76.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 = ["crossterm"]
version = "0.12.0"

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

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

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

[lib]
bench = false

[package]
authors = ["The Nushell Project Developers"]
description = "Nushell utility functions"
edition = "2021"
license = "MIT"
name = "nu-utils"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-utils"
version = "0.76.0"
[target."cfg(windows)".dependencies.crossterm_winapi]
version = "0.9.0"