# 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 = "ysfed" version = "0.2.0" authors = ["Jorge Mayoral Álvarez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple tool for encrypting and decrypting files using a password." homepage = "https://github.com/JorgeMayoral/ysfed" readme = "README.md" keywords = [ "encryption", "decryption", "password", "cli", "cryptography", ] categories = [ "cryptography", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JorgeMayoral/ysfed" [profile.dist] lto = "thin" inherits = "release" [lib] name = "ybf" path = "src/lib.rs" [[bin]] name = "ysfed" path = "src/main.rs" [dependencies.aes] version = "0.8.4" [dependencies.aes-gcm] version = "0.10.3" [dependencies.anyhow] version = "1.0.86" [dependencies.argon2] version = "0.5.3" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.rand] version = "0.8.5" [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.209" features = ["derive"]