# 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 = "do-not-cry" version = "1.4.1" authors = ["RotrixX "] description = "Encrypt and decrypt directories/files using Aes cipher. When encrypting, DONOTCRY.txt file will be created and all files will have .donotcry extension." readme = "README.md" keywords = [ "ransomware", "encryption", "decryption", "aes-cipher", ] categories = [ "command-line-utilities", "cryptography", ] license = "GPL-3.0-or-later" repository = "https://github.com/RotrixLOL/do-not-cry" [lib] name = "libransom" path = "src/lib.rs" [[bin]] name = "donotcry" path = "src/main.rs" [dependencies.clap] version = "4.1.8" features = ["cargo"] [dependencies.colored] version = "2.0.0" [dependencies.libaes] version = "0.6.4" [dependencies.walkdir] version = "2.3.2"