[package] authors = ["The Nushell Project Developers"] description = "Nushell utility functions" repository = "https://github.com/nushell/nushell/tree/main/crates/nu-utils" edition = "2021" license = "MIT" name = "nu-utils" version = "0.68.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "utils" path = "src/main.rs" [dependencies] lscolors = { version = "0.12.0", features = ["crossterm"]} num-format = { version = "0.4.0" } sys-locale = "0.2.1" [target.'cfg(windows)'.dependencies] crossterm_winapi = "0.9.0"