ex-cli 1.20.0

Command line tool to find, filter, sort and list files.
Documentation
[package]
name = "ex-cli"
version = "1.20.0"
description = "Command line tool to find, filter, sort and list files."
authors = ["Huw Walters <huw.walters@gmail.com>"]
license = "GPL-3.0-or-later"
edition = "2021"
build = "build.rs"

[[bin]]
name = "ex"
path = "src/main.rs"

[dependencies]
atty = "0.2.14"
chrono = "0.4.44"
chrono-tz = "0.10.4"
clap = { version = "4.6.1", features = ["cargo", "derive"] }
clap_builder = { version = "4.6.0", features = ["string"] }
clap_complete = "4.6.3"
flate2 = "1.1.9"
git2 = "0.20.4"
glob = "0.3.3"
indexmap = "2.14.0"
itertools = "0.14.0"
multimap = "0.10.1"
natord = "1.0.9"
once_cell = "1.21.4"
path-clean = "1.0.1"
pretty_assertions = "1.4.1"
regex = "1.12.3"
rpassword = "7.5.2"
sevenz-rust2 = { version = "0.21.0", features = ["aes256"] }
sysinfo = "0.38.4"
tar = "0.4.45"
termcolor = "1.4.1"
thiserror = "2.0.18"
walkdir = "2.5.0"
zip = "8.6.0"

[target."cfg(unix)".dependencies]
uzers = "0.12.2"

[target."cfg(windows)".dependencies]
winapi = { version = "0.3.9", features = ["winuser", "winver"] }

[build-dependencies]
winresource = "0.1.31"

[package.metadata.winresource]
ProductName = "Ex"