# 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" rust-version = "1.60" name = "peroxide-cryptsetup" version = "0.3.2" authors = ["Vladimir Lushnikov "] description = "Command-line utility for managing LUKS encrypted volumes using 2FA methods (for example Yubikeys)" homepage = "https://gitlab.com/solidninja/peroxide-cryptsetup" readme = "README.md" keywords = [ "cli", "cryptsetup", "luks", ] license = "GPL-3.0" repository = "https://gitlab.com/solidninja/peroxide-cryptsetup" resolver = "2" [lib] name = "peroxide_cryptsetup" path = "src/lib/lib.rs" [[bin]] name = "peroxs" test = false doc = false [dependencies.clap] version = "3.2.17" [dependencies.clap_derive] version = "3.2.17" [dependencies.cryptsetup-rs] version = "0.3.2" [dependencies.env_logger] version = "0.9.0" [dependencies.errno] version = "0.2.8" [dependencies.libc] version = "0.2.132" [dependencies.log] version = "0.4.17" [dependencies.pinentry-rs] version = "0.2.0" optional = true [dependencies.prettytable-rs] version = "0.9.0" [dependencies.secstr] version = "0.5.0" [dependencies.serde] version = "1.0.144" [dependencies.serde_derive] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.sodiumoxide] version = "0.2.7" optional = true [dependencies.ttypass] version = "0.3.1" [dependencies.uuid] version = "1.1.2" features = [ "serde", "v4", ] [dependencies.vec1] version = "1.8.0" [dependencies.ykpers-rs] version = "0.3.1" optional = true [dev-dependencies.expectest] version = "0.12.0" [dev-dependencies.tempfile] version = "3.3.0" [features] default = [ "pinentry", "yubikey", "yubikey_hybrid", ] pinentry = ["dep:pinentry-rs"] yubikey = ["dep:ykpers-rs"] yubikey_hybrid = [ "yubikey", "dep:sodiumoxide", ] [badges.gitlab] repository = "solidninja/peroxide-cryptsetup"