[package] name = "zauthrs" version = "0.1.24" authors = ["Ashutosh Verma "] edition = "2018" license = "MIT" description = "zauthrs 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://zauthrs.ashu.io" documentation = "https://zauthrs.ashu.io" readme = "README.md" repository = "https://github.com/ashuio/zauthrs" [profile.release] lto = true opt-level = 3 [dependencies] sha2 = "0.9.5" yubico_manager = "0.8.1" clap = "2.33.3" rpassword = "5.0.1"