[package] name = "ex-cli" version = "1.11.0" description = "Command line tool to find, filter, sort and list files." authors = ["Huw Walters "] license = "GPL-3.0-or-later" edition = "2021" [[bin]] name = "ex" path = "src/main.rs" [dependencies] atty = "0.2.14" chrono = "0.4.38" chrono-tz = "0.10.0" clap = { version = "4.5.20", features = ["cargo"] } clap_builder = { version = "4.5.20", features = ["string"] } clap_complete = "4.5.36" glob = "0.3.1" indexmap = "2.6.0" multimap = "0.10.0" natord = "1.0.9" once_cell = "1.20.2" path-clean = "1.0.1" pretty_assertions = "1.4.1" regex = "1.11.1" sysinfo = "0.32.0" termcolor = "1.4.1" thiserror = "1.0.66" walkdir = "2.5.0" [target."cfg(unix)".dependencies] uzers = "0.12.1" [target."cfg(windows)".dependencies] winapi = { version = "0.3.9", features = ["winver"] }