# 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 = "aegis-vault-utils" version = "0.5.1" authors = ["David Isaksson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility for interacting and generating OTP codes from the Android app Aegis Authenticator's backup vault" readme = "README.md" keywords = [ "otp", "encryption", "2fa", "aegis", ] categories = [ "authentication", "cryptography", "parsing", ] license = "GPL-3.0-or-later" repository = "https://github.com/granddave/aegis-vault-utils/" [lib] name = "aegis_vault_utils" path = "src/lib.rs" [dependencies.aes-gcm] version = "0.10" [dependencies.base64] version = "0.22" [dependencies.color-eyre] version = "0.6" [dependencies.hex] version = "0.4.3" [dependencies.libreauth] version = "0.16.0" [dependencies.password-hash] version = "0.5.0" [dependencies.scrypt] version = "0.11.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"