# 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 = "ezcrypt" version = "0.5.1" authors = ["starryuwu"] description = "File encryption utility with forgot password functionality" readme = "README.md" keywords = [ "cryptography", "encryption", "cli", ] categories = [ "cryptography", "command-line-utilities", ] license = "GPL-2.0-or-later" repository = "https://git.disroot.org/starryuwu/ezcrypt_rust.git" [dependencies.aes-gcm] version = "0.10.3" [dependencies.anyhow] version = "1.0.80" [dependencies.argon2] version = "0.5.2" [dependencies.base64] version = "0.22.0" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.p256] version = "0.13.2" features = [ "ecdh", "ecdsa", ] [dependencies.rand] version = "0.8.5" [dependencies.rmp-serde] version = "1.1.2" [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_bytes] version = "0.11.14" [dependencies.thiserror] version = "1.0.57"