# 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.70.0" name = "eza" version = "0.18.21" authors = ["Christina Sørensen "] exclude = [ "/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png", "/tests", ] description = "A modern replacement for ls" homepage = "https://github.com/eza-community/eza" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/eza-community/eza" [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 """ license-file = [ "LICENCE", "4", ] priority = "optional" section = "utils" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "eza" [[bench]] name = "my_benchmark" harness = false [dependencies.ansi-width] version = "0.1.0" [dependencies.chrono] version = "0.4.34" features = ["clock"] default-features = false [dependencies.git2] version = "0.19" optional = true default-features = false [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] version = "0.7.6" features = ["std"] default-features = false [dependencies.path-clean] version = "1.0.1" [dependencies.percent-encoding] version = "2.3.1" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.plist] version = "1.6.1" default-features = false [dependencies.rayon] version = "1.10.0" [dependencies.terminal_size] version = "0.3.0" [dependencies.timeago] version = "0.4.2" default-features = false [dependencies.unicode-width] version = "0.1" [dependencies.uutils_term_grid] version = "0.6.0" [dependencies.zoneinfo_compiled] version = "0.5.1" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.trycmd] version = "0.15" [build-dependencies.chrono] version = "0.4.34" features = ["clock"] default-features = false [features] default = ["git"] git = ["git2"] nix = [] nix-generated = [] nix-local = [] powertest = [] vendored-libgit2 = ["git2/vendored-libgit2"] vendored-openssl = ["git2/vendored-openssl"] [target."cfg(target_os = \"linux\")".dependencies.proc-mounts] version = "0.3" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_System_Console", "Win32_Foundation", ] [target."cfg(unix)".dependencies.uzers] version = "0.12.0"