do-not-cry 1.4.1

Encrypt and decrypt directories/files using Aes cipher. When encrypting, DONOTCRY.txt file will be created and all files will have .donotcry extension.
Documentation
[[bin]]
name = "donotcry"
path = "src/main.rs"

[dependencies.clap]
features = ["cargo"]
version = "4.1.8"

[dependencies.colored]
version = "2.0.0"

[dependencies.libaes]
version = "0.6.4"

[dependencies.walkdir]
version = "2.3.2"

[lib]
name = "libransom"
path = "src/lib.rs"

[package]
authors = ["RotrixX <rotrixxlol@gmail.com>"]
categories = ["command-line-utilities", "cryptography"]
description = "Encrypt and decrypt directories/files using Aes cipher. When encrypting, DONOTCRY.txt file will be created and all files will have .donotcry extension."
edition = "2021"
keywords = ["ransomware", "encryption", "decryption", "aes-cipher"]
license = "GPL-3.0-or-later"
name = "do-not-cry"
readme = "README.md"
repository = "https://github.com/RotrixLOL/do-not-cry"
version = "1.4.1"