eza 0.18.21

A modern replacement for ls
Documentation
[[bench]]
harness = false
name = "my_benchmark"

[[bin]]
name = "eza"
[build-dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4.34"
[dependencies.ansi-width]
version = "0.1.0"

[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4.34"

[dependencies.git2]
default-features = false
optional = true
version = "0.19"

[dependencies.glob]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.locale]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.natord]
version = "1.0"

[dependencies.nu-ansi-term]
version = "0.50.0"

[dependencies.number_prefix]
version = "0.4"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.palette]
default-features = false
features = ["std"]
version = "0.7.6"

[dependencies.path-clean]
version = "1.0.1"

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.phf]
features = ["macros"]
version = "0.11.2"

[dependencies.plist]
default-features = false
version = "1.6.1"

[dependencies.rayon]
version = "1.10.0"

[dependencies.terminal_size]
version = "0.3.0"

[dependencies.timeago]
default-features = false
version = "0.4.2"

[dependencies.unicode-width]
version = "0.1"

[dependencies.uutils_term_grid]
version = "0.6.0"

[dependencies.zoneinfo_compiled]
version = "0.5.1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"

[dev-dependencies.trycmd]
version = "0.15"

[features]
default = ["git"]
git = ["git2"]
nix = []
nix-generated = []
nix-local = []
powertest = []
vendored-libgit2 = ["git2/vendored-libgit2"]
vendored-openssl = ["git2/vendored-openssl"]

[package]
authors = ["Christina Sørensen <christina@cafkafk.com>"]
categories = ["command-line-utilities"]
description = "A modern replacement for ls"
edition = "2021"
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png", "/tests"]
homepage = "https://github.com/eza-community/eza"
license = "MIT"
name = "eza"
readme = "README.md"
repository = "https://github.com/eza-community/eza"
rust-version = "1.70.0"
version = "0.18.21"
[package.metadata.deb]
assets = [["target/release/eza", "/usr/bin/eza", "0755"], ["target/release/../man/eza.1", "/usr/share/man/man1/eza.1", "0644"], ["target/release/../man/eza_colors.5", "/usr/share/man/man5/eza_colors.5", "0644"], ["target/release/../man/eza_colors-explanation.5", "/usr/share/man/man5/eza_colors-explanation.5", "0644"], ["completions/bash/eza", "/usr/share/bash-completion/completions/eza", "0644"], ["completions/zsh/_eza", "/usr/share/zsh/site-functions/_eza", "0644"], ["completions/fish/eza.fish", "/usr/share/fish/vendor_completions.d/eza.fish", "0644"]]
depends = "$auto"
extended-description = "eza is a modern, maintained replacement for ls\n"
license-file = ["LICENCE", "4"]
priority = "optional"
section = "utils"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"
strip = true
[target."cfg(target_os = \"linux\")".dependencies.proc-mounts]
version = "0.3"
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
features = ["Win32_System_Console", "Win32_Foundation"]
version = "0.52.0"
[target."cfg(unix)".dependencies.uzers]
version = "0.12.0"