users 0.8.0

Library for getting information on Unix users and groups
Documentation
[package]
name = "users"
description = "Library for getting information on Unix users and groups"

authors = [ "ogham@bsago.me" ]
documentation = "https://docs.rs/users/users/"
homepage = "https://github.com/ogham/rust-users"
license = "MIT"
readme = "README.md"
version = "0.8.0"

[features]
default = ["cache", "mock"]
cache = []
mock = []

[dependencies]
libc = "0.2"