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