nu-utils 0.111.0

Nushell utility functions
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[[bin]]
name = "utils"
path = "src/main.rs"
bench = false

[dependencies.byteyarn]
version = "0.5"

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

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

[dependencies.lean_string]
version = "0.5"
features = ["serde"]

[dependencies.log]
version = "0.4"

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

[dependencies.memchr]
version = "2.7.6"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

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

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

[dependencies.unicase]
version = "2.9.0"

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

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

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