pam-auth 0.3.0

Safe Rust wrapper for PAM authentification
Documentation
[package]

name = "pam-auth"
version = "0.3.0"
authors = ["Florian Wilkens <mrfloya_github@outlook.com>"]
description = "Safe Rust wrapper for PAM authentification"
repository = "https://github.com/mrfloya/pam-auth"
documentation = "http://mrfloya.github.io/pam-auth/index.html"
readme = "README.md"
license = "MIT"

[dependencies]
libc    = "0.2.2"
pam-sys = "0.3.0"
users   = "0.4.4"