shavee_pam 1.0.1

shavee is a program to automatically decrypt and mount ZFS datasets using Yubikey HMAC as 2FA or any USB drive with support for PAM to auto mount home directories.
Documentation
[dependencies.pamsm]
features = ["libpam"]
version = "0.5"

[dependencies.shavee_core]
package = "shavee_core"
version = "1.0.1"

[features]
default = ["file", "yubikey"]
file = []
yubikey = []

[lib]
crate-type = ["cdylib"]
name = "shavee_pam"

[package]
authors = ["Ashutosh Verma <shavee@ashu.io>"]
categories = ["security", "pam"]
description = "shavee is a program to automatically decrypt and mount ZFS datasets using Yubikey HMAC as 2FA or any USB drive with support for PAM to auto mount home directories."
edition = "2021"
homepage = "https://github.com/ashuio/shavee"
keywords = ["yubikey", "zfs", "encryption"]
license = "MIT"
name = "shavee_pam"
readme = "README.md"
version = "1.0.1"