# 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 = "2021" name = "nu-utils" version = "0.100.0" authors = ["The Nushell Project Developers"] build = 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" [lib] name = "nu_utils" path = "src/lib.rs" bench = false [[bin]] name = "utils" path = "src/main.rs" bench = false [dependencies.fancy-regex] version = "0.14" [dependencies.log] version = "0.4" [dependencies.lscolors] version = "0.17" features = ["nu-ansi-term"] default-features = false [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.8.0" [target."cfg(unix)".dependencies.nix] version = "0.29" features = [ "user", "fs", ] default-features = false [target."cfg(windows)".dependencies.crossterm_winapi] version = "0.9" [lints.clippy] unchecked_duration_subtraction = "warn"