pam-auth 0.6.0

[MOVED TO `pam`] Safe Rust wrapper for PAM authentification
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "pam-auth"
version = "0.6.0"
authors = ["Florian Wilkens <gh@1wilkens.org>"]
description = "[MOVED TO `pam`] Safe Rust wrapper for PAM authentification"
repository = "https://github.com/1wilkens/pam-auth/tree/deprecated/README.md"
documentation = "https://docs.rs/pam-auth/"
readme = "README.md"
license = "MIT OR Apache-2.0"
categories = ["authentication"]

edition = "2018"
build = "build.rs"

[badges]
travis-ci = { repository = "1wilkens/pam-auth" }