[package] name = "fara24" version = "0.1.0" edition = "2021" description = "[NAME RESERVED FOR UPCOMING PROJECT (genuinely, I'm not just gonna sit on this package name and never do anything with it, also repo exists, it's just private)] Client (Discord, Email, etc) agnostic message encryption utility using RSA to exchange one-time AES keys derived through Argon2" license-file = "LICENSE" readme = "README.md" exclude = [ ".github", "target" ] repository = "https://github.com/PsychedelicShayna/fara24" homepage = "https://github.com/PsychedelicShayna/fara24" categories = ["command-line-utilities", "cryptography"] keywords = ["encryption", "encryptor", "message", "data", "cli"] [dependencies]