redox_users 0.3.0

A Rust library to access Redox users and groups functionality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "redox_users"
version = "0.3.0"
authors = ["Jose Narvaez <goyox86@gmail.com>", "Wesley Hershberger <mggmugginsmc@gmail.com>"]
description = "A Rust library to access Redox users and groups functionality"
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/users"
documentation = "https://docs.rs/redox_users"
readme = "README.md"
keywords = ["redox", "auth"]

[dependencies]
argon2rs = { version = "0.2", default-features = false }
rand_os = "0.1"
redox_syscall = "0.1"
failure = "0.1.1"