# 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_core" 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"] license = "MIT" [dependencies.argon2-kdf] version = "1.5" [dependencies.base64] version = "0.21" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.curl] version = "0.4" [dependencies.env_logger] version = "0.10" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.rand] version = "0.8" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.yubikey-hmac-otp] version = "0.10.1" [dev-dependencies.nix] version = "0.26" [dev-dependencies.random-string] version = "1.0" [dev-dependencies.tempfile] version = "3.4" [features] default = [ "file", "yubikey", ] file = [] trace = [ "dep:env_logger", "dep:log", ] yubikey = []