pam-auth 0.2.0

Safe Rust wrapper for PAM authentification
[package]

name = "pam-auth"
version = "0.2.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    = "*"
pam-sys = "*"
users   = "*"