[package] name = "breezy-osutils" version = "3.3.4" edition = "2021" description = "Low level OS wrappers for Breezy" license = "GPL-2.0+" [lib] [dependencies] memchr = "2.3.3" chrono = "0.4" walkdir = "2" sha1 = "0.10" unicode-normalization = "0.1.19" rand = "0.8" log = "0.4" lazy_static = "1.4.0" regex = "1.5.4" hostname = "0.3.1" num_cpus = "1.13.0" path-clean = "1" termion = ">=1" dirs = "4" encoding_rs = ">=0.8" whoami = "1" [target.'cfg(unix)'.dependencies] nix = ">=0.26"