# 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" rust-version = "1.63.0" name = "lscolors" version = "0.16.0" authors = ["David Peter "] description = "Colorize paths using the LS_COLORS environment variable" homepage = "https://github.com/sharkdp/lscolors" readme = "README.md" keywords = [ "cli", "linux", "terminal", "filesystem", "color", ] categories = ["command-line-interface"] license = "MIT/Apache-2.0" repository = "https://github.com/sharkdp/lscolors" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "lscolors" path = "src/bin.rs" [dependencies.ansi_term] version = "0.12" optional = true [dependencies.crossterm] version = "0.27" optional = true [dependencies.nu-ansi-term] version = "0.49" optional = true [dev-dependencies.tempfile] version = "^3" [features] default = ["nu-ansi-term"] gnu_legacy = ["nu-ansi-term/gnu_legacy"]