# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zauthrs" version = "0.1.24" authors = ["Ashutosh Verma "] 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" license = "MIT" repository = "https://github.com/ashuio/zauthrs" [profile.release] opt-level = 3 lto = true [dependencies.clap] version = "2.33.3" [dependencies.rpassword] version = "5.0.1" [dependencies.sha2] version = "0.9.5" [dependencies.yubico_manager] version = "0.8.1"