# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "shavee_pam" version = "1.0.1" authors = ["Ashutosh Verma "] 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." homepage = "https://github.com/ashuio/shavee" readme = "README.md" keywords = [ "yubikey", "zfs", "encryption", ] categories = [ "security", "pam", ] license = "MIT" [lib] name = "shavee_pam" crate-type = ["cdylib"] [dependencies.pamsm] version = "0.5" features = ["libpam"] [dependencies.shavee_core] version = "1.0.1" package = "shavee_core" [features] default = [ "file", "yubikey", ] file = [] yubikey = []