[package] authors = ["Paul Woolcock "] name = "pwd" version = "1.4.0" edition = "2021" documentation = "https://docs.rs/pwd" homepage = "https://gitlab.com/pwoolcoc/pwd.git" repository = "https://gitlab.com/pwoolcoc/pwd.git" license = "CC-PDDC" readme = "README.adoc" keywords = ["unix", "passwd", "pwd", "ffi", "linux"] categories = ["external-ffi-bindings", "filesystem"] description = """ Safe interface to pwd.h """ [dependencies] libc = "0.2" thiserror = "1.0"