nutek-cipher 2.0.7

Encrypt and decrypt files and text with ease
[package]
name = "nutek-cipher"
version = "2.0.7"
edition = "2021"
categories = ["command-line-interface"]
description = "Encrypt and decrypt files and text with ease"
license = "MIT OR Apache-2.0"
repository = "https://github.com/NutekSecurity/nutek-cipher"
authors = ["Neosb <neosb@nuteksecurity.com>"]
readme = "README.md"
keywords = ["decryption", "encryption", "cryptography"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aes-gcm-siv = "0.11.1"
rand = "0.8.5"
clap = { version = "4.1.4", features = ["derive"] }
rpassword = "7.2"
hex = "0.4.3"
text_io = "0.1.12"