# 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 = "fara24" version = "0.1.0" build = false exclude = [ ".github", "target", ] autobins = false autoexamples = false autotests = false autobenches = false 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" homepage = "https://github.com/PsychedelicShayna/fara24" readme = "README.md" keywords = [ "encryption", "encryptor", "message", "data", "cli", ] categories = [ "command-line-utilities", "cryptography", ] license-file = "LICENSE" repository = "https://github.com/PsychedelicShayna/fara24" [[bin]] name = "fara24" path = "src/main.rs" [dependencies]